com.retek.component.customerorder.impl.persistence
Interface CustomerOrderAuditDao
- All Known Implementing Classes:
- CacheCustomerOrderAuditDao, OracleCustomerOrderAuditDao
- public interface CustomerOrderAuditDao
Contains methods for persisting CustomerOrderAudits.
persist
public void persist(CustomerOrderDto customerOrderDto,
DistributedReference userRef,
boolean newOrder,
java.util.Set dirtyForAuditDtos)
throws SystemException
- Persists a customer order audit. Always creates a new record. Never updates the record.
Only lines that exist in the list of dirtyForAuditDto's will be persisted.
- Parameters:
customerOrderDto
- 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.
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28