com.retek.component.item.impl.persistence.db.oracle
Class OracleShipRestrictionDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleShipRestrictionDao
All Implemented Interfaces:
ShipRestrictionDao

public class OracleShipRestrictionDao
extends AbstractOracleDao
implements ShipRestrictionDao


Constructor Summary
OracleShipRestrictionDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 ReferenceCache createReferenceCacheForAddressCode()
           
 java.util.Set findAddressCodes(AddressCodeSearchCriteria criteria)
           
 java.util.Set findAllActiveAddressCodes()
           
 java.util.Set findShipRestrictions(ShipRestrictionSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 AddressCodeDto persist(AddressCodeDto dto)
           
 ShipRestrictionDto persist(ShipRestrictionDto dto)
           
 AddressCodeDto readAddressCode(DistributedReference ref)
           
 ShipRestrictionDto readShipRestriction(DistributedReference ref)
           
 
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

OracleShipRestrictionDao

public OracleShipRestrictionDao()
Method Detail

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Specified by:
createReferenceCache in interface ShipRestrictionDao
Throws:
SystemException

readShipRestriction

public ShipRestrictionDto readShipRestriction(DistributedReference ref)
                                       throws InvalidIdException,
                                              SystemException
Specified by:
readShipRestriction in interface ShipRestrictionDao
Throws:
InvalidIdException
SystemException

persist

public ShipRestrictionDto persist(ShipRestrictionDto dto)
                           throws SystemException
Specified by:
persist in interface ShipRestrictionDao
Throws:
SystemException

findShipRestrictions

public java.util.Set findShipRestrictions(ShipRestrictionSearchCriteria criteria)
                                   throws SystemException
Specified by:
findShipRestrictions in interface ShipRestrictionDao
Throws:
SystemException

createReferenceCacheForAddressCode

public ReferenceCache createReferenceCacheForAddressCode()
                                                  throws SystemException
Specified by:
createReferenceCacheForAddressCode in interface ShipRestrictionDao
Throws:
SystemException

readAddressCode

public AddressCodeDto readAddressCode(DistributedReference ref)
                               throws InvalidIdException,
                                      SystemException
Specified by:
readAddressCode in interface ShipRestrictionDao
Throws:
InvalidIdException
SystemException

persist

public AddressCodeDto persist(AddressCodeDto dto)
                       throws SystemException
Specified by:
persist in interface ShipRestrictionDao
Throws:
SystemException

findAllActiveAddressCodes

public java.util.Set findAllActiveAddressCodes()
                                        throws SystemException
Specified by:
findAllActiveAddressCodes in interface ShipRestrictionDao
Throws:
SystemException

findAddressCodes

public java.util.Set findAddressCodes(AddressCodeSearchCriteria criteria)
                               throws SystemException
Specified by:
findAddressCodes in interface ShipRestrictionDao
Throws:
SystemException


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