Uses of Interface
com.retek.component.customerorder.MailOrderBatch

Packages that use MailOrderBatch
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.orderfsm.action   
com.retek.component.customerorder.test   
com.retek.rcom.gui.core   
 

Uses of MailOrderBatch in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return MailOrderBatch
 MailOrderBatch CustomerOrderManager.buildMailOrderBatchInstance(User user)
           
 

Methods in com.retek.component.customerorder with parameters of type MailOrderBatch
 void CustomerOrder.submit(MailOrderBatch mailOrderBatch, User user)
          Persist this order to the database, perform minimal mail order submit validation, and add this order to the set of orders for the mailOrderBatch param.
 void CustomerOrder.submitForFirstTimeFromUI(MailOrderBatch mailOrderBatch, User user, java.lang.String originalOrderSummaryData)
           
 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 MailOrderBatch in com.retek.component.customerorder.impl
 

Classes in com.retek.component.customerorder.impl that implement MailOrderBatch
 class MailOrderBatchImpl
           
 

Methods in com.retek.component.customerorder.impl that return MailOrderBatch
 MailOrderBatch CustomerOrderManagerImpl.buildMailOrderBatchInstance(User user)
           
 

Methods in com.retek.component.customerorder.impl with parameters of type MailOrderBatch
static void CustomerOrderSubmitForMOValidator.validate(MailOrderBatch moBatch, CustomerOrder order)
           
 void CustomerOrderImpl.submit(MailOrderBatch mailOrderBatch, User user)
           
 void CustomerOrderImpl.submitForFirstTimeFromUI(MailOrderBatch mailOrderBatch, User user, java.lang.String originalOrderSummaryData)
           
 void CustomerOrderImpl.pend(MailOrderBatch mailOrderBatch, CustomerOrderPendReason customerOrderPendReason, User user)
           
static void MailOrderBatchSubmitValidator.validate(MailOrderBatch batch)
           
static void MailOrderBatchChangeStatusValidator.validate(MailOrderBatch batch, MailOrderBatchStatus newStatus)
           
static void MailOrderBatchAddOrderValidator.validate(MailOrderBatch batch, CustomerOrder order)
           
 

Uses of MailOrderBatch in com.retek.component.customerorder.orderfsm.action
 

Methods in com.retek.component.customerorder.orderfsm.action with parameters of type MailOrderBatch
protected  void BaseOrderSubmitAction.doPersistOrder(MailOrderBatch moBatch, CustomerOrderImpl order, User user, java.lang.String originalOrderSummary)
           
 

Uses of MailOrderBatch in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return MailOrderBatch
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(Banner banner, DistributedContext context)
           
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(Banner banner, DistributedContext context, int expectedNumberOfOrders, java.lang.String depositId)
           
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(Banner banner, DistributedContext context, int expectedNumberOfOrders, java.lang.String depositId, boolean isPhysicalTender)
           
static MailOrderBatch CustomerOrderObjectMaster.createMailOrderBatch(User user, Banner banner)
           
 

Uses of MailOrderBatch in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return MailOrderBatch
static MailOrderBatch RcomRepository.retrieveMailOrderBatch()
           
 

Methods in com.retek.rcom.gui.core with parameters of type MailOrderBatch
static void RcomRepository.storeMailOrderBatch(MailOrderBatch batch)
          MAIL ORDER BATCH
 



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