com.retek.component.promotion.impl.remote
Interface PromotionServicesRemote
- All Superinterfaces:
- DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote
- public interface PromotionServicesRemote
- extends DefaultSessionRemote
Remote interface for com.retek.component.promotion.impl.remote.PromotionServices.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createReferenceCacheForPromotion
public ReferenceCache createReferenceCacheForPromotion()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForPromotionBenefit
public ReferenceCache createReferenceCacheForPromotionBenefit(java.lang.Class businessInterface)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForPromotionThreshold
public ReferenceCache createReferenceCacheForPromotionThreshold(java.lang.Class businessInterface)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllPromotions
public java.util.Set findAllPromotions()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findPromotions
public java.util.Set findPromotions(PromotionSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readPromotion
public PromotionDto readPromotion(DistributedReference reference,
long oldVersion)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readPromotionBenefit
public PromotionBenefitDto readPromotionBenefit(DistributedReference reference,
long oldVersion)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submit
public PromotionDto submit(PromotionDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28