|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomerOrderPendReason | |
com.retek.component.customerorder | |
com.retek.component.customerorder.impl | |
com.retek.component.task | |
com.retek.component.task.impl |
Uses of CustomerOrderPendReason in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return CustomerOrderPendReason | |
CustomerOrderPendReason |
CustomerOrderManager.buildCustomerOrderPendReasonInstance(OrderPendReason orderPendReason)
|
Methods in com.retek.component.customerorder with parameters of type CustomerOrderPendReason | |
void |
CustomerOrder.pend(CustomerOrderPendReason customerOrderPendReason,
User user)
Pends an order for the given customer order pend reason. |
void |
CustomerOrder.pend(MailOrderBatch mailOrderBatch,
CustomerOrderPendReason customerOrderPendReason,
User user)
Different variation on pend, used when the order is a mail order in mail-order-pre-batch state. |
Uses of CustomerOrderPendReason in com.retek.component.customerorder.impl |
Classes in com.retek.component.customerorder.impl that implement CustomerOrderPendReason | |
class |
CustomerOrderPendReasonImpl
|
Methods in com.retek.component.customerorder.impl that return CustomerOrderPendReason | |
protected CustomerOrderPendReason |
PaymentWaitingManualAuthorizationRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
PaymentAuthorizationFailedRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
MailOrderInvalidEventHoldRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
MailOrderInvalidPersonalHoldDateRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
OrderExceededUnderpaymentToleranceRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected abstract CustomerOrderPendReason |
CustomerOrderSystematicEvaluator.doEvaluate(CustomerOrder order)
|
CustomerOrderPendReason |
CustomerOrderManagerImpl.buildCustomerOrderPendReasonInstance(OrderPendReason orderPendReason)
|
protected CustomerOrderPendReason |
MailOrderInvalidServiceLineRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
MailOrderHasBalanceFailedRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
PaymentWaitingAuthorizationRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
TaxSystemAvailabilityRuleEvaluator.doEvaluate(CustomerOrder order)
|
protected CustomerOrderPendReason |
MailOrderShippingRestrictionFailedRuleEvaluator.doEvaluate(CustomerOrder order)
|
Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderPendReason | |
void |
CustomerOrderImpl.pend(CustomerOrderPendReason customerOrderPendReason,
User user)
|
void |
CustomerOrderImpl.pend(MailOrderBatch mailOrderBatch,
CustomerOrderPendReason customerOrderPendReason,
User user)
|
Uses of CustomerOrderPendReason in com.retek.component.task |
Methods in com.retek.component.task with parameters of type CustomerOrderPendReason | |
void |
TaskManager.resolve(OrderWorkTask orderWorkTask,
CustomerOrder order,
User user,
CustomerOrderPendReason customerOrderPendReason)
|
Uses of CustomerOrderPendReason in com.retek.component.task.impl |
Methods in com.retek.component.task.impl with parameters of type CustomerOrderPendReason | |
void |
OrderWorkTaskResolver.setCustomerOrderPendReason(CustomerOrderPendReason reason)
|
void |
TaskManagerImpl.resolve(OrderWorkTask orderWorkTask,
CustomerOrder order,
User user,
CustomerOrderPendReason customerOrderPendReason)
|
static OrderWorkTaskResolver |
WorkTaskResolverFactory.createResolver(OrderWorkTask workTask,
CustomerOrder order,
boolean persistOrder,
CustomerOrderPendReason reason)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |