com.retek.component.salesaudit
Interface SaeStoreTransactionCounter
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- SaeStoreTransactionCounterImpl
- public interface SaeStoreTransactionCounter
- extends DistributedObject
Interface defining the operations for a sales audit export
store transaction counter. This counter is used to manage
the current transaction number for a given store within the
sales export process while exporting transactions.
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
getLastTransactionNumber
public int getLastTransactionNumber()
throws SystemException
- Return the last transaction number for a given store
transaction counter.
- Returns:
- int last transaction number
- Throws:
SystemException
incrementLastTransactionNumber
public void incrementLastTransactionNumber()
throws SystemException
- Increment the last transaction number for a given
store transaction counter.
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28