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

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

Methods in com.retek.component.item.impl that return ItemCollectionDto
 ItemCollectionDto ItemCollectionImpl.getDto()
           
 

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

Methods in com.retek.component.item.impl.persistence that return ItemCollectionDto
static ItemCollectionDto ItemDbObjectMaster.getItemCollectionDto(DistributedContext context)
           
 ItemCollectionDto ItemCollectionDao.submit(ItemCollectionDto dto)
           
 ItemCollectionDto ItemCollectionDao.read(DistributedReference itemCollectionRef)
           
 

Methods in com.retek.component.item.impl.persistence with parameters of type ItemCollectionDto
 ItemCollectionDto ItemCollectionDao.submit(ItemCollectionDto dto)
           
 

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

Methods in com.retek.component.item.impl.persistence.cache that return ItemCollectionDto
 ItemCollectionDto CacheItemCollectionDao.submit(ItemCollectionDto dto)
           
 ItemCollectionDto CacheItemCollectionDao.read(DistributedReference itemCollectionRef)
           
 

Methods in com.retek.component.item.impl.persistence.cache with parameters of type ItemCollectionDto
 ItemCollectionDto CacheItemCollectionDao.submit(ItemCollectionDto dto)
           
 

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

Methods in com.retek.component.item.impl.persistence.db.oracle that return ItemCollectionDto
 ItemCollectionDto OracleItemCollectionDao.submit(ItemCollectionDto dto)
           
 ItemCollectionDto OracleItemCollectionDao.read(DistributedReference itemCollectionRef)
           
 ItemCollectionDto OracleItemCollectionRetriever.read(DistributedReference ref)
           
 

Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type ItemCollectionDto
 ItemCollectionDto OracleItemCollectionDao.submit(ItemCollectionDto dto)
           
 void ItemOracleTestCase.modifyItemCollection(ItemCollectionDto dto)
           
 void ItemOracleTestCase.assertItemCollectionDtosEqual(ItemCollectionDto expectedDto, ItemCollectionDto actualDto)
           
 void OracleItemCollectionCreator.create(ItemCollectionDto dto)
           
 void OracleItemCollectionUpdater.update(ItemCollectionDto dto)
           
 

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

Methods in com.retek.component.item.impl.remote that return ItemCollectionDto
 ItemCollectionDto ItemServiceRemote.readItemCollection(DistributedReference itemCollectionRef)
           
 ItemCollectionDto ItemServiceRemote.submit(ItemCollectionDto dto)
           
 ItemCollectionDto ItemServiceEjb.submit(ItemCollectionDto dto)
           
 ItemCollectionDto ItemServiceEjb.readItemCollection(DistributedReference itemCollectionRef)
           
 

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



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