Uses of Class
com.retek.component.item.impl.remote.ShipRestrictionDto

Packages that use ShipRestrictionDto
com.retek.component.item.impl   
com.retek.component.item.impl.persistence   
com.retek.component.item.impl.persistence.cache   
com.retek.component.item.impl.persistence.db.oracle   
com.retek.component.item.impl.remote   
 

Uses of ShipRestrictionDto in com.retek.component.item.impl
 

Methods in com.retek.component.item.impl that return ShipRestrictionDto
 ShipRestrictionDto ShipRestrictionImpl.getDto()
           
 

Uses of ShipRestrictionDto in com.retek.component.item.impl.persistence
 

Methods in com.retek.component.item.impl.persistence that return ShipRestrictionDto
 ShipRestrictionDto ShipRestrictionDao.readShipRestriction(DistributedReference id)
           
 ShipRestrictionDto ShipRestrictionDao.persist(ShipRestrictionDto dto)
           
 

Methods in com.retek.component.item.impl.persistence with parameters of type ShipRestrictionDto
 ShipRestrictionDto ShipRestrictionDao.persist(ShipRestrictionDto dto)
           
 

Uses of ShipRestrictionDto in com.retek.component.item.impl.persistence.cache
 

Methods in com.retek.component.item.impl.persistence.cache that return ShipRestrictionDto
 ShipRestrictionDto CacheShipRestrictionDao.readShipRestriction(DistributedReference ref)
           
 ShipRestrictionDto CacheShipRestrictionDao.persist(ShipRestrictionDto dto)
           
 

Methods in com.retek.component.item.impl.persistence.cache with parameters of type ShipRestrictionDto
 ShipRestrictionDto CacheShipRestrictionDao.persist(ShipRestrictionDto dto)
           
 

Uses of ShipRestrictionDto in com.retek.component.item.impl.persistence.db.oracle
 

Methods in com.retek.component.item.impl.persistence.db.oracle that return ShipRestrictionDto
 ShipRestrictionDto OracleShipRestrictionDao.readShipRestriction(DistributedReference ref)
           
 ShipRestrictionDto OracleShipRestrictionDao.persist(ShipRestrictionDto dto)
           
 ShipRestrictionDto OracleShipRestrictionUpdater.update(ShipRestrictionDto shipRestrictionDto)
           
 ShipRestrictionDto OracleShipRestrictionCreator.create(ShipRestrictionDto dto)
           
 ShipRestrictionDto OracleShipRestrictionReader.read(DistributedReference distributedReference)
           
 

Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type ShipRestrictionDto
 ShipRestrictionDto OracleShipRestrictionDao.persist(ShipRestrictionDto dto)
           
 ShipRestrictionDto OracleShipRestrictionUpdater.update(ShipRestrictionDto shipRestrictionDto)
           
 ShipRestrictionDto OracleShipRestrictionCreator.create(ShipRestrictionDto dto)
           
 

Uses of ShipRestrictionDto in com.retek.component.item.impl.remote
 

Methods in com.retek.component.item.impl.remote that return ShipRestrictionDto
 ShipRestrictionDto ShipRestrictionServiceRemote.readShipRestriction(DistributedReference ref, long version)
           
 ShipRestrictionDto ShipRestrictionServiceRemote.submit(ShipRestrictionDto dto)
           
 ShipRestrictionDto ShipRestrictionServiceEjb.readShipRestriction(DistributedReference ref, long version)
           
 ShipRestrictionDto ShipRestrictionServiceEjb.submit(ShipRestrictionDto dto)
           
 

Methods in com.retek.component.item.impl.remote with parameters of type ShipRestrictionDto
 ShipRestrictionDto ShipRestrictionServiceRemote.submit(ShipRestrictionDto dto)
           
 ShipRestrictionDto ShipRestrictionServiceEjb.submit(ShipRestrictionDto dto)
           
 



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