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

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

Constructors in com.retek.component.item.impl with parameters of type StyleDto
StyleImpl(DistributedContext context, StyleDto dto)
           
 

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

Methods in com.retek.component.item.impl.persistence that return StyleDto
 StyleDto StyleDao.readStyle(java.lang.String id)
           
 StyleDto StyleDao.readStyle(java.lang.String id, boolean readThinDiffGroup)
           
 StyleDto StyleDao.submit(StyleDto dto)
           
static StyleDto ItemDbObjectMaster.getStyleDto()
           
static StyleDto ItemDbObjectMaster.insertStyleDto()
           
static StyleDto ItemDbObjectMaster.getStyleDto(DifferentiatorGroupHeaderDto diff1, DifferentiatorGroupHeaderDto diff2, DifferentiatorDto diff3, DifferentiatorDto diff4)
           
static StyleDto ItemDbObjectMaster.createAndPersistLevel1ItemDto()
           
static StyleDto ItemDbObjectMaster.createAndPersistStyleDto()
           
static StyleDto ItemDbObjectMaster.insertStyleDto(DifferentiatorGroupHeaderDto diff1)
           
static StyleDto ItemDbObjectMaster.insertStyleDto(DifferentiatorGroupHeaderDto diff1, DifferentiatorDto diff3)
           
static StyleDto ItemDbObjectMaster.insertStyleDtoWithSku(DistributedContext context)
           
static StyleDto ItemDbObjectMaster.createAndPersistStyleDtoWithSkus(DistributedContext context, java.lang.String storeId)
           
 

Methods in com.retek.component.item.impl.persistence with parameters of type StyleDto
 StyleDto StyleDao.submit(StyleDto dto)
           
 void StyleDao.delete(StyleDto dto)
           
static SkuDto ItemDbObjectMaster.insertSkuDtoWithPrimarySupplier(DistributedContext context, StyleDto styleDto)
           
static SkuDto ItemDbObjectMaster.getSkuDtoWithStyle(DistributedContext context, StyleDto styleDto)
           
 

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

Methods in com.retek.component.item.impl.persistence.cache that return StyleDto
 StyleDto CacheStyleDao.readStyle(java.lang.String id)
           
 StyleDto CacheStyleDao.readStyle(java.lang.String id, boolean readThinDiffGroup)
           
 StyleDto CacheStyleDao.submit(StyleDto dto)
           
 

Methods in com.retek.component.item.impl.persistence.cache with parameters of type StyleDto
 StyleDto CacheStyleDao.submit(StyleDto dto)
           
 void CacheStyleDao.delete(StyleDto dto)
           
 

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

Methods in com.retek.component.item.impl.persistence.db.oracle that return StyleDto
 StyleDto OracleStyleDao.readStyle(java.lang.String id)
           
 StyleDto OracleStyleDao.readStyle(java.lang.String id, boolean readThinDiffGroup)
           
 StyleDto OracleStyleDao.submit(StyleDto dto)
           
 StyleDto OracleStyleFinder.readStyle(java.lang.String styleId, boolean readThinDiffGroup)
           
 

Methods in com.retek.component.item.impl.persistence.db.oracle with parameters of type StyleDto
 StyleDto OracleStyleDao.submit(StyleDto dto)
           
 void OracleStyleDao.delete(StyleDto dto)
           
 void ItemOracleTestCase.assertStyleDtosAreEqual(StyleDto expectedDto, StyleDto dto)
           
protected  void ItemOracleTestCase.modifyStyleDto(StyleDto dto)
           
 

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

Methods in com.retek.component.item.impl.remote that return StyleDto
 StyleDto ItemServiceRemote.readStyle(java.lang.String id, boolean readThinDiffGroup)
           
 StyleDto ItemServiceRemote.submit(StyleDto dto)
           
 StyleDto ItemServiceEjb.readStyle(java.lang.String id, boolean readThinDiffGroup)
           
 StyleDto ItemServiceEjb.submit(StyleDto dto)
           
 

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



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