|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.customerorder.impl.persistence.db.oracle.OracleCustomerOrderAuditDao
Constructor Summary | |
OracleCustomerOrderAuditDao()
|
Method Summary | |
void |
persist(CustomerOrderDto dto,
DistributedReference userRef,
boolean newOrder,
java.util.Set dirtyForAuditDtos)
Persists a customer order audit. |
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao |
buildReferenceCache, getDaoResourceProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleCustomerOrderAuditDao()
Method Detail |
public void persist(CustomerOrderDto dto, DistributedReference userRef, boolean newOrder, java.util.Set dirtyForAuditDtos) throws SystemException
CustomerOrderAuditDao
persist
in interface CustomerOrderAuditDao
dto
- customer order to create an audit foruserRef
- reference to the usernewOrder
- boolean to indicate whether the order has been persisted beforedirtyForAuditDtos
- list of all customerOrderLineDto's that have been modified.
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |