Uses of Class
com.retek.component.media.impl.remote.ShippingRateTableDto

Packages that use ShippingRateTableDto
com.retek.component.media.impl   
com.retek.component.media.impl.persistence   
com.retek.component.media.impl.persistence.cache   
com.retek.component.media.impl.persistence.db.oracle   
com.retek.component.media.impl.remote   
 

Uses of ShippingRateTableDto in com.retek.component.media.impl
 

Methods in com.retek.component.media.impl that return ShippingRateTableDto
 ShippingRateTableDto ShippingRateTableImpl.getDto()
           
 

Methods in com.retek.component.media.impl with parameters of type ShippingRateTableDto
 void ShippingRateTableImpl.persist(ShippingRateTableDto dto)
           
 void ShippingRateTableImpl.persistForDelete(ShippingRateTableDto dto)
           
 

Uses of ShippingRateTableDto in com.retek.component.media.impl.persistence
 

Methods in com.retek.component.media.impl.persistence that return ShippingRateTableDto
 ShippingRateTableDto ShippingRateTableDao.read(DistributedReference reference)
           
 ShippingRateTableDto ShippingRateTableDao.persist(ShippingRateTableDto dto)
           
static ShippingRateTableDto MediaDbObjectMaster.getShippingRateTableDto(DistributedContext context, ShippingRateTableType tableType)
           
static ShippingRateTableDto MediaDbObjectMaster.getShippingRateTableDto(DistributedContext context, ShippingRateTableType tableType, DistributedReference mediaRef)
           
 

Methods in com.retek.component.media.impl.persistence with parameters of type ShippingRateTableDto
 ShippingRateTableDto ShippingRateTableDao.persist(ShippingRateTableDto dto)
           
 

Uses of ShippingRateTableDto in com.retek.component.media.impl.persistence.cache
 

Methods in com.retek.component.media.impl.persistence.cache that return ShippingRateTableDto
 ShippingRateTableDto CacheShippingRateTableDao.read(DistributedReference reference)
           
 ShippingRateTableDto CacheShippingRateTableDao.persist(ShippingRateTableDto dto)
           
 

Methods in com.retek.component.media.impl.persistence.cache with parameters of type ShippingRateTableDto
 ShippingRateTableDto CacheShippingRateTableDao.persist(ShippingRateTableDto dto)
           
 

Uses of ShippingRateTableDto in com.retek.component.media.impl.persistence.db.oracle
 

Methods in com.retek.component.media.impl.persistence.db.oracle that return ShippingRateTableDto
 ShippingRateTableDto OracleShippingRateTableDao.persist(ShippingRateTableDto dto)
           
 ShippingRateTableDto OracleShippingRateTableDao.read(DistributedReference reference)
           
 ShippingRateTableDto OracleShippingRateTableRetriever.read(DistributedReference ref)
           
 

Methods in com.retek.component.media.impl.persistence.db.oracle with parameters of type ShippingRateTableDto
protected  void MediaOracleTestCase.assertShippingRateTableDtosAreEqual(ShippingRateTableDto expectedDto, ShippingRateTableDto dto)
           
 void MediaOracleTestCase.modifyShippingRateTableDto(ShippingRateTableDto dto)
           
 ShippingRateTableDto OracleShippingRateTableDao.persist(ShippingRateTableDto dto)
           
 void OracleSourceShippingRateTableCreator.create(ShippingRateTableDto dto)
           
 

Uses of ShippingRateTableDto in com.retek.component.media.impl.remote
 

Methods in com.retek.component.media.impl.remote that return ShippingRateTableDto
 ShippingRateTableDto MediaServicesRemote.readShippingRateTable(DistributedReference reference, long oldVersion)
           
 ShippingRateTableDto MediaServicesRemote.submitShippingRateTable(ShippingRateTableDto dto)
           
 ShippingRateTableDto MediaServicesEjb.submitShippingRateTable(ShippingRateTableDto dto)
           
 ShippingRateTableDto MediaServicesEjb.readShippingRateTable(DistributedReference reference, long oldVersion)
           
 

Methods in com.retek.component.media.impl.remote with parameters of type ShippingRateTableDto
 ShippingRateTableDto MediaServicesRemote.submitShippingRateTable(ShippingRateTableDto dto)
           
 ShippingRateTableDto MediaServicesEjb.submitShippingRateTable(ShippingRateTableDto dto)
           
 



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