Uses of Class
com.retek.component.promotion.PromotionSearchCriteria

Packages that use PromotionSearchCriteria
com.retek.component.promotion   
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 PromotionSearchCriteria in com.retek.component.promotion
 

Methods in com.retek.component.promotion with parameters of type PromotionSearchCriteria
 java.util.Set PromotionManager.findPromotions(PromotionSearchCriteria searchCriteria)
           
 java.util.Set PromotionManager.findActivePromotionsForAltSellingList(PromotionSearchCriteria criteria)
           
 void PromotionManager.validatePromotionAltSellingList(PromotionSearchCriteria criteria, java.util.List sellingLists)
           
 

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

Methods in com.retek.component.promotion.impl with parameters of type PromotionSearchCriteria
 java.util.Set PromotionManagerImpl.findPromotions(PromotionSearchCriteria criteria)
           
 java.util.Set PromotionManagerImpl.findActivePromotionsForAltSellingList(PromotionSearchCriteria criteria)
           
 void PromotionManagerImpl.validatePromotionAltSellingList(PromotionSearchCriteria criteria, java.util.List sellingLists)
           
 

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

Methods in com.retek.component.promotion.impl.persistence with parameters of type PromotionSearchCriteria
 java.util.Set PromotionDao.find(PromotionSearchCriteria searchCriteria)
           
 

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

Methods in com.retek.component.promotion.impl.persistence.cache with parameters of type PromotionSearchCriteria
 java.util.Set CachePromotionDao.find(PromotionSearchCriteria criteria)
           
 

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

Methods in com.retek.component.promotion.impl.persistence.db.oracle with parameters of type PromotionSearchCriteria
 java.util.Set OraclePromotionRetriever.find(PromotionSearchCriteria criteria)
           
 java.util.Set OraclePromotionDao.find(PromotionSearchCriteria criteria)
           
 

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

Methods in com.retek.component.promotion.impl.remote with parameters of type PromotionSearchCriteria
 java.util.Set PromotionServicesRemote.findPromotions(PromotionSearchCriteria criteria)
           
 java.util.Set PromotionServicesEjb.findPromotions(PromotionSearchCriteria criteria)
           
 



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