com.retek.component.payment.impl.remote
Class PaymentSettlementServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.payment.impl.remote.PaymentSettlementServicesEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class PaymentSettlementServicesEjb
extends DefaultSessionEjb

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
PaymentSettlementServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForPaymentSettlementFile()
           
 ReferenceCache createReferenceCacheForPaymentSettlementTransactionContainer()
           
 void ejbCreate()
           
 java.util.List findAllPaymentSettlementTransactionHeaders()
           
 PaymentSettlementFileDto findPaymentSettlementFile(java.lang.String settlementFileNumber)
           
 java.lang.String getNextSettlementFileNumber()
           
 PaymentSettlementFileDto readPaymentSettlementFile(DistributedReference ref, long version)
           
 PaymentSettlementTransactionContainerDto readPaymentSettlementTransactionContainer(DistributedReference reference, long version)
           
 java.util.Set readPaymentSettlementTransactionContainers(java.util.Set references)
           
 PaymentSettlementFileDto submit(PaymentSettlementFileDto paymentSettlementFileDto)
           
 PaymentSettlementTransactionContainerDto submit(PaymentSettlementTransactionContainerDto settlementOrderRecordSetDto)
           
 PaymentSettlementFileDto updateSettlementFileForSuccessfulExport(PaymentSettlementFileDto paymentSettlementFileDto, java.util.Set transactionContainerRefs)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentSettlementServicesEjb

public PaymentSettlementServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

createReferenceCacheForPaymentSettlementFile

public ReferenceCache createReferenceCacheForPaymentSettlementFile()
                                                            throws SystemException
Throws:
SystemException

createReferenceCacheForPaymentSettlementTransactionContainer

public ReferenceCache createReferenceCacheForPaymentSettlementTransactionContainer()
                                                                            throws SystemException
Throws:
SystemException

getNextSettlementFileNumber

public java.lang.String getNextSettlementFileNumber()
                                             throws SystemException
Throws:
SystemException

readPaymentSettlementFile

public PaymentSettlementFileDto readPaymentSettlementFile(DistributedReference ref,
                                                          long version)
                                                   throws SystemException
Throws:
SystemException

readPaymentSettlementTransactionContainer

public PaymentSettlementTransactionContainerDto readPaymentSettlementTransactionContainer(DistributedReference reference,
                                                                                          long version)
                                                                                   throws SystemException
Throws:
SystemException

readPaymentSettlementTransactionContainers

public java.util.Set readPaymentSettlementTransactionContainers(java.util.Set references)
                                                         throws SystemException
Throws:
SystemException

findPaymentSettlementFile

public PaymentSettlementFileDto findPaymentSettlementFile(java.lang.String settlementFileNumber)
                                                   throws SystemException
Throws:
SystemException

findAllPaymentSettlementTransactionHeaders

public java.util.List findAllPaymentSettlementTransactionHeaders()
                                                          throws SystemException
Throws:
SystemException

submit

public PaymentSettlementFileDto submit(PaymentSettlementFileDto paymentSettlementFileDto)
                                throws SystemException
Throws:
SystemException

submit

public PaymentSettlementTransactionContainerDto submit(PaymentSettlementTransactionContainerDto settlementOrderRecordSetDto)
                                                throws SystemException
Throws:
SystemException

updateSettlementFileForSuccessfulExport

public PaymentSettlementFileDto updateSettlementFileForSuccessfulExport(PaymentSettlementFileDto paymentSettlementFileDto,
                                                                        java.util.Set transactionContainerRefs)
                                                                 throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28