com.retek.component.customerorder.impl.persistence.db.oracle
Class OracleShippedContainerDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.customerorder.impl.persistence.db.oracle.OracleShippedContainerDao
All Implemented Interfaces:
ShippedContainerDao

public class OracleShippedContainerDao
extends AbstractOracleDao
implements ShippedContainerDao


Constructor Summary
OracleShippedContainerDao()
           
 
Method Summary
 boolean checkForDuplicateCarrierAndTrackingNumber(java.lang.String carrierId, java.lang.String trackingNumber, DistributedReference shippedContainerRef)
           
 java.util.Set find(ShippedContainerSearchCriteria criteria)
           
 ShippedContainerDto read(DistributedReference ref)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache, getDaoResourceProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleShippedContainerDao

public OracleShippedContainerDao()
Method Detail

read

public ShippedContainerDto read(DistributedReference ref)
                         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

find

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


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