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

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

Methods in com.retek.component.media.impl that return SellingItemDto
 SellingItemDto SellingItemImpl.getDto()
           
 

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

Methods in com.retek.component.media.impl.persistence that return SellingItemDto
 SellingItemDto SellingItemDao.read(DistributedReference ref)
           
 SellingItemDto SellingItemDao.persist(SellingItemDto dto)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context, MediaDto mediaDto, java.lang.String sellingItemDisplayCode)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context, MediaDto mediaDto, java.lang.String styleNumber, java.lang.String[] skuIds)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context, MediaDto mediaDto)
           
static SellingItemDto MediaDbObjectMaster.getSellingItemDto(DistributedContext context, DistributedReference mediaRef)
           
static SellingItemDto MediaDbObjectMaster.getSellingItemDto(DistributedContext context)
           
static SellingItemDto MediaDbObjectMaster.insertSellingItemDto(DistributedContext context)
           
 

Methods in com.retek.component.media.impl.persistence with parameters of type SellingItemDto
 SellingItemDto SellingItemDao.persist(SellingItemDto dto)
           
 void SellingItemDao.remove(SellingItemDto dto)
           
static void MediaDbObjectMaster.addSellingSku(DistributedContext context, SellingItemDto aSellingItemDto)
           
static PackSellingSkuDto MediaDbObjectMaster.getPackSellingSkuDto(DistributedContext context, SellingItemDto parentSellingItemDto, PackDto packDto)
           
static PackSellingSkuDto MediaDbObjectMaster.getPackSellingSkuDto(DistributedContext context, SellingItemDto aSellingItemDto)
           
static void MediaDbObjectMaster.addDepictionCode(DistributedContext context, SellingItemDto sellingItemDto)
           
static SellingSkuDto MediaDbObjectMaster.getSellingSkuDto(DistributedContext context, SellingItemDto sellingItemDto, java.lang.String skuId)
           
static SellingSkuDto MediaDbObjectMaster.getSellingSkuDto(DistributedContext context, MediaDto mediaDto, SellingItemDto sellingItemDto)
           
 

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

Methods in com.retek.component.media.impl.persistence.cache that return SellingItemDto
 SellingItemDto CacheSellingItemDao.persist(SellingItemDto dto)
           
 SellingItemDto CacheSellingItemDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.media.impl.persistence.cache with parameters of type SellingItemDto
 SellingItemDto CacheSellingItemDao.persist(SellingItemDto dto)
           
 void CacheSellingItemDao.remove(SellingItemDto dto)
           
 

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

Methods in com.retek.component.media.impl.persistence.db.oracle that return SellingItemDto
 SellingItemDto OracleSellingItemDao.read(DistributedReference sellingItemRef)
           
 SellingItemDto OracleSellingItemDao.persist(SellingItemDto dto)
           
 SellingItemDto OracleSellingItemRetriever.read(DistributedReference sellingItemRef)
           
 

Methods in com.retek.component.media.impl.persistence.db.oracle with parameters of type SellingItemDto
 void OracleSellingItemUpdater.update(SellingItemDto dto)
           
protected  void MediaOracleTestCase.assertSellingItemsAreEqual(SellingItemDto expectedDto, SellingItemDto readDto)
           
 void MediaOracleTestCase.modifySellingItemDto(SellingItemDto dto)
           
 SellingItemDto OracleSellingItemDao.persist(SellingItemDto dto)
           
 void OracleSellingItemDao.remove(SellingItemDto dto)
           
 void OracleSellingItemCreator.create(SellingItemDto dto)
           
 

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

Methods in com.retek.component.media.impl.remote that return SellingItemDto
 SellingItemDto MediaServicesRemote.readSellingItem(DistributedReference reference, long oldVersion)
           
 SellingItemDto MediaServicesRemote.submitSellingItem(SellingItemDto dto)
           
 SellingItemDto MediaServicesEjb.submitSellingItem(SellingItemDto dto)
           
 SellingItemDto MediaServicesEjb.readSellingItem(DistributedReference reference, long oldVersion)
           
 

Methods in com.retek.component.media.impl.remote with parameters of type SellingItemDto
 void MediaServicesRemote.removeSellingItem(SellingItemDto dto)
           
 SellingItemDto MediaServicesRemote.submitSellingItem(SellingItemDto dto)
           
 SellingItemDto MediaServicesEjb.submitSellingItem(SellingItemDto dto)
           
 void MediaServicesEjb.removeSellingItem(SellingItemDto dto)
           
 



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