|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailOrderBatch | |
---|---|
com.retek.component.customerorder | |
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.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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |