com.retek.component.payment.impl.persistence
Interface PaymentSettlementDao
- All Known Implementing Classes:
- CachePaymentSettlementDao, OraclePaymentSettlementDao
- public interface PaymentSettlementDao
createReferenceCache
public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
throws SystemException
- Throws:
SystemException
getNextSettlementFileNumber
public java.lang.String getNextSettlementFileNumber()
throws SystemException
- Throws:
SystemException
readPaymentSettlementFile
public PaymentSettlementFileDto readPaymentSettlementFile(DistributedReference ref)
throws SystemException
- Throws:
SystemException
readPaymentSettlementTransactionContainer
public PaymentSettlementTransactionContainerDto readPaymentSettlementTransactionContainer(DistributedReference reference)
throws SystemException
- Throws:
SystemException
readPaymentSettlementTransactionContainers
public java.util.Set readPaymentSettlementTransactionContainers(java.util.Set refs)
throws SystemException
- Throws:
SystemException
findAllPaymentSettlementTransactionHeaders
public java.util.List findAllPaymentSettlementTransactionHeaders()
throws SystemException
- Throws:
SystemException
findPaymentSettlementFile
public PaymentSettlementFileDto findPaymentSettlementFile(java.lang.String settlementFileNumber)
throws SystemException
- Throws:
SystemException
persist
public PaymentSettlementFileDto persist(PaymentSettlementFileDto paymentSettlementFileDto)
throws SystemException
- Throws:
SystemException
persist
public PaymentSettlementTransactionContainerDto persist(PaymentSettlementTransactionContainerDto settlementTransactionContainerDto)
throws SystemException
- Throws:
SystemException
deletePaymentSettlementTransactionContainers
public void deletePaymentSettlementTransactionContainers(java.util.Set refs)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28