com.retek.component.promotion.impl
Class PromotionThresholdImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.promotion.impl.PromotionThresholdImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, PromotionThreshold
- Direct Known Subclasses:
- ItemPromotionThresholdImpl, OrderCurrencyAmountThresholdImpl, OrderQuantityThresholdImpl
- public abstract class PromotionThresholdImpl
- extends DistributedObjectImpl
- implements PromotionThreshold
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
PromotionThresholdImpl
public PromotionThresholdImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
PromotionThresholdImpl
public PromotionThresholdImpl(DistributedContext context,
DistributedReference ref)
throws SystemException
getDto
public PromotionThresholdDto getDto()
throws SystemException
- Throws:
SystemException
setUpdateAudit
public void setUpdateAudit(User user)
throws SystemException
- Throws:
SystemException
setCreateAudit
public void setCreateAudit(User user)
throws SystemException
- Throws:
SystemException
accept
public abstract void accept(Promotion promotion,
PromotionThresholdVisitor thresholdVisitor)
throws SystemException
- Description copied from interface:
PromotionThreshold
- Initiate a threhold visitation.
- Specified by:
accept
in interface PromotionThreshold
- Parameters:
promotion
- promotion for the threshold
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28