|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A customer's request for a catalog.
CatalogRequestOrigin
,
CatalogRequestType
Method Summary | |
ReferenceCache |
createReferenceCacheForCatalogRequest()
|
java.util.Set |
findUnexportedCatalogRequestReferences()
Catalog requests are fulfilled by an external system. |
CatalogRequestDto |
persist(CatalogRequestDto dto)
Persists a catalog request. |
void |
persistProcessed(java.util.Set requestRefs,
boolean exportedFlag)
Persist a set of catalog request (marking as processed). |
CatalogRequestDto |
read(DistributedReference ref)
Reads the catalog request for the given catalog request reference. |
java.util.Set |
read(java.util.Set refs)
Reads the catalog request requests for the given references. |
Method Detail |
public ReferenceCache createReferenceCacheForCatalogRequest() throws SystemException
SystemException
public CatalogRequestDto persist(CatalogRequestDto dto) throws SystemException
java.lang.NullPointerException
- if dto is null.
SystemException
public CatalogRequestDto 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 java.util.Set findUnexportedCatalogRequestReferences() throws SystemException
SystemException
public void persistProcessed(java.util.Set requestRefs, boolean exportedFlag) throws SystemException
requestRefs
- the catalog request references to updateexportedFlag
- boolean indicating export is processed
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |