Uses of Class
com.retek.component.promotion.impl.remote.PromotionDto

Packages that use PromotionDto
com.retek.component.promotion.impl   
com.retek.component.promotion.impl.persistence   
com.retek.component.promotion.impl.persistence.cache   
com.retek.component.promotion.impl.persistence.db.oracle   
com.retek.component.promotion.impl.remote   
 

Uses of PromotionDto in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl that return PromotionDto
 PromotionDto PromotionImpl.getDto()
           
 

Uses of PromotionDto in com.retek.component.promotion.impl.persistence
 

Methods in com.retek.component.promotion.impl.persistence that return PromotionDto
 PromotionDto PromotionDao.read(DistributedReference reference)
           
 PromotionDto PromotionDao.persist(PromotionDto dto)
           
static PromotionDto PromotionDbObjectMaster.getPromotionDto(DistributedContext context)
           
 

Methods in com.retek.component.promotion.impl.persistence with parameters of type PromotionDto
 PromotionDto PromotionDao.persist(PromotionDto dto)
           
 

Uses of PromotionDto in com.retek.component.promotion.impl.persistence.cache
 

Methods in com.retek.component.promotion.impl.persistence.cache that return PromotionDto
 PromotionDto CachePromotionDao.read(DistributedReference reference)
           
 PromotionDto CachePromotionDao.persist(PromotionDto dto)
           
 

Methods in com.retek.component.promotion.impl.persistence.cache with parameters of type PromotionDto
 PromotionDto CachePromotionDao.persist(PromotionDto dto)
           
 

Uses of PromotionDto in com.retek.component.promotion.impl.persistence.db.oracle
 

Methods in com.retek.component.promotion.impl.persistence.db.oracle that return PromotionDto
 PromotionDto OraclePromotionRetriever.read(DistributedReference ref)
           
 PromotionDto OraclePromotionThresholdRetriever.read(DistributedReference ref)
           
 PromotionDto OraclePromotionDao.persist(PromotionDto dto)
           
 PromotionDto OraclePromotionDao.read(DistributedReference reference)
           
 

Methods in com.retek.component.promotion.impl.persistence.db.oracle with parameters of type PromotionDto
 void PromotionOracleTestCase.assertPromotionDtosAreEqual(PromotionDto expectedDto, PromotionDto dto)
           
 void PromotionOracleTestCase.modifyPromotionDto(PromotionDto dto, DistributedReference bannerRef, DistributedReference channelTypeRef)
           
 void OraclePromotionOfferCodeCreator.create(PromotionDto dto)
           
 void OraclePromotionUpdater.update(PromotionDto dto)
           
 void OraclePromotionSourceCreator.create(PromotionDto dto)
           
 PromotionDto OraclePromotionDao.persist(PromotionDto dto)
           
 void OraclePromotionSellingListCreator.create(PromotionDto dto)
           
 void OraclePromotionTenderTypeCreator.create(PromotionDto dto)
           
 void OraclePromotionCreator.create(PromotionDto dto)
           
 

Uses of PromotionDto in com.retek.component.promotion.impl.remote
 

Methods in com.retek.component.promotion.impl.remote that return PromotionDto
 PromotionDto PromotionServicesRemote.readPromotion(DistributedReference reference, long oldVersion)
           
 PromotionDto PromotionServicesRemote.submit(PromotionDto dto)
           
 PromotionDto PromotionServicesEjb.submit(PromotionDto dto)
           
 PromotionDto PromotionServicesEjb.readPromotion(DistributedReference reference, long oldVersion)
           
 

Methods in com.retek.component.promotion.impl.remote with parameters of type PromotionDto
 PromotionDto PromotionServicesRemote.submit(PromotionDto dto)
           
 PromotionDto PromotionServicesEjb.submit(PromotionDto dto)
           
 



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