Uses of Interface
com.retek.component.customerorder.CustomerOrder

Packages that use CustomerOrder
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.test   
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
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.integration.rib   
com.retek.component.customerorder.test   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.history.test   
com.retek.component.internet.impl   
com.retek.component.internet.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.payment.integration.settlement   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl   
com.retek.component.salesaudit.impl.remote.command   
com.retek.component.task   
com.retek.component.task.impl   
com.retek.rcom.gui.core   
com.retek.rcom.gui.html   
com.retek.rcom.gui.screen.mailorder   
com.retek.rcom.gui.screen.ordercommon   
com.retek.rcom.gui.screen.orderentry   
com.retek.rcom.gui.util   
com.retek.rcom.gui.wrapper   
 

Uses of CustomerOrder in com.retek.component.customer
 

Methods in com.retek.component.customer that return CustomerOrder
 CustomerOrder ActivityRequest.getCustomerOrder()
           
 

Methods in com.retek.component.customer with parameters of type CustomerOrder
 void ActivityRequest.setCustomerOrder(CustomerOrder customerOrder)
           
 

Uses of CustomerOrder in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return CustomerOrder
 CustomerOrder ActivityRequestImpl.getCustomerOrder()
           
 

Methods in com.retek.component.customer.impl with parameters of type CustomerOrder
 void ActivityRequestImpl.setCustomerOrder(CustomerOrder customerOrder)
           
 

Uses of CustomerOrder in com.retek.component.customer.test
 

Methods in com.retek.component.customer.test with parameters of type CustomerOrder
static GeneralActivityRequest CustomerObjectMaster.buildGeneralActivityRequest(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return CustomerOrder
protected  CustomerOrder CustomerOrderApiTestCase.createCustomerOrderWithOneLineWithOutPayment()
           
protected  CustomerOrder CustomerOrderApiTestCase.createCustomerOrderWithOneLineWithFullPayment()
           
 CustomerOrder ShippedContainer.getOrder()
           
 CustomerOrder CustomerOrderPayment.getOrder()
           
 CustomerOrder Accommodation.getCustomerOrder()
           
 CustomerOrder CustomerOrderLine.getOrder()
           
 CustomerOrder ShipmentRequest.getOrder()
           
 CustomerOrder ShipTo.getOrder()
           
 CustomerOrder ReturnLine.getOrder()
          Return the parent CustomerOrder for the return line.
 CustomerOrder NoCustomerInformationReturn.getResolvedOrder()
           
 CustomerOrder CustomerOrderTransactionGroup.getOrder()
           
 CustomerOrder ContainerDeliveryConfirmation.getOrder()
           
 CustomerOrder CustomerOrderManager.read(DistributedReference ref)
           
 CustomerOrder CustomerOrderManager.buildCustomerOrderInstance(OrderSource orderSource, User user)
           
 CustomerOrder CustomerOrderManager.buildCustomerOrderInstance(OrderType orderType, OrderSource orderSource, User user)
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrder
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Banner banner, DistributedContext context)
           
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Media media, DistributedContext context)
           
 void CustomerOrderPendReason.inactivate(CustomerOrder order, User user)
           
 void CustomerOrderGeneralPromotionsTest.assertOrderDiscounts(CustomerOrder order, Money expectedTotalPromotionDiscountAmount)
           
 void CustomerOrderGeneralPromotionsTest.assertOrderDiscounts(CustomerOrder order)
           
 java.util.Set CustomerOrderPendRuleEvaluator.evaluate(CustomerOrder order)
           
 void NoCustomerInformationReturn.resolve(User user, CustomerOrder order)
           
 void MailOrderBatch.addOrder(CustomerOrder order)
           
 Money AccommodationsTest.getTotalAccommodationPaymentAmount(CustomerOrder order)
           
 CustomerOrderTransactionGroup CustomerOrderManager.buildCustomerOrderTransactionGroupInstance(CustomerOrder order)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerMailOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManager.buildExchangeSaleOrderLineInstance(CustomerOrder order, User user)
           
 GeneralAccommodation CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrder order, User user)
           
 TaxAccommodation CustomerOrderManager.buildTaxAccommodationInstance(CustomerOrder order, User user)
           
 void CustomerOrderManager.publishWorklistCorrespondence(CustomerOrder order, CorrespondenceType type, CorrespondenceTemplate template, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
 void CustomerOrderManager.publishWorklistCorrespondence(CustomerOrder order, CorrespondenceTypeTemplate typeTemplate, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
 OriginalOrderSummary CustomerOrderManager.readOriginalOrderSummary(CustomerOrder customerOrder)
           
 void CustomerOrderManager.receiveReturns(CustomerOrder customerOrder, java.util.Set returnLineRequests, User user)
          Deprecated. As of RCOM 11.0, Replaced by CustRetDesc rib message subscription. This is a custom api written for WS in support of the DC Returns gui application, used to receive returns in their DC. This api will be removed in the RCOM 12.0 release. Process a receive transaction for a return line for a customer order. This marks the return line as 'Returned', updating the returned quantity and disposition for the item, as well as publishing several messages to the rib for the return (i.e. return confirmation message, inventory adjustment message). The customer order is submitted as part of the transaction.
 void CustomerOrderManager.processOrderForSettlement(CustomerOrder order, java.lang.String settlementFileNumber, User user)
           
 

Constructors in com.retek.component.customerorder with parameters of type CustomerOrder
TaxAccommodationContainer(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.customerorder.batch
 

Methods in com.retek.component.customerorder.batch with parameters of type CustomerOrder
protected  void CreditCardReauthorizeDirectShipSubprocess.doReauthorizePaymentsForOrder(CustomerOrder order)
           
protected  boolean BaseCreditCardReauthorizeSubprocess.doProcessOrder(CustomerOrder order)
           
protected abstract  void BaseCreditCardReauthorizeSubprocess.doReauthorizePaymentsForOrder(CustomerOrder order)
           
protected  boolean BaseCreditCardReauthorizeSubprocess.paymentsChanged(CustomerOrder order)
           
protected  boolean CreditCardAuthorizeWaitingAuthSubprocess.doProcessOrder(CustomerOrder order)
           
protected abstract  boolean BaseCustomerOrderBatchSubprocess.doProcessOrder(CustomerOrder order)
           
protected  boolean CreditCardExpireAuthorizationsSubprocess.doProcessOrder(CustomerOrder order)
           
protected  void CreditCardReauthorizeNonDirectShipSubprocess.doReauthorizePaymentsForOrder(CustomerOrder order)
           
 

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

Classes in com.retek.component.customerorder.impl that implement CustomerOrder
 class CustomerOrderImpl
           
 

Fields in com.retek.component.customerorder.impl declared as CustomerOrder
protected  CustomerOrder CustomerOrderBaseAuthorizationCalculation.order
           
 

Methods in com.retek.component.customerorder.impl that return CustomerOrder
 CustomerOrder CustomerOrderPaymentImpl.getOrder()
           
 CustomerOrder AccommodationImpl.getCustomerOrder()
           
 CustomerOrder CustomerOrderLineImpl.getMailOrder()
           
 CustomerOrder CustomerOrderLineImpl.getOrder()
           
 CustomerOrder ShippedContainerImpl.getOrder()
           
protected  CustomerOrder ShipToTotalsImpl.getOrder()
           
 CustomerOrder CustomerOrderTransactionGroupImpl.getOrder()
           
 CustomerOrder CustomerOrderManagerImpl.buildCustomerOrderInstance(OrderSource orderSource, User user)
           
 CustomerOrder CustomerOrderManagerImpl.buildCustomerOrderInstance(OrderType orderType, OrderSource orderSource, User user)
           
 CustomerOrder CustomerOrderManagerImpl.read(DistributedReference ref)
           
 CustomerOrder NoCustomerInformationReturnImpl.getResolvedOrder()
           
 CustomerOrder ShipmentRequestImpl.getOrder()
           
 CustomerOrder ReturnLineImpl.getOrder()
           
 CustomerOrder ShipToImpl.getOrder()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrder
protected  java.util.Set CustomerOrderReturnLineLevelPendRuleEvaluator.doEvaluate(CustomerOrder customerOrder)
           
 void CustomerOrderPaymentImpl.setOrder(CustomerOrder customerOrder)
           
 void AccommodationImpl.setCustomerOrder(CustomerOrder order)
           
protected  CustomerOrderPendReason PaymentWaitingManualAuthorizationRuleEvaluator.doEvaluate(CustomerOrder order)
           
protected  CustomerOrderPendReason PaymentAuthorizationFailedRuleEvaluator.doEvaluate(CustomerOrder order)
           
static CustomerOrderUpdateGiftRegistryRemoteCommand CustomerOrderCommandFactory.createCustomerOrderUpdateGiftRegistryRemoteCommand(User user, DistributedContext context, CustomerOrder order)
           
static PublishOrderConfirmationRemoteCommand CustomerOrderCommandFactory.createPublishOrderConfirmationRemoteCommand(DistributedContext context, CustomerOrder order)
           
static PublishNlaNotificationRemoteCommand CustomerOrderCommandFactory.createPublishNlaNotificationRemoteCommand(DistributedContext context, CustomerOrder order, CustomerOrderLine line, Quantity cancelQty)
           
static CustomerOrderGeneralRefundPolicyCommand CustomerOrderCommandFactory.createCustomerOrderGeneralRefundPolicyCommand(DistributedContext context, CustomerOrder order)
           
static void PaymentAmountValidator.validate(CustomerOrderPayment payment, CustomerOrder order)
           
protected  CustomerOrderPendReason MailOrderInvalidEventHoldRuleEvaluator.doEvaluate(CustomerOrder order)
           
static void CustomerOrderEstimatedDeliveryDateValidator.validate(CustomerOrder order, CustomerOrderLine line, RDate requestedDeliveryDate)
           
protected  java.util.Set CustomerOrderAccommodationLevelPendRuleEvaluator.doEvaluate(CustomerOrder customerOrder)
           
static void CustomerOrderSubmitForMOValidator.validate(MailOrderBatch moBatch, CustomerOrder order)
           
protected  CustomerOrderPendReason MailOrderInvalidPersonalHoldDateRuleEvaluator.doEvaluate(CustomerOrder order)
           
 java.util.Set CustomerOrderUserDefinedEvaluator.evaluate(CustomerOrder order)
           
protected abstract  java.util.Set CustomerOrderUserDefinedEvaluator.doEvaluate(CustomerOrder order)
           
static void CustomerOrderStoreValidator.validate(Store store, CustomerOrder order)
           
 void CustomerOrderPendReasonImpl.inactivate(CustomerOrder order, User user)
           
static void AccommodationValidator.validate(CustomerOrder order, Accommodation accommodation)
           
static void HasOrderLinesValidator.validate(CustomerOrder order)
           
static void CustomerOrderSubmitValidator.validate(CustomerOrder order)
           
protected  CustomerOrderPendReason OrderExceededUnderpaymentToleranceRuleEvaluator.doEvaluate(CustomerOrder order)
           
 java.util.Set CustomerOrderSystematicEvaluator.evaluate(CustomerOrder order)
           
protected abstract  CustomerOrderPendReason CustomerOrderSystematicEvaluator.doEvaluate(CustomerOrder order)
           
static void CustomerOrderPersistValidator.validate(CustomerOrder order)
           
static void CustomerOrderAddPaymentValidator.validate(CustomerOrderPayment payment, CustomerOrder order)
           
 CustomerOrderTransactionGroup CustomerOrderManagerImpl.buildCustomerOrderTransactionGroupInstance(CustomerOrder order)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildExchangeSaleOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerMailOrderLineInstance(CustomerOrder order, User user)
           
 void CustomerOrderManagerImpl.processOrderForSettlement(CustomerOrder customerOrder, java.lang.String settlementFileNumber, User user)
           
 GeneralAccommodation CustomerOrderManagerImpl.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrder order, User user)
           
 void CustomerOrderManagerImpl.publishWorklistCorrespondence(CustomerOrder order, CorrespondenceType type, CorrespondenceTemplate template, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
 void CustomerOrderManagerImpl.publishWorklistCorrespondence(CustomerOrder order, CorrespondenceTypeTemplate typeTemplate, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
 void CustomerOrderManagerImpl.receiveReturns(CustomerOrder customerOrder, java.util.Set returnLineRequests, User user)
          Deprecated. test uses deprecated API's
 OriginalOrderSummary CustomerOrderManagerImpl.readOriginalOrderSummary(CustomerOrder customerOrder)
           
 TaxAccommodation CustomerOrderManagerImpl.buildTaxAccommodationInstance(CustomerOrder order, User user)
           
static void CustomerOrderPublishWorklistCorrespondenceValidator.validate(CustomerOrder order, CorrespondenceType type, CorrespondenceTemplate template, CorrespondenceTemplateDeliveryMethod deliveryMethod)
           
protected  CustomerOrderPendReason MailOrderInvalidServiceLineRuleEvaluator.doEvaluate(CustomerOrder order)
           
protected  CustomerOrderPendReason MailOrderHasBalanceFailedRuleEvaluator.doEvaluate(CustomerOrder order)
           
 void NoCustomerInformationReturnImpl.resolve(User user, CustomerOrder order)
           
protected  CustomerOrderPendReason PaymentWaitingAuthorizationRuleEvaluator.doEvaluate(CustomerOrder order)
           
static void OrderSetCustomerAttributeValidator.validatePhone(CustomerOrder customerOrder, Customer customer, java.lang.String phoneFieldName, CustomerTelephone newPhone)
           
static void OrderSetCustomerAttributeValidator.validateEmail(CustomerOrder customerOrder, Customer customer, CustomerEmailAddress newEmail)
           
static void OrderSetCustomerAttributeValidator.validateBillToAddress(CustomerOrder customerOrder, Customer customer, CustomerAddress billToAddress)
           
static void OrderSetCustomerAttributeValidator.validateShipToAddress(CustomerOrder customerOrder, Customer customer, CustomerAddress shipToAddress)
           
protected  java.util.Set CustomerOrderHeaderLevelPendRuleEvaluator.doEvaluate(CustomerOrder order)
           
static void CustomerOrderAddOrderLineValidator.validate(CustomerOrderLine orderLine, CustomerOrder order)
           
static void CustomerOrderTypeValidator.validate(CustomerOrder order)
           
 void MailOrderBatchImpl.addOrder(CustomerOrder order)
           
 void CallTagImpl.addHistoryEventRequest(User user, CustomerOrder order)
           
static void PendCancelDateValidator.validate(RDate cancelByDate, CustomerOrder order)
           
protected  CustomerOrderPendReason TaxSystemAvailabilityRuleEvaluator.doEvaluate(CustomerOrder order)
           
protected  CustomerOrderPendReason MailOrderShippingRestrictionFailedRuleEvaluator.doEvaluate(CustomerOrder order)
           
static void CustomerOrderReceiveReturnsValidator.validateRequests(CustomerOrder customerOrder, java.util.Set returnLineRequests)
           
static void MailOrderBatchAddOrderValidator.validate(MailOrderBatch batch, CustomerOrder order)
           
protected  java.util.Set CustomerOrderLineLevelPendRuleEvaluator.doEvaluate(CustomerOrder customerOrder)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrder
AdditionalShippingPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
OrderMerchPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
MonogramPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
PromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionsHelper)
           
StandardShippingPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
SellingListPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
CustomerOrderTransactionGroupImpl(DistributedContext context, DistributedReference reference, CustomerOrder order)
           
LineMerchPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
CustomerOrderBaseAuthorizationCalculation(CustomerOrder order, CustomerOrderPayment payment)
           
PlanCodePromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
PersonalizationPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
PromotionItemGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer)
           
GiftPromotionGroup(User user, CustomerOrder order, CustomerOrderApplyPromotionsHelper promotionAnalyzer, CustomerOrderGiftServiceLineType giftServiceType)
           
ShipToImpl(DistributedContext context, DistributedReference ref, CustomerOrder order, CustomerAddress customerShipToAddress, CustomerOrderTransactionGroup group)
           
 

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

Methods in com.retek.component.customerorder.impl.command with parameters of type CustomerOrder
 void CustomerOrderGeneralRefundPolicyCommand.setOrder(CustomerOrder order)
           
 void CustomerOrderApplyPromotionsCommand.setOrder(CustomerOrder order)
           
 

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

Methods in com.retek.component.customerorder.impl.remote with parameters of type CustomerOrder
 void CustomerOrderServicesLocal.persistOrder(CustomerOrder customerOrder, User user, java.lang.String orginalOrderSummary)
           
 void CustomerOrderServicesLocal.persistOrderForSalesAuditExport(CustomerOrder customerOrder, User user)
           
 void CustomerOrderServicesEjb.persistOrder(CustomerOrder customerOrder, User user, java.lang.String orginalOrderSummary)
           
 void CustomerOrderServicesEjb.persistOrderForSalesAuditExport(CustomerOrder customerOrder, User user)
           
 

Constructors in com.retek.component.customerorder.impl.remote with parameters of type CustomerOrder
GeneralAccommodationContainer(CustomerOrder order)
           
 

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

Fields in com.retek.component.customerorder.impl.remote.command declared as CustomerOrder
protected  CustomerOrder PublishConfirmationCorrespondenceRemoteCommand.order
           
 

Methods in com.retek.component.customerorder.impl.remote.command that return CustomerOrder
 CustomerOrder CustomerOrderUpdateGiftRegistryRemoteCommand.getOrder()
           
 

Methods in com.retek.component.customerorder.impl.remote.command with parameters of type CustomerOrder
 void CustomerOrderPublishWorklistCorrespondenceRemoteCommand.setOrder(CustomerOrder order)
           
 void CustomerOrderUpdateGiftRegistryRemoteCommand.setOrder(CustomerOrder order)
           
 void PublishConfirmationCorrespondenceRemoteCommand.setCustomerOrder(CustomerOrder customerOrder)
           
static com.retek.rib.binding.payload.CustCorresDesc CustomerCorrespondenceHeaderAndDetailCreator.generateCorrespondenceHeader(CustomerOrder order, CorrespondenceTypeTemplate corrTypeTemplate, DeliveryMethodType deliveryMethodType)
           
static void CustomerCorrespondenceHeaderAndDetailCreator.setHeaderAmounts(com.retek.rib.binding.payload.CustCorresDesc correspondenceHeaderPayload, CustomerOrder order)
           
 boolean CorrespondenceTypeTemplateFinder.findFirstNonDefaultTemplateWithNonEmailDeliveryMethod(CustomerOrder order, CorrespondenceType correspondenceType, DistributedContext context)
           
 boolean CorrespondenceTypeTemplateFinder.findTemplateAndDeliveryMethod(CustomerOrder order, CorrespondenceType correspondenceType, DistributedContext context, RetekLogger logger)
           
 

Uses of CustomerOrder in com.retek.component.customerorder.integration.rib
 

Methods in com.retek.component.customerorder.integration.rib that return CustomerOrder
 CustomerOrder ReturnConfirmationOrder.getOrder()
           
 

Methods in com.retek.component.customerorder.integration.rib with parameters of type CustomerOrder
 void ShipmentConfirmationInjectorTest.assertOrderAndOrderLinesState(CustomerOrder order, CustomerOrderLine line)
           
 ShipmentRequest ShipmentConfirmationInjectorTest.findShipmentRequest(CustomerOrder order, CustomerOrderLine containedOrderLine)
           
 void ShipmentConfirmationInjectorTest.shipConfirm(CustomerOrder order, CustomerOrderLine line, Quantity quantity)
           
 void StockStatusInjectorTest.assertOrderAndOrderLinesState(CustomerOrder order, CustomerOrderLine line, RDate estDeliveryDate, RDate shipmentDate)
           
 

Constructors in com.retek.component.customerorder.integration.rib with parameters of type CustomerOrder
ReturnConfirmationOrder(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test that return CustomerOrder
static CustomerOrder CustomerOrderObjectMaster.createCustomerMailOrder(DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user, OrderSource source)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(DistributedContext context, User user, OrderSource source, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user, OrderSource source)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrder(OrderType orderType, DistributedContext context, User user, OrderSource source, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerMailOrder(DistributedContext context, Banner banner)
           
static CustomerOrder CustomerOrderObjectMaster.createCustomerOrderWithoutCustomer(DistributedContext context)
           
static CustomerOrder CustomerOrderObjectMaster.createOrderWithReturnOnZeroSaleLine(DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.buildOrderWithPersVasRushAndAddlShipping(DistributedContext context, User user, Media media)
           
static CustomerOrder CustomerOrderObjectMaster.buildZeroSaleOrderWithPersVasRushAndAddlShipping(DistributedContext context, User user)
           
static CustomerOrder CustomerOrderObjectMaster.buildOrderWithPersVasRushAndAddlShipping(DistributedContext context, User user, Quantity requestedQty, Quantity availableQty, boolean creditCard, Media media)
           
static CustomerOrder CustomerOrderObjectMaster.buildOrderWithPersVasRushAndAddlShipping(DistributedContext context, Quantity requestedQty, Quantity availableQty, User user, boolean creditCard, Media media)
           
static CustomerOrder CustomerOrderObjectMaster.buildZeroSaleOrderWithPersVasRushAndAddlShipping(DistributedContext context, Quantity requestedQty, Quantity availableQty, User user)
           
 

Methods in com.retek.component.customerorder.test with parameters of type CustomerOrder
static CustomerOrderPayment CustomerOrderObjectMaster.attachRefundPayment(CustomerOrder order, CustomerOrderPayment payment, Money refundAmount)
           
static CustomerOrderMerchandiseCertificatePayment CustomerOrderObjectMaster.attachMerchandiseCertificateRefundPayment(CustomerOrder order, Money refundAmount)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.attachMerchandiseCardRefundPayment(CustomerOrder order, Money refundAmount)
           
static CustomerOrderCheckPayment CustomerOrderObjectMaster.attachCheckRefundPayment(CustomerOrder order, Money refundAmount)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLineWithNLA(CustomerOrder order, Media media, Supplier supplier, Quantity requestedQuantity, Quantity availQuantity, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createExchangeSaleOrderLine(CustomerOrder order, Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createExchangeSaleOrderLine(CustomerOrder order, SellingSku sellingSku, Quantity quantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachReservedOrderLine(CustomerOrder customerOrder, Media media)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachReservedOrderLine(CustomerOrder customerOrder, Media media, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachOrderLineWithFutureReleaseDate(DistributedContext context, CustomerOrder customerOrder, Media media)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Money addtlDeliveryCharge, boolean stdDeliveryCharge)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPromotionOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Promotion promotion)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPromotionOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Money additionalShippingCharge, boolean stdDeliveryCharge, Promotion promotion)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money price)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes persAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPartialOrderLine(CustomerOrder customerOrder, CustomerOrderLine orderLine, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money price, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPartialOrderLine(CustomerOrder customerOrder, CustomerOrderLine orderLine, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money price)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderAltSellingLine(CustomerOrder customerOrder, SellingListType type, SellingListItem sellingListItem, CustomerOrderLine parentLine, boolean releaseToWmsReady, Quantity requestedQuantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderAltSellingLine(SellingListType type, SellingListItem sellingListItem, CustomerOrderLine parentLine, CustomerOrder customerOrder, Quantity requestedQuantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, java.lang.String giftRegistryType, java.lang.String giftRegistryNumber)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLineWithPacks(CustomerOrder order, Media media, PackBuilderAttributes packBuilderAttrs, boolean packPersonalizationAvailable)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLineWithPacksNoInventory(CustomerOrder order, Media media, PackBuilderAttributes packBuilderAttrs)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLineWithPacks(CustomerOrder order, Media media, PackBuilderAttributes packBuilderAttrs)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPackOrderLineWithVas(CustomerOrder order, Media media)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachPackOrderLineWithVas(CustomerOrder order)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachZeroSaleOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableQty)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachZeroSaleOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableQty, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachZeroSaleOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableQty, Money unitPrice, ItemPersonalizationBuilderAttributes persAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerMailOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerMailOrderLine(CustomerOrder customerOrder, Media media, Quantity lineQty, Quantity availableInventory)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLine(CustomerOrder order, Media media, Quantity quantity, Money additionalDomesticDeliveryCharge, boolean standardShipping, SellingSku sellingSku)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLine(CustomerOrder order, Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerMailOrderLineWithoutAttaching(CustomerOrder order, SellingSku sellingSku, Quantity quantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, java.lang.String giftRegistryType, java.lang.String giftRegistryNumber)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachCustomerOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Quantity lineQty, Quantity availableInventory, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLine(CustomerOrder customerOrder, SellingSku sellingSku, boolean releaseToWmsReady, Quantity lineQty)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleOrderLineWithPacks(CustomerOrder order, Media media, PackBuilderAttributes packBuilderAttrs)
           
static CustomerOrderLine CustomerOrderObjectMaster.createExchangeSaleOrderLineWithPacks(CustomerOrder order, Media media, PackBuilderAttributes packBuilderAttrs, boolean packPersonalizationAvailable, boolean doInventory)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachFullPaymentToOrderNotAuthorized(CustomerOrder order)
           
static CustomerOrderGiftCertificatePayment CustomerOrderObjectMaster.attachGiftCertificatePaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.attachGiftCardPaymentToOrder(CustomerOrder order, Money cardValue, Money paymentAmount, java.lang.String controlNumber, java.lang.String pinNumber)
           
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.attachMerchCardPaymentToOrder(CustomerOrder order, Money cardValue, Money paymentAmount, java.lang.String controlNumber, java.lang.String pinNumber)
           
static CustomerOrderMerchandiseCertificatePayment CustomerOrderObjectMaster.attachMerchCertificatePaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderMerchandiseCertificatePayment CustomerOrderObjectMaster.attachMerchCertificatePaymentToOrder(CustomerOrder order, Money amount, java.lang.String controlNumber)
           
static CustomerOrderCashPayment CustomerOrderObjectMaster.attachCashPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCheckPayment CustomerOrderObjectMaster.attachCheckPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCheckPayment CustomerOrderObjectMaster.attachCheckPaymentToOrder(CustomerOrder order, Money amount, java.lang.String accountNumber)
           
static CustomerOrderPayment CustomerOrderObjectMaster.attachMoneyOrderPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachFullCreditCardPaymentToOrder(CustomerOrder order)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachFullCreditCardPaymentToOrder(CustomerOrder order, java.lang.String creditCardNumber)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCreditCardPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderRewardCertificatePayment CustomerOrderObjectMaster.attachRewardCertificatePaymentToOrder(CustomerOrder order, Money amount, Money certificateValue)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCreditCardPaymentToOrder(CustomerOrder order, Money amount, CreditCard creditCard)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCreditCardPaymentToOrderNotAuthorized(CustomerOrder order, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachPrivateLabelCreditCardPaymentToOrder(CustomerOrder order, Money amount, CustomerCreditCard customerCreditCard)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachCardPaymentToOrder(CustomerOrder order, java.lang.String creditCardNumber, Money amount)
           
static CustomerOrderCreditCardPayment CustomerOrderObjectMaster.attachPrivateLabelCreditCardPaymentToOrder(CustomerOrder order, Money amount)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachDirectShipOrderLineWithDates(CustomerOrder customerOrder, Media media, Supplier supplier)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachDirectShipOrderLineWithDates(CustomerOrder customerOrder, Media media, Supplier supplier, RDate estimatedShipDate, RDate estimatedDeliveryDate)
           
static void CustomerOrderObjectMaster.attachDirectShipToOrderAndSubmitBoth(DistributedContext context, CustomerOrder customerOrder, Media media, Supplier supplier, boolean directShipIndicator)
           
static Sku CustomerOrderObjectMaster.createShippingAndHandlingSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasPersonalizationSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasMonogramSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasGiftCardSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasGiftWrapSkuForBanner(CustomerOrder order)
           
static Sku CustomerOrderObjectMaster.createVasGeneralSkuForBanner(CustomerOrder order)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachNonDenominationalGiftCardOrderLine(CustomerOrder order, Media media, boolean releaseToWmsReady, Money amount)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachNonDenominationalGiftCardOrderLine(CustomerOrder order, Media media, boolean releaseToWmsReady)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachExchangeSaleGiftCardOrderLine(CustomerOrder customerOrder, Media media, boolean releaseToWmsReady, Money amount)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine line)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine orderLine, Warehouse physicalWarehouse)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine line, RDate shipDate)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine line, Quantity quantity)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine line, Quantity quantity, RDate shipDate)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, ShipmentRequest shipRequest)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, ShipmentRequest shipRequest, RDate shipDate)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, ShipmentRequest shipRequest, java.util.Map orderLineQtyMap)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine line, Quantity quantity, java.lang.String carrierCode, java.lang.String trackingNumber, RDate shipDate)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirm(CustomerOrder order, CustomerOrderLine line, Quantity quantity, java.lang.String carrierCode, java.lang.String trackingNumber, RDate shipDate, Warehouse physicalWarehouse)
           
static ShippedContainer CustomerOrderObjectMaster.shipConfirmNoRMA(CustomerOrder order, CustomerOrderLine line)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLine(CustomerOrder order, CustomerOrderLine orderLine)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLine(CustomerOrder order, CustomerOrderLine orderLine, ReturnReason returnReason)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLine(CustomerOrder order, CustomerOrderLine orderLine, Quantity expectedReturnQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
static Money CustomerOrderObjectMaster.getFullOrderGrandTotalForPreBatchMailOrder(CustomerOrder order)
           
static void CustomerOrderObjectMaster.persistOrderWithNoValidationForTesting(CustomerOrder order, User user)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity shipQty, Quantity returnQty, CustomerOrderPayment payment)
           
static ReturnLine CustomerOrderObjectMaster.attachReturnLineAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment, ShippedContainer shippedContainer)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachDirectShipMailOrderLine(CustomerOrder order, Media media, Supplier primarySupplier)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachDirectShipOrderLine(CustomerOrder order, Media media, Supplier primarySupplier)
           
static CustomerOrderLine CustomerOrderObjectMaster.attachDirectShipOrderLine(CustomerOrder order, Media media, Supplier primarySupplier, boolean callSchedulesForAllDays)
           
static void CustomerOrderObjectMaster.attachOrderLineWithGiftingAdditionalAndRushShipping(DistributedContext context, CustomerOrder customerOrder, Media media, Quantity quantity, User user)
           
static Accommodation CustomerOrderObjectMaster.buildOrderMerchAccommodationWithReason(DistributedContext context, CustomerOrder order)
          This method creates an Order Level Test Accommodation with type set to Merchandize and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
static Accommodation CustomerOrderObjectMaster.buildOrderTaxAccommodationWithReason(DistributedContext context, CustomerOrder order)
          This method creates an Order Level Test Accommodation with type set to Tax and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
static GeneralAccommodation CustomerOrderObjectMaster.buildOrderGeneralAccommodationWithReason(DistributedContext context, AccommodationTypeEnum accomType, CustomerOrder order)
          This method creates an Order Level Test Accommodation with type set to the passed and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
 

Uses of CustomerOrder in com.retek.component.history
 

Methods in com.retek.component.history that return CustomerOrder
 CustomerOrder HistoryEvent.getOrder()
           
 

Methods in com.retek.component.history with parameters of type CustomerOrder
 HistoryEvent HistoryManager.buildHistoryEventInstanceForOrder(HistoryEventType type, User user, CustomerOrder order)
          Build a new customer history event instance for an order.
 HistoryEvent HistoryManager.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
          Build a new customer history event instance for an activity request.
 java.util.List HistoryManager.findEventsForOrder(CustomerOrder order)
          Find history events for a specified customer order.
 HistoryEvent HistoryManager.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer order. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM).
 HistoryEvent HistoryManager.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventType eventType, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer order. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM).
 

Constructors in com.retek.component.history with parameters of type CustomerOrder
HistoryEventRequest(HistoryEventType type, User user, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, User user, java.lang.String itemDesc, java.lang.String additionalEventDetail, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrder order, java.lang.String eventDetail)
           
 

Uses of CustomerOrder in com.retek.component.history.impl
 

Methods in com.retek.component.history.impl that return CustomerOrder
 CustomerOrder HistoryEventImpl.getOrder()
           
 

Methods in com.retek.component.history.impl with parameters of type CustomerOrder
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForOrder(HistoryEventType type, User user, CustomerOrder order)
           
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
           
 HistoryEvent HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. test uses deprecated API's
 HistoryEvent HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventType eventType, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. test uses deprecated API's
 java.util.List HistoryManagerImpl.findEventsForOrder(CustomerOrder order)
           
 void HistoryEventImpl.setOrder(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.history.test
 

Methods in com.retek.component.history.test with parameters of type CustomerOrder
static HistoryEvent HistoryObjectMaster.createHistoryEventWithOrderVisiblity(CustomerOrder order)
           
static HistoryEvent HistoryObjectMaster.createHistoryEventForOrder(CustomerOrder order)
           
static HistoryEvent HistoryObjectMaster.createHistoryEventForActivityRequest(Customer customer, CustomerOrder order, ActivityRequest request)
           
 

Uses of CustomerOrder in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return CustomerOrder
static CustomerOrder CustomerOrderConverter.getOrder(ExAOrderImpl exaOrder, DistributedContext context)
           
 

Methods in com.retek.component.internet.impl with parameters of type CustomerOrder
static ReturnLine CustomerOrderReturnLineConverter.getOrderReturnLine(CustomerOrder custOrder, ExAReturnLineImpl exaReturnLine, ExAShipToLabel shipToLabel, User user, DistributedContext context)
           
static CustomerOrderLine CustomerOrderLineConverter.getCustomerOrderLine(CustomerOrder custOrder, ExAOrderLineImpl exaOrderLine, ExAShipToLabel shipToLabel, User user, DistributedContext context)
           
static boolean CustomerOrderSearchCriteriaValidator.validateOrderCriteria(CustomerOrder order, ExAOrderSearchCriteria searchCriteria)
           
static ExAOrder CustomerOrderConverter.getExAOrder(CustomerOrder order, DistributedContext context)
           
static void CustomerOrderConverter.convertAndSetOrderLines(CustomerOrder order, java.util.Set shipToLabelSet, User user, DistributedContext context)
           
static void CustomerOrderConverter.convertAndSetOrderLine(CustomerOrder order, ExAOrderLineImpl exAOrderLine, User user, ExAShipToLabel shipToLabel, DistributedContext context)
           
static void CustomerOrderConverter.convertAndSetOrderReturnLine(CustomerOrder order, ExAReturnLineImpl exAReturnLine, User user, ExAShipToLabel shipToLabel, DistributedContext context)
           
 

Uses of CustomerOrder in com.retek.component.internet.test
 

Methods in com.retek.component.internet.test with parameters of type CustomerOrder
protected  void ExATestCase.assertOrderEquals(CustomerOrder order, ExAOrder exaOrder)
           
 

Uses of CustomerOrder in com.retek.component.media
 

Methods in com.retek.component.media with parameters of type CustomerOrder
 java.util.Set SellingListManager.findUpSellListsForOrder(CustomerOrder customerOrder)
           
 

Uses of CustomerOrder in com.retek.component.media.impl
 

Methods in com.retek.component.media.impl with parameters of type CustomerOrder
 java.util.Set SellingListManagerImpl.findUpSellListsForOrder(CustomerOrder customerOrder)
           
 

Uses of CustomerOrder in com.retek.component.payment.integration.settlement
 

Methods in com.retek.component.payment.integration.settlement with parameters of type CustomerOrder
 void PaymentSettlementBatchObserver.notifyOrderProcessed(CustomerOrder order)
           
 void PaymentSettlementBatchTestObserver.notifyOrderProcessed(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.pend
 

Methods in com.retek.component.pend with parameters of type CustomerOrder
 NegativeCustomerRecord PendManager.buildNegativeCustomerRecordInstance(CustomerOrder order)
           
 java.util.List PendManager.findExistingNegativeCustomerRecords(CustomerOrder order)
           
 boolean NegativeCustomerRecord.matches(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.pend.impl
 

Methods in com.retek.component.pend.impl with parameters of type CustomerOrder
 boolean NegativeCustomerRecordImpl.matches(CustomerOrder order)
           
 NegativeCustomerRecord PendManagerImpl.buildNegativeCustomerRecordInstance(CustomerOrder order)
           
 java.util.List PendManagerImpl.findExistingNegativeCustomerRecords(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.salesaudit
 

Fields in com.retek.component.salesaudit declared as CustomerOrder
protected  CustomerOrder SalesAuditExportTestCase.order
           
 

Methods in com.retek.component.salesaudit with parameters of type CustomerOrder
protected  Sku SalesAuditExportTestCase.createBannerShippingAndHandlingSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasPersonalizationSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasMonogramSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasGeneralSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasGiftCardSku(CustomerOrder order)
           
protected  Sku SalesAuditExportTestCase.createBannerVasGiftWrapSku(CustomerOrder order)
           
protected  void SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order, Store store, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode, SaeTransaction transaction)
           
protected  void SalesAuditExportTestCase.assertTransactionElementContents(CustomerOrder order, Store store, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode, java.lang.String returnRequiredFlag, SaeTransaction transactionElement)
           
protected  void SalesAuditExportTestCase.assertCustomerElementContents(CustomerOrder order, CustomerAddress address, java.lang.String customerType, SaeCustomer customerElement)
           
protected  void SalesAuditExportTestCase.assertShItemElementContents(CustomerOrder order, Item shItem, ItemLocation shItemLocation, SaeItem shItemElement)
           
 

Uses of CustomerOrder in com.retek.component.salesaudit.impl
 

Methods in com.retek.component.salesaudit.impl with parameters of type CustomerOrder
static SalesAuditCustomerOrderConverterRemoteCommand SalesAuditCommandFactory.createSalesAuditCustomerOrderConverterRemoteCommand(CustomerOrder order, User user)
           
 

Uses of CustomerOrder in com.retek.component.salesaudit.impl.remote.command
 

Methods in com.retek.component.salesaudit.impl.remote.command that return CustomerOrder
protected  CustomerOrder PaidInTransactionConverter.getOrder()
           
protected  CustomerOrder PaidOutTransactionConverter.getOrder()
           
protected  CustomerOrder ReturnTransactionConverter.getOrder()
           
protected  CustomerOrder SaleTransactionConverter.getOrder()
           
protected abstract  CustomerOrder BaseTransactionConverter.getOrder()
           
 CustomerOrder BaseTransactionConverter.TransactionConverterSubprocess.getOrder()
           
protected  CustomerOrder SaeExportObject.getOrder()
           
 

Methods in com.retek.component.salesaudit.impl.remote.command with parameters of type CustomerOrder
protected  SaeTransaction BaseLiabilityTransactionConverter.createTransactionElement(CustomerOrder order, RDate transactionDate, java.lang.String transactionType, java.lang.String subTransactionType, java.lang.String reasonCode)
           
protected  java.lang.String BaseTransactionConverter.getEmployeeNumber(CustomerOrder order)
           
protected  SaeItem BaseTransactionConverter.createItemElement(CustomerOrder order, CustomerOrderLine orderLine, Quantity quantity, Money sellingUnitPrice, Money suggestedRetailPrice)
           
protected  SaeItem BaseTransactionConverter.createItemElement(CustomerOrder order, CustomerOrderLine orderLine, Quantity quantity, Money sellingUnitPrice, Money suggestedRetailPrice, ReturnReason returnReason)
           
protected  SaeItem BaseTransactionConverter.createShItemElement(CustomerOrder order)
           
protected  SaeItem BaseTransactionConverter.createVasItemElement(CustomerOrder order, CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine)
           
protected  java.util.List BaseTransactionConverter.createPaymentElementsForSaleTransaction(java.lang.String transactionType, CustomerOrder order, Money totalPrice, java.util.List saeExportTenders)
           
protected  java.util.List BaseTransactionConverter.createPaymentElementsForReturnTransaction(java.lang.String transactionType, CustomerOrder order, Money totalPrice, java.util.List saeExportTenders)
           
protected  Sku BaseTransactionConverter.getVasServiceExportSku(CustomerOrder order, CustomerOrderServiceLine serviceLine)
           
 void SalesAuditCustomerOrderConverterRemoteCommand.setCustomerOrder(CustomerOrder customerOrder)
           
protected  void SaeExportObject.init(DistributedObject obj, CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.component.task
 

Methods in com.retek.component.task that return CustomerOrder
 CustomerOrder OrderWorkTask.getOrder()
           
 CustomerOrder PersonalReminderWorkTask.getOrder()
           
 

Methods in com.retek.component.task with parameters of type CustomerOrder
static OrderWorkTask WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context, Task task, CustomerOrder order)
           
 void WorkTaskSearchCriteria.setOrder(CustomerOrder order)
           
 OrderWorkTask TaskManager.buildOrderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 PersonalReminderWorkTask TaskManager.buildPersonalReminderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 void TaskManager.resolve(OrderWorkTask orderWorkTask, CustomerOrder order, User user, CustomerOrderPendReason customerOrderPendReason)
           
 

Uses of CustomerOrder in com.retek.component.task.impl
 

Methods in com.retek.component.task.impl that return CustomerOrder
 CustomerOrder OrderWorkTaskImpl.getOrder()
           
 CustomerOrder PersonalReminderWorkTaskImpl.getOrder()
           
 

Methods in com.retek.component.task.impl with parameters of type CustomerOrder
 void OrderWorkTaskResolver.setOrder(CustomerOrder order)
           
 OrderWorkTask TaskManagerImpl.buildOrderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 PersonalReminderWorkTask TaskManagerImpl.buildPersonalReminderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 void TaskManagerImpl.resolve(OrderWorkTask orderWorkTask, CustomerOrder order, User user, CustomerOrderPendReason customerOrderPendReason)
           
static OrderWorkTaskResolver WorkTaskResolverFactory.createResolver(OrderWorkTask workTask, CustomerOrder order, boolean persistOrder, CustomerOrderPendReason reason)
           
static OrderWorkTaskResolver WorkTaskResolverFactory.createResolver(OrderWorkTask workTask, CustomerOrder order, boolean persistOrder)
           
 

Constructors in com.retek.component.task.impl with parameters of type CustomerOrder
OrderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, CustomerOrder order, Task task)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, CustomerOrder order, Task task)
           
 

Uses of CustomerOrder in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return CustomerOrder
static CustomerOrder RcomRepository.retrieveCustomerOrder(OrderScreenType screenType)
          CUSTOMER ORDER
static CustomerOrder RcomRepository.retrieveEntryOrder()
           
static CustomerOrder RcomRepository.retrieveMailOrder()
           
static CustomerOrder RcomRepository.retrieveMaintenanceOrder()
           
 

Methods in com.retek.rcom.gui.core with parameters of type CustomerOrder
static void RcomRepository.storeMaintenanceCustomerOrder(CustomerOrder order)
           
static void RcomRepository.storeCustomerOrder(CustomerOrder order, OrderScreenType screenType)
           
 

Uses of CustomerOrder in com.retek.rcom.gui.html
 

Methods in com.retek.rcom.gui.html with parameters of type CustomerOrder
 void SummaryHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 void ReturnTotalHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 void OrderTotalHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 void PaymentHtmlTemplate.setOrderToDraw(CustomerOrder order)
           
 

Uses of CustomerOrder in com.retek.rcom.gui.screen.mailorder
 

Methods in com.retek.rcom.gui.screen.mailorder that return CustomerOrder
 CustomerOrder MailOrderBatchSummaryPrimaryHandler.getCurrentOrder()
           
 

Uses of CustomerOrder in com.retek.rcom.gui.screen.ordercommon
 

Fields in com.retek.rcom.gui.screen.ordercommon declared as CustomerOrder
protected  CustomerOrder OrderPaymentHandler.order
           
 

Uses of CustomerOrder in com.retek.rcom.gui.screen.orderentry
 

Methods in com.retek.rcom.gui.screen.orderentry that return CustomerOrder
 CustomerOrder OrderEntryCustomerHandler.getCustomerOrder()
           
 

Uses of CustomerOrder in com.retek.rcom.gui.util
 

Methods in com.retek.rcom.gui.util that return CustomerOrder
 CustomerOrder AccommodationMapper.getOrder()
           
 

Methods in com.retek.rcom.gui.util with parameters of type CustomerOrder
 void CustomerOrderTotal.setOrder(CustomerOrder order)
          RECALCULATION INDICATORS
 

Constructors in com.retek.rcom.gui.util with parameters of type CustomerOrder
AccommodationMapper(CustomerOrder order, AccommodationTypeEnum type)
           
 

Uses of CustomerOrder in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper that return CustomerOrder
 CustomerOrder RcomOrderLine.getOrder()
          Retrieves the order that this order line exists on.
 CustomerOrder RcomSellingList.getCustomerOrder()
           
 

Methods in com.retek.rcom.gui.wrapper with parameters of type CustomerOrder
static RcomOrderLine RcomOrderLineManager.buildMailOrderLine(CustomerOrder order, User user)
          Builds a new RcomOrderLine.
static RcomOrderLine RcomOrderLineManager.buildExchangeLine(CustomerOrder order)
          Builds a new RcomOrderLine around an Exchange Sale Order Line.
static java.util.List RcomOrderLineManager.getAllSellingItems(CustomerOrder order)
          Retrieves all the selling items of a customer order.
static void RcomOrderManager.clearOrder(CustomerOrder customerOrder)
          Clears out the inventory on an order that is cleared and non submitted.
static java.util.List RcomOrderManager.getDisplayableOrderLines(CustomerOrder order)
          Retrieves all the displayable order lines of a customer order automatically excluding No-Longer-Available items.
static java.util.List RcomOrderManager.getNonPersistedOrderLines(CustomerOrder order)
          Retrieves all the non persisted order lines in the order.
static java.util.List RcomOrderManager.getReturnableOrderLines(CustomerOrder order)
          Retrieves all the returnable order lines of a customer order.
static java.util.List RcomOrderManager.getReplaceableOrderLines(CustomerOrder order)
          Retrieves all the replaceable order lines of a customer order.
static RcomOrderLine RcomOrderManager.getLastOrderLine(CustomerOrder order)
          Retrieves the very last RcomOrderLine within a customer order.
static RcomOrderLine RcomOrderManager.getFirstOrderLine(CustomerOrder order)
          Retrieves the very first RcomOrderLine within a customer order.
static boolean RcomOrderManager.hasOrderLines(CustomerOrder order)
          Returns whethor or not an order contains order lines.
static boolean RcomOrderManager.hasReturnableOrderLines(CustomerOrder order)
          Returns whethor or not an order contains returnable order lines.
static boolean RcomOrderManager.hasReplaceableOrderLines(CustomerOrder order)
          Returns whethor or not an order contains replaceable order lines.
static void RcomOrderManager.addPaymentToOrder(CustomerOrder order, CustomerOrderPayment payment, OrderScreenType screenType)
          Adds a payment to the customer order and authorize it if necessary.
static boolean RcomOrderManager.isOrderAutoCancellable(CustomerOrder customerOrder)
          Retrieves whether or not an order can be automatically cancelled by the system.
static void RcomOrderManager.storeMailOrder(CustomerOrder customerOrder)
          Stores a mail order in the repository.
 



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