com.retek.component.item.impl.persistence.db.oracle
Class OracleShipRestrictionDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.item.impl.persistence.db.oracle.OracleShipRestrictionDao
- All Implemented Interfaces:
- ShipRestrictionDao
- public class OracleShipRestrictionDao
- extends AbstractOracleDao
- implements ShipRestrictionDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleShipRestrictionDao
public OracleShipRestrictionDao()
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