|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidCustomerOrderException | |
com.retek.component.customerorder | |
com.retek.component.customerorder.impl |
Uses of InvalidCustomerOrderException in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that throw InvalidCustomerOrderException | |
void |
CustomerOrder.submit(User user)
Persist this order to the database and perform all order submit validation. |
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.cancel(OrderCancelReason cancelReason,
User user)
|
Uses of InvalidCustomerOrderException in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that throw InvalidCustomerOrderException | |
static void |
AccommodationValidator.validate(java.util.List accommodations)
|
static void |
AccommodationValidator.validate(Accommodation accommodation)
|
static void |
AccommodationValidator.validate(CustomerOrderLine orderLine,
Accommodation accommodation)
|
static void |
AccommodationValidator.validate(CustomerOrder order,
Accommodation accommodation)
|
static void |
HasOrderLinesValidator.validate(CustomerOrder order)
|
static void |
CustomerOrderSubmitValidator.validate(CustomerOrder order)
|
void |
CustomerOrderImpl.submit(User user,
boolean doLightValidation)
|
void |
CustomerOrderImpl.submit(User user)
|
void |
CustomerOrderImpl.submit(MailOrderBatch mailOrderBatch,
User user)
|
void |
CustomerOrderImpl.submitForFirstTimeFromUI(MailOrderBatch mailOrderBatch,
User user,
java.lang.String originalOrderSummaryData)
|
void |
CustomerOrderImpl.cancel(OrderCancelReason cancelReason,
User user)
|
static void |
CustomerOrderPersistValidator.validate(CustomerOrder order)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |