|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.persistence.cache.MemoryDao
com.retek.component.customer.impl.persistence.cache.CacheCatalogRequestDao
Constructor Summary | |
CacheCatalogRequestDao()
|
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 refs,
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. |
static void |
reset()
|
Methods inherited from class com.retek.commons.component.impl.persistence.cache.MemoryDao |
doCreateReferenceCache, doCreateReferenceCache, doDelete, doPersist, doPersist, doRead, doRead, getDtosForType, getSizeReport, isWildCardEqual, resetAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CacheCatalogRequestDao()
Method Detail |
public static void reset()
public CatalogRequestDto read(DistributedReference ref) throws SystemException
CatalogRequestDao
read
in interface CatalogRequestDao
SystemException
public java.util.Set read(java.util.Set refs) throws SystemException
CatalogRequestDao
read
in interface CatalogRequestDao
SystemException
public CatalogRequestDto persist(CatalogRequestDto dto) throws SystemException
CatalogRequestDao
persist
in interface CatalogRequestDao
SystemException
public java.util.Set findUnexportedCatalogRequestReferences() throws SystemException
CatalogRequestDao
findUnexportedCatalogRequestReferences
in interface CatalogRequestDao
SystemException
public ReferenceCache createReferenceCacheForCatalogRequest() throws SystemException
createReferenceCacheForCatalogRequest
in interface CatalogRequestDao
SystemException
public void persistProcessed(java.util.Set refs, boolean exportedFlag) throws SystemException
CatalogRequestDao
persistProcessed
in interface CatalogRequestDao
refs
- 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 |