com.retek.component.promotion.impl.persistence
Interface PromotionDao

All Known Implementing Classes:
CachePromotionDao, OraclePromotionDao

public interface PromotionDao


Method Summary
 ReferenceCache createReferenceCacheForPromotion()
           
 ReferenceCache createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 ReferenceCache createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 java.util.Set find(PromotionSearchCriteria searchCriteria)
           
 java.util.Set findAllPromotions()
           
 PromotionDto persist(PromotionDto dto)
           
 PromotionDto read(DistributedReference reference)
           
 PromotionBenefitDto readPromotionBenefit(DistributedReference reference)
           
 

Method Detail

read

public PromotionDto read(DistributedReference reference)
                  throws SystemException
Throws:
SystemException

persist

public PromotionDto persist(PromotionDto dto)
                     throws SystemException
Throws:
SystemException

createReferenceCacheForPromotion

public ReferenceCache createReferenceCacheForPromotion()
                                                throws SystemException
Throws:
SystemException

createReferenceCacheForPromotionThreshold

public ReferenceCache createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
                                                         throws SystemException
Throws:
SystemException

findAllPromotions

public java.util.Set findAllPromotions()
                                throws SystemException
Throws:
SystemException

find

public java.util.Set find(PromotionSearchCriteria searchCriteria)
                   throws SystemException
Throws:
SystemException

createReferenceCacheForPromotionBenefit

public ReferenceCache createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
                                                       throws SystemException
Throws:
SystemException

readPromotionBenefit

public PromotionBenefitDto readPromotionBenefit(DistributedReference reference)
                                         throws SystemException
Throws:
SystemException


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