Uses of Class
com.retek.component.customerorder.impl.CustomerOrderImpl

Packages that use CustomerOrderImpl
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.command   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.impl.remote.command   
com.retek.component.customerorder.orderfsm.action   
 

Uses of CustomerOrderImpl in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderImpl
protected  CustomerOrderImpl PromotionGroup.getOrder()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderImpl
 void CustomerOrderImplServerSideSubmitStrategy.submitOrder(User user, CustomerOrderImpl order, java.lang.String originalOrderSummary, boolean doLightValidation)
           
 void CustomerOrderImplServerSideSubmitStrategy.submitOrder(User user, MailOrderBatchImpl mailOrderBatch, CustomerOrderImpl order, java.lang.String originalOrderSummary)
           
static CustomerOrderCreateAndPublishDirectShipOrderRemoteCommand CustomerOrderCommandFactory.createCustomerOrderCreateAndPublishDirectShipOrderRemoteCommand(CustomerOrderImpl order, DistributedReference userRef, RDate maxReleaseDate, DistributedContext context)
           
static CustomerOrderProcessSettlementsRemoteCommand CustomerOrderCommandFactory.createCustomerOrderProcessSettlementsRemoteCommand(CustomerOrderImpl order, java.lang.String settlementFileNumber, User user)
           
static CustomerOrderReleaseToWmsRemoteCommand CustomerOrderCommandFactory.createCustomerOrderReleaseToWmsRemoteCommand(CustomerOrderImpl customerOrder, User user)
           
static CustomerOrderApplyPromotionsCommand CustomerOrderCommandFactory.createCustomerOrderApplyPromotionsCommand(CustomerOrderImpl order, User user, RDate promoApplyDate, OrderCancelReason cancelReason)
           
static CustomerOrderReceiveReturnsRemoteCommand CustomerOrderCommandFactory.createCustomerOrderReceiveReturnsRemoteCommand(CustomerOrderImpl customerOrder, java.util.Set returnLineRequests, User user)
          Deprecated. Do not use this command.
static CustomerOrderApplyAccommodationsCommand CustomerOrderCommandFactory.createCustomerOrderApplyAccommodationsCommand(CustomerOrderImpl customerOrder, AccommodationImpl accommodation, Refundable refundable)
           
protected  ShipToImpl CustomerOrderManagerImpl.buildShipToInstance(CustomerOrderImpl customerOrderImpl, CustomerAddress customerShipToAddress, CustomerOrderTransactionGroup group, ShipToTotalsImpl shipToTotalsImpl)
           
 void CustomerOrderImplClientSideSubmitStrategy.submitOrder(User user, CustomerOrderImpl order, java.lang.String originalOrderSummary, boolean doLightValidation)
           
 void CustomerOrderImplClientSideSubmitStrategy.submitOrder(User user, MailOrderBatchImpl mailOrderBatch, CustomerOrderImpl order, java.lang.String originalOrderSummary)
           
 void CustomerOrderImplSubmitStrategy.submitOrder(User user, CustomerOrderImpl order, java.lang.String originalOrderSummary, boolean doLightValidation)
          Submit a customer order.
 void CustomerOrderImplSubmitStrategy.submitOrder(User user, MailOrderBatchImpl mailOrderBatch, CustomerOrderImpl order, java.lang.String originalOrderSummary)
          Submit a customer order within mail order batch process.
 

Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderImpl
CustomerOrderTransactionGroupFactory(CustomerOrderImpl order)
           
 

Uses of CustomerOrderImpl in com.retek.component.customerorder.impl.command
 

Methods in com.retek.component.customerorder.impl.command with parameters of type CustomerOrderImpl
 Money CustomerOrderApplyPromotionsHelper.getTotalStandardShippingChargeLessDiscounts(CustomerOrderImpl order)
           
 void CustomerOrderApplyAccommodationsCommand.setOrder(CustomerOrderImpl order)
           
 

Constructors in com.retek.component.customerorder.impl.command with parameters of type CustomerOrderImpl
CustomerOrderApplyPromotionsHelper(CustomerOrderImpl order)
           
 

Uses of CustomerOrderImpl in com.retek.component.customerorder.impl.remote
 

Methods in com.retek.component.customerorder.impl.remote with parameters of type CustomerOrderImpl
 void CustomerOrderServicesLocal.persistOrder(MailOrderBatchImpl mailOrderBatch, CustomerOrderImpl customerOrder, User user, java.lang.String orginalOrderSummary)
           
 void CustomerOrderServicesLocal.releaseToWms(CustomerOrderImpl customerOrder, User user)
           
 void CustomerOrderServicesLocal.submitOrder(CustomerOrderImpl orderImpl, User user, java.lang.String originalOrderSummary, boolean doLightPersist)
           
 void CustomerOrderServicesLocal.submitOrder(MailOrderBatchImpl mailOrderImpl, CustomerOrderImpl orderImpl, User user, java.lang.String originalOrderSummary)
           
static void CustomerOrderRemotePersistHelper.persistOrder(CustomerOrderImpl customerOrderImpl, User user, java.lang.String orginalOrderSummaryInfo)
           
 void CustomerOrderServicesEjb.submitOrder(CustomerOrderImpl orderImpl, User user, java.lang.String originalOrderSummary, boolean doLightPersist)
           
 void CustomerOrderServicesEjb.submitOrder(MailOrderBatchImpl mailOrderImpl, CustomerOrderImpl orderImpl, User user, java.lang.String originalOrderSummary)
           
 void CustomerOrderServicesEjb.persistOrder(MailOrderBatchImpl mailOrderBatch, CustomerOrderImpl customerOrder, User user, java.lang.String orginalOrderSummary)
           
 void CustomerOrderServicesEjb.releaseToWms(CustomerOrderImpl customerOrder, User user)
           
 

Uses of CustomerOrderImpl in com.retek.component.customerorder.impl.remote.command
 

Methods in com.retek.component.customerorder.impl.remote.command with parameters of type CustomerOrderImpl
 void CustomerOrderReleaseToWmsRemoteCommand.setOrder(CustomerOrderImpl order)
           
 void CustomerOrderCreateAndPublishDirectShipOrderRemoteCommand.setOrder(CustomerOrderImpl order)
           
 void CustomerOrderProcessSettlementsRemoteCommand.setOrder(CustomerOrderImpl order)
           
 void CustomerOrderReceiveReturnsRemoteCommand.setOrder(CustomerOrderImpl order)
          Deprecated.  
 

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

Methods in com.retek.component.customerorder.orderfsm.action with parameters of type CustomerOrderImpl
protected  void BaseAddLineAction.doValidateOrderLine(CustomerOrderImpl order, CustomerOrderLineImpl orderLine)
           
protected  void BaseAddLineAction.doAddOrderLine(CustomerOrderImpl order, User user, CustomerOrderLineImpl orderLine)
           
protected  void BaseOrderSubmitAction.doPersistOrder(MailOrderBatch moBatch, CustomerOrderImpl order, User user, java.lang.String originalOrderSummary)
           
protected  void OrderSubmitAction.settleTenderSwapPayments(CustomerOrderImpl order)
           
protected  void OrderSubmitAction.settleCreditPayments(CustomerOrderImpl order)
           
 



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