|
|||||||||||
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.customer.impl.persistence.db.oracle.OracleCatalogRequestDao
Constructor Summary | |
OracleCatalogRequestDao()
|
Method Summary | |
ReferenceCache |
createReferenceCacheForCatalogRequest()
|
java.util.Set |
findUnexportedCatalogRequestReferences()
Catalog requests are fulfilled by an external system. |
protected java.lang.String |
getDaoResourceProperty()
|
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. |
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao |
buildReferenceCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OracleCatalogRequestDao()
Method Detail |
public ReferenceCache createReferenceCacheForCatalogRequest() throws SystemException
createReferenceCacheForCatalogRequest
in interface CatalogRequestDao
SystemException
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
protected java.lang.String getDaoResourceProperty()
getDaoResourceProperty
in class AbstractOracleDao
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 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 |