com.retek.component.customerorder.impl.persistence.cache
Class CacheShippedContainerDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.customerorder.impl.persistence.cache.CacheShippedContainerDao
All Implemented Interfaces:
ShippedContainerDao

public class CacheShippedContainerDao
extends MemoryDao
implements ShippedContainerDao


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

CacheShippedContainerDao

public CacheShippedContainerDao()
Method Detail

reset

public static void reset()

find

public java.util.Set find(ShippedContainerSearchCriteria criteria)
                   throws SystemException
Specified by:
find in interface ShippedContainerDao
Throws:
SystemException

read

public ShippedContainerDto read(DistributedReference shippedContainerRef)
                         throws SystemException
Specified by:
read in interface ShippedContainerDao
Throws:
SystemException

checkForDuplicateCarrierAndTrackingNumber

public boolean checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId,
                                                         java.lang.String trackingNumber,
                                                         DistributedReference shippedContainerRef)
                                                  throws SystemException
Specified by:
checkForDuplicateCarrierAndTrackingNumber in interface ShippedContainerDao
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28