|
|||||||||||
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.customerorder.impl.persistence.cache.CacheShippedContainerDao
Constructor Summary | |
CacheShippedContainerDao()
|
Method Summary | |
boolean |
checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
java.lang.String trackingNumber,
DistributedReference shippedContainerRef)
|
java.util.Set |
find(ShippedContainerSearchCriteria criteria)
|
ShippedContainerDto |
read(DistributedReference shippedContainerRef)
|
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 CacheShippedContainerDao()
Method Detail |
public static void reset()
public java.util.Set find(ShippedContainerSearchCriteria criteria) throws SystemException
find
in interface ShippedContainerDao
SystemException
public ShippedContainerDto read(DistributedReference shippedContainerRef) throws SystemException
read
in interface ShippedContainerDao
SystemException
public boolean checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId, java.lang.String trackingNumber, DistributedReference shippedContainerRef) throws SystemException
checkForDuplicateCarrierAndTrackingNumber
in interface ShippedContainerDao
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |