|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining the operations for a sales audit export store/day.
Method Summary | |
---|---|
void |
close()
Mark the store/day as closed. |
SaeTransaction |
createDcloseTransaction(RDate createTime)
Create a dclose transaction element for the store/day. |
int |
getFileCount()
Return the count of the number of files exported for a given store/day. |
Store |
getStore()
Return the store for the sales audit store/day object. |
RDate |
getTransactionDate()
Return the transaction date the sales audit store/day object. |
void |
incrementFileCount()
Increment the export file count for the store/day. |
boolean |
isClosed()
Return a boolean indicating if the store/day is closed. |
void |
submit()
Submit/persist the sales audit store/day object. |
Methods inherited from interface com.retek.commons.component.DistributedObject |
---|
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
Methods inherited from interface com.retek.commons.component.BusinessObject |
---|
getBusinessInterface |
Method Detail |
public Store getStore() throws SystemException
SystemException
public RDate getTransactionDate() throws SystemException
SystemException
public int getFileCount() throws SystemException
SystemException
public SaeTransaction createDcloseTransaction(RDate createTime) throws SystemException
createTime
-
SystemException
public boolean isClosed() throws SystemException
SystemException
public void incrementFileCount() throws SystemException
SystemException
public void submit() throws SystemException
SystemException
public void close() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |