com.retek.component.salesaudit.impl.persistence
Interface SaeStoreDayDao

All Known Implementing Classes:
CacheSaeStoreDayDao, OracleSaeStoreDayDao

public interface SaeStoreDayDao


Method Summary
 ReferenceCache createReferenceCacheForSaeStoreDay()
           
 java.util.Set findAllOpenSaeStoreDays()
           
 RDate findLastClosedDate(DistributedReference storeRef)
           
 SaeStoreDayDto findSaeStoreDay(DistributedReference storeRef, RDate transactionDate)
           
 SaeStoreTransactionCounterDto findSaeStoreTransactionCounter(DistributedReference storeRef)
           
 SaeStoreDayDto persist(SaeStoreDayDto dto)
           
 SaeStoreTransactionCounterDto persist(SaeStoreTransactionCounterDto dto)
           
 SaeStoreTransactionCounterDto readSaeStoreTransactionCounter(DistributedReference reference)
           
 

Method Detail

createReferenceCacheForSaeStoreDay

public ReferenceCache createReferenceCacheForSaeStoreDay()
                                                  throws SystemException
Throws:
SystemException

persist

public SaeStoreDayDto persist(SaeStoreDayDto dto)
                       throws SystemException
Throws:
SystemException

persist

public SaeStoreTransactionCounterDto persist(SaeStoreTransactionCounterDto dto)
                                      throws SystemException
Throws:
SystemException

findSaeStoreDay

public SaeStoreDayDto findSaeStoreDay(DistributedReference storeRef,
                                      RDate transactionDate)
                               throws SystemException
Throws:
SystemException

findLastClosedDate

public RDate findLastClosedDate(DistributedReference storeRef)
                         throws SystemException
Throws:
SystemException

findAllOpenSaeStoreDays

public java.util.Set findAllOpenSaeStoreDays()
                                      throws SystemException
Throws:
SystemException

findSaeStoreTransactionCounter

public SaeStoreTransactionCounterDto findSaeStoreTransactionCounter(DistributedReference storeRef)
                                                             throws SystemException
Throws:
SystemException

readSaeStoreTransactionCounter

public SaeStoreTransactionCounterDto readSaeStoreTransactionCounter(DistributedReference reference)
                                                             throws SystemException
Throws:
SystemException


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