com.retek.component.item.impl.persistence
Interface ShipRestrictionDao

All Known Implementing Classes:
CacheShipRestrictionDao, OracleShipRestrictionDao

public interface ShipRestrictionDao


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)
           
 AddressCodeDto persist(AddressCodeDto dto)
           
 ShipRestrictionDto persist(ShipRestrictionDto dto)
           
 AddressCodeDto readAddressCode(DistributedReference ref)
           
 ShipRestrictionDto readShipRestriction(DistributedReference id)
           
 

Method Detail

readShipRestriction

public ShipRestrictionDto readShipRestriction(DistributedReference id)
                                       throws InvalidIdException,
                                              SystemException
Throws:
InvalidIdException
SystemException

persist

public ShipRestrictionDto persist(ShipRestrictionDto dto)
                           throws SystemException
Throws:
SystemException

findShipRestrictions

public java.util.Set findShipRestrictions(ShipRestrictionSearchCriteria criteria)
                                   throws SystemException
Throws:
SystemException

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Throws:
SystemException

readAddressCode

public AddressCodeDto readAddressCode(DistributedReference ref)
                               throws InvalidIdException,
                                      SystemException
Throws:
InvalidIdException
SystemException

persist

public AddressCodeDto persist(AddressCodeDto dto)
                       throws SystemException
Throws:
SystemException

findAllActiveAddressCodes

public java.util.Set findAllActiveAddressCodes()
                                        throws SystemException
Throws:
SystemException

createReferenceCacheForAddressCode

public ReferenceCache createReferenceCacheForAddressCode()
                                                  throws SystemException
Throws:
SystemException

findAddressCodes

public java.util.Set findAddressCodes(AddressCodeSearchCriteria criteria)
                               throws SystemException
Throws:
SystemException


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