|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.salesaudit.impl.SaeStoreDayImpl
Nested Class Summary |
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
DistributedObjectImpl.DtoBurgular |
Field Summary |
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl |
context |
Constructor Summary | |
SaeStoreDayImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
|
|
SaeStoreDayImpl(DistributedContext context,
DistributedReference reference,
Store store,
RDate transactionDate)
|
Method Summary | |
void |
close()
Mark the store/day as closed. |
SaeTransaction |
createDcloseTransaction(RDate createTime)
Create a dclose transaction element for the store/day. |
SaeStoreDayDto |
getDto()
|
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. |
java.lang.String |
toString()
|
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, wrap, wrap, wrap, wrap |
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl |
checkRelation, checkRelation, getBusinessInterface, getContext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public SaeStoreDayImpl(DistributedContext context, DistributedReference reference, boolean createHollow) throws SystemException
public SaeStoreDayImpl(DistributedContext context, DistributedReference reference, Store store, RDate transactionDate) throws SystemException
Method Detail |
public SaeStoreDayDto getDto() throws SystemException
SystemException
public RDate getTransactionDate() throws SystemException
SaeStoreDay
getTransactionDate
in interface SaeStoreDay
SystemException
public Store getStore() throws SystemException
SaeStoreDay
getStore
in interface SaeStoreDay
SystemException
public int getFileCount() throws SystemException
SaeStoreDay
getFileCount
in interface SaeStoreDay
SystemException
public void incrementFileCount() throws SystemException
SaeStoreDay
incrementFileCount
in interface SaeStoreDay
SystemException
public SaeTransaction createDcloseTransaction(RDate createTime) throws SystemException
SaeStoreDay
createDcloseTransaction
in interface SaeStoreDay
createTime
-
SystemException
public void submit() throws SystemException
SaeStoreDay
submit
in interface SaeStoreDay
SystemException
public boolean isClosed() throws SystemException
SaeStoreDay
isClosed
in interface SaeStoreDay
SystemException
public void close() throws SystemException
SaeStoreDay
close
in interface SaeStoreDay
SystemException
public java.lang.String toString()
toString
in class DistributedObjectImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |