com.retek.component.promotion.impl.remote
Class PromotionServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.promotion.impl.remote.PromotionServicesEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class PromotionServicesEjb
extends DefaultSessionEjb

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
PromotionServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForPromotion()
           
 ReferenceCache createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
           
 ReferenceCache createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
           
 void ejbCreate()
           
 java.util.Set findAllPromotions()
           
 java.util.Set findPromotions(PromotionSearchCriteria criteria)
           
 PromotionDto readPromotion(DistributedReference reference, long oldVersion)
           
 PromotionBenefitDto readPromotionBenefit(DistributedReference reference, long oldVersion)
           
 PromotionDto submit(PromotionDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromotionServicesEjb

public PromotionServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

submit

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

readPromotion

public PromotionDto readPromotion(DistributedReference reference,
                                  long oldVersion)
                           throws SystemException
Throws:
SystemException

readPromotionBenefit

public PromotionBenefitDto readPromotionBenefit(DistributedReference reference,
                                                long oldVersion)
                                         throws SystemException
Throws:
SystemException

createReferenceCacheForPromotion

public ReferenceCache createReferenceCacheForPromotion()
                                                throws SystemException
Throws:
SystemException

createReferenceCacheForPromotionBenefit

public ReferenceCache createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
                                                       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

findPromotions

public java.util.Set findPromotions(PromotionSearchCriteria criteria)
                             throws SystemException
Throws:
SystemException


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