Uses of Class
com.retek.component.customerorder.InvalidCustomerOrderException

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)
           
 



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