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

Packages that use ProductInformationDto
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 ProductInformationDto in com.retek.component.item.impl
 

Methods in com.retek.component.item.impl that return ProductInformationDto
 ProductInformationDto ProductInformationImpl.getDto()
           
 

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

Methods in com.retek.component.item.impl.persistence that return ProductInformationDto
 ProductInformationDto ProductInformationDao.persist(ProductInformationDto dto)
           
 ProductInformationDto ProductInformationDao.read(DistributedReference productInformationRef)
           
static ProductInformationDto ItemDbObjectMaster.getProductInformationDto(DistributedContext context)
           
 

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

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

Methods in com.retek.component.item.impl.persistence.cache that return ProductInformationDto
 ProductInformationDto CacheProductInformationDao.persist(ProductInformationDto dto)
           
 ProductInformationDto CacheProductInformationDao.read(DistributedReference productInformationRef)
           
 

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

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

Methods in com.retek.component.item.impl.persistence.db.oracle that return ProductInformationDto
 ProductInformationDto OracleProductInformationDao.persist(ProductInformationDto dto)
           
 ProductInformationDto OracleProductInformationDao.read(DistributedReference productInformationRef)
           
 ProductInformationDto OracleProductInformationRetriever.read(DistributedReference ref)
           
 

Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type ProductInformationDto
 void ItemOracleTestCase.assertProductInformationDtosAreEqual(ProductInformationDto expectedDto, ProductInformationDto dto)
           
 void ItemOracleTestCase.modifyProductInformationDto(ProductInformationDto dto)
           
 void OracleProductInformationUpdater.update(ProductInformationDto dto)
           
 ProductInformationDto OracleProductInformationDao.persist(ProductInformationDto dto)
           
 void OracleProductInformationCreator.create(ProductInformationDto dto)
           
 

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

Methods in com.retek.component.item.impl.remote that return ProductInformationDto
 ProductInformationDto ItemServiceRemote.readProductInformation(DistributedReference ref, long version)
           
 ProductInformationDto ItemServiceRemote.submitProductInformation(ProductInformationDto dto)
           
 ProductInformationDto ItemServiceEjb.submitProductInformation(ProductInformationDto dto)
           
 ProductInformationDto ItemServiceEjb.readProductInformation(DistributedReference ref, long version)
           
 

Methods in com.retek.component.item.impl.remote with parameters of type ProductInformationDto
 ProductInformationDto ItemServiceRemote.submitProductInformation(ProductInformationDto dto)
           
 ProductInformationDto ItemServiceEjb.submitProductInformation(ProductInformationDto dto)
           
 



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