Uses of Class
com.retek.component.customer.InvalidCustomerException

Packages that use InvalidCustomerException
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
 

Uses of InvalidCustomerException in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that throw InvalidCustomerException
 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 InvalidCustomerException in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that throw InvalidCustomerException
 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)
           
 Customer CustomerOrderImpl.submitCustomer(User user)
           
 



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