|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that defines persistence-layer operations available on customer merge requests.
Method Summary | |
ReferenceCache |
createReferenceCacheForCustomerMergeRequest()
|
java.util.Set |
findCustomerMergeRequestReferences(CustomerMergeRequestSearchCriteria criteria)
Find customer merge request references for the specified search criteria. |
CustomerMergeRequestDto |
persist(CustomerMergeRequestDto dto)
Persists a customer merge request. |
void |
persistProcessed(java.util.Set requestRefs,
RDate processedDate)
Persist a set of customer merge request (marking as processed). |
CustomerMergeRequestDto |
read(DistributedReference ref)
Reads the customer merge request for the given reference. |
java.util.Set |
read(java.util.Set refs)
Reads the customer merge requests for the given references. |
Method Detail |
public ReferenceCache createReferenceCacheForCustomerMergeRequest() throws SystemException
SystemException
public CustomerMergeRequestDto read(DistributedReference ref) throws SystemException
InvalidReferenceException
- if the reference cannot be resolved.
SystemException
public java.util.Set read(java.util.Set refs) throws SystemException
InvalidReferenceException
- if the reference cannot be resolved.
SystemException
public CustomerMergeRequestDto persist(CustomerMergeRequestDto dto) throws SystemException
java.lang.NullPointerException
- if dto is null.
SystemException
public void persistProcessed(java.util.Set requestRefs, RDate processedDate) throws SystemException
requestRefs
- the customer merge request references to updateprocessedDate
- the date the requests were processed
java.lang.NullPointerException
- if dto is null.
SystemException
public java.util.Set findCustomerMergeRequestReferences(CustomerMergeRequestSearchCriteria criteria) throws SystemException
criteria
- merge request search criteria
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |