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

Packages that use CustomerOrderLine
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.directshiporder   
com.retek.component.directshiporder.impl   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.internet.impl   
com.retek.component.internet.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl.remote.command   
com.retek.rcom.gui.util   
com.retek.rcom.gui.wrapper   
 

Uses of CustomerOrderLine in com.retek.component.customerorder
 

Subinterfaces of CustomerOrderLine in com.retek.component.customerorder
 interface CustomerOrderLineMerge
           
 

Methods in com.retek.component.customerorder that return CustomerOrderLine
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Banner banner, DistributedContext context)
           
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Media media, DistributedContext context)
           
 CustomerOrderLine ShippedContainerLine.getOrderLine()
           
 CustomerOrderLine ShippedContainerLine.getChargeableOrderLine()
           
 CustomerOrderLine ReplacementLinePair.getSaleLine()
           
 CustomerOrderLine Accommodation.getCustomerOrderLine()
           
 CustomerOrderLine CustomerOrderCorrespondenceRequest.getOrderLine()
           
 CustomerOrderLine CustomerOrderPendReason.getOrderLine()
           
 CustomerOrderLine CustomerOrderLine.getParentOrderLine()
           
 CustomerOrderLine CustomerOrderLine.getComponentLine(java.lang.String skuId)
           
 CustomerOrderLine CustomerOrderLine.getPackComponentLine(java.lang.String sellingSkuDisplayCode)
           
 CustomerOrderLine ReturnLine.getReplacementSaleLine()
          Return sibling replacement sale line for the return line (if the return line is a replacement return).
 CustomerOrderLine ReturnLine.getParentOrderLine()
          Return the original sale order line for the return line.
 CustomerOrderLine CustomerOrder.getOrderLine(int lineNumber)
           
 CustomerOrderLine ShipmentRequestLine.getOrderLine()
           
 CustomerOrderLine CustomerOrderManager.readCustomerOrderLine(DistributedReference customerOrderLineRef)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineInstance(User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineUpSellInstance(SellingListItem listItem, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine line)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderPartialLineInstance(CustomerOrderLine orderLine, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerMailOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManager.buildExchangeSaleOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManager.buildZeroSaleOrderLineInstance(User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderComponentLineInstance(CustomerOrderLine orderLine, SellingSku packComponent)
           
 CustomerOrderLine CustomerOrderManager.buildPromotionCustomerOrderLineInstance(User user)
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderLine
protected  DirectShipOrder CustomerOrderApiTestCase.createDirectShipOrder(CustomerOrderLine orderLine)
           
 void CustomerOrderCorrespondenceRequestDbSearchCriteria.setOrderLine(CustomerOrderLine orderLine)
           
 void ShippedContainerLine.setOrderLine(CustomerOrderLine orderLine)
           
 void CustomerOrderCorrespondenceRequest.setOrderLine(CustomerOrderLine orderLine)
           
 void CustomerOrderPendReason.setOrderLine(CustomerOrderLine orderLine)
           
 void CustomerOrderCollateTest.dumpStatesAndQtys(java.lang.String tag, CustomerOrderLine packOrderLine, CustomerOrderLine sku1Line, CustomerOrderLine sku2Line)
           
 java.util.Set ShipmentRequest.getShippedContainerLines(CustomerOrderLine orderLine)
           
 ReplacementLinePair CustomerOrder.getReplacementLinePair(CustomerOrderLine saleLine)
           
 GiftingDetail CustomerOrder.getGiftingDetailForLine(CustomerOrderLine orderLine)
           
 java.util.Set CustomerOrder.getGiftServiceLinesFromLineOrPrimary(CustomerOrderLine customerOrderLine)
           
 void CustomerOrder.applyOrderLine(CustomerOrderLine orderLine, User user)
          Adds orderLine to the set of order lines for this order, reserves this order line, and applies promotions.
 void CustomerOrder.applyPromotionalOrderLine(CustomerOrderLine orderLine, User user, Promotion promotion)
           
 CustomerOrderServiceLine CustomerOrderServiceLine.createCopy(CustomerOrderLine copyToLine)
           
 void ShipmentRequestLine.setCustomerOrderLine(CustomerOrderLine line)
           
 void CustomerOrderReleaseToWmsTest.dumpStatesAndQtys(java.lang.String tag, CustomerOrderLine packOrderLine, CustomerOrderLine sku1Line, CustomerOrderLine sku2Line)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine line)
           
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user)
           
 ReturnLine CustomerOrderManager.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInfoReturn)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderPartialLineInstance(CustomerOrderLine orderLine, User user)
           
 ReplacementLinePair CustomerOrderManager.buildReplacementPairInstance(CustomerOrderLine parentOrderLine, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderComponentLineInstance(CustomerOrderLine orderLine, SellingSku packComponent)
           
 GeneralAccommodation CustomerOrderManager.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrderLine orderLine, User user)
           
 TaxAccommodation CustomerOrderManager.buildTaxAccommodationInstance(CustomerOrderLine orderLine, User user)
           
 CustomerOrderCorrespondenceRequest CustomerOrderManager.buildCustomerOrderCorrespondenceRequest(CustomerOrderLine orderLine, CorrespondenceType correspondenceType)
           
 CustomerOrderCareCardServiceLine CustomerOrderManager.buildCustomerOrderCareCardServiceLineInstance(CustomerOrderLine orderLine)
           
 CustomerOrderMonogramServiceLine CustomerOrderManager.buildCustomerOrderMonogramServiceLineInstance(CustomerOrderLine orderLine)
           
 CustomerOrderPersonalizationServiceLine CustomerOrderManager.buildCustomerOrderPersonalizationServiceLineInstance(CustomerOrderLine orderLine)
           
 CustomerOrderGiftServiceLine CustomerOrderManager.buildCustomerOrderGiftServiceLineInstance(GiftService giftService, CustomerOrderLine orderLine)
           
 Discount CustomerOrderManager.buildCustomerOrderLineEmployeeDiscountInstance(CustomerOrderLine orderLine, User user)
           
 void CustomerOrderManager.publishNlaNotificationMessage(CustomerOrderLine orderLine)
           
 

Constructors in com.retek.component.customerorder with parameters of type CustomerOrderLine
ReplacementLinePair(CustomerOrderLine replacementSaleLine, ReturnLine replacementReturnLine)
           
TaxAccommodationContainer(CustomerOrderLine orderLine)
           
 

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

Subinterfaces of CustomerOrderLine in com.retek.component.customerorder.batch
 interface CustomerOrderLineBatch
           
 

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

Classes in com.retek.component.customerorder.impl that implement CustomerOrderLine
 class CustomerOrderLineImpl
           
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderLine
 CustomerOrderLine AccommodationImpl.getCustomerOrderLine()
           
 CustomerOrderLine CustomerOrderLineImpl.getParentOrderLine()
           
 CustomerOrderLine CustomerOrderLineImpl.getComponentLine(java.lang.String skuId)
           
 CustomerOrderLine CustomerOrderLineImpl.getPackComponentLine(java.lang.String sellingSkuDisplayCode)
           
 CustomerOrderLine CustomerOrderPendReasonImpl.getOrderLine()
           
 CustomerOrderLine ShipmentRequestLineImpl.getOrderLine()
           
 CustomerOrderLine CustomerOrderImpl.getOrderLine(int lineNumber)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderPartialLineInstance(CustomerOrderLine baseOrderLine, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildExchangeSaleOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildZeroSaleOrderLineInstance(User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineInstance(User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerMailOrderLineInstance(CustomerOrder order, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.readCustomerOrderLine(DistributedReference customerOrderLineRef)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineUpSellInstance(SellingListItem listItem, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderComponentLineInstance(CustomerOrderLine orderLine, SellingSku packComponent)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildPromotionCustomerOrderLineInstance(User user)
           
 CustomerOrderLine CustomerOrderCorrespondenceRequestImpl.getOrderLine()
           
 CustomerOrderLine ShippedContainerLineImpl.getOrderLine()
           
 CustomerOrderLine ShippedContainerLineImpl.getChargeableOrderLine()
           
 CustomerOrderLine CustomerOrderServiceLineImpl.getOrderLine()
           
protected  CustomerOrderLine StandardReturnLineRefundCalculator.getChargeableOrderLine()
           
 CustomerOrderLine ReturnLineImpl.getParentOrderLine()
           
 CustomerOrderLine ReturnLineImpl.getRefundableParentOrderLine()
           
 CustomerOrderLine ReturnLineImpl.getReplacementSaleLine()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderLine
static void CustomerOrderLineAddShipmentConfirmationValidator.validate(CustomerOrderLine orderLine, ShippedContainerLine containerLine)
           
 void AccommodationImpl.setCustomerOrderLine(CustomerOrderLine orderLine)
           
 CustomerOrderServiceLine CustomerOrderCareCardServiceLineImpl.createCopy(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine CustomerOrderCareCardServiceLineImpl.createCopyUnchecked(CustomerOrderLine copyToLine)
           
 void CustomerOrderLineImpl.setParentOrderLine(CustomerOrderLine baseOrderLine)
           
static ProcessTogetherCommand CustomerOrderCommandFactory.createProcessTogetherCommand(java.util.Collection orderLines, java.lang.String processTogether, CustomerOrderLine line)
           
static ClearProcessTogetherCommand CustomerOrderCommandFactory.createClearProcessTogetherCommand(java.util.Collection orderLines, CustomerOrderLine line)
           
static ShipToAddressValidateCommand CustomerOrderCommandFactory.createShipToAddressValidateCommand(java.lang.String processTogether, CustomerOrderLine orderLine, CustomerAddress newShipToAddress)
           
static ShippingRestrictionValidateCommand CustomerOrderCommandFactory.createShippingRestrictionValidateCommand(CustomerOrderLine orderLine, CustomerAddress address, Carrier carrier, SellingSku sellingSku, DistributedContext context)
           
static PublishNlaNotificationRemoteCommand CustomerOrderCommandFactory.createPublishNlaNotificationRemoteCommand(DistributedContext context, CustomerOrder order, CustomerOrderLine line, Quantity cancelQty)
           
static void CustomerOrderEstimatedDeliveryDateValidator.validate(CustomerOrder order, CustomerOrderLine line, RDate requestedDeliveryDate)
           
 CustomerOrderServiceLine CustomerOrderGiftServiceLineImpl.createCopy(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine CustomerOrderGiftServiceLineImpl.createCopyUnchecked(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine CustomerOrderValueAddedServiceLineImpl.createCopy(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine CustomerOrderValueAddedServiceLineImpl.createCopyUnchecked(CustomerOrderLine copyToLine)
           
protected abstract  CustomerOrderServiceLine CustomerOrderValueAddedServiceLineImpl.buildInstanceForCopy(CustomerOrderLine copyToLine)
           
protected  ValueAddedService CustomerOrderValueAddedServiceLineImpl.findTargetValueAddedService(CustomerOrderValueAddedServiceLine fromServiceLine, CustomerOrderLine toOrderLine)
           
static void CustomerOrderLinePersonalHoldValidator.validate(CustomerOrderLine candidateLine)
           
static void GiftCertificateReservationValidator.validate(CustomerOrderLine line)
           
 void DiscountImpl.setOrderLine(CustomerOrderLine orderLine)
           
 void CustomerOrderPendReasonImpl.setOrderLine(CustomerOrderLine orderLine)
           
protected  boolean PromotionGroup.isDiscountable(CustomerOrderLine orderLine)
           
protected  boolean PromotionGroup.isApplicableForPromotionDiscounts(CustomerOrderLine orderLine)
           
static void AccommodationValidator.validate(CustomerOrderLine orderLine, Accommodation accommodation)
           
protected  ReturnLineAccommodationAdjustment ReturnLineRefundCalculator.buildAccommodationAdjustment(CustomerOrderLine orderLine, GeneralAccommodation accommodation, ReturnLineAccommodationAdjustmentType type, Quantity totalChargeableQuantity, Money maximumDiscountAmount, Money previousDiscountAmount)
           
static void CustomerOrderLineEventHoldValidator.validate(GenericEvent genericEvent, CustomerOrderLine candidateLine)
           
 void ShipmentRequestLineImpl.setCustomerOrderLine(CustomerOrderLine line)
           
protected  CustomerOrderServiceLine CustomerOrderPersonalizationServiceLineImpl.buildInstanceForCopy(CustomerOrderLine copyToLine)
           
static void CustomerOrderAddServiceLineValidator.validate(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine)
           
 void CustomerOrderImpl.pruneUnusedShipTos(CustomerOrderLine orderLine)
           
 void CustomerOrderImpl.assignShipToForOrderLine(CustomerOrderLine orderLine)
           
 ReplacementLinePair CustomerOrderImpl.getReplacementLinePair(CustomerOrderLine saleLine)
           
 void CustomerOrderImpl.applyOrderLine(CustomerOrderLine orderLine, User user)
           
 void CustomerOrderImpl.applyPromotionalOrderLine(CustomerOrderLine orderLine, User user, Promotion promotion)
           
 void CustomerOrderImpl.doAddOrderLine(CustomerOrderLine orderLine, User user)
           
 void CustomerOrderImpl.setProcessTogether(CustomerOrderLine line, java.lang.String processTogether)
           
 GiftingDetail CustomerOrderImpl.getGiftingDetailForLine(CustomerOrderLine orderLine)
           
 java.util.Set CustomerOrderImpl.getGiftServiceLinesFromLineOrPrimary(CustomerOrderLine customerOrderLine)
           
 void CustomerOrderImpl.setEventHold(CustomerOrderLine holdLine, GenericEvent genericEvent, User user)
           
 ShipmentRequest CustomerOrderImpl.getShipmentRequestForOrderLine(CustomerOrderLine orderLine)
           
 ReturnLine CustomerOrderManagerImpl.buildReturnLineInstance(CustomerOrderLine orderLine, User user)
           
 ReturnLine CustomerOrderManagerImpl.buildReturnLineInstance(CustomerOrderLine orderLine, User user, NoCustomerInformationReturn noCustomerInforReturn)
           
 CustomerOrderCareCardServiceLine CustomerOrderManagerImpl.buildCustomerOrderCareCardServiceLineInstance(CustomerOrderLine orderLine)
           
 CustomerOrderMonogramServiceLine CustomerOrderManagerImpl.buildCustomerOrderMonogramServiceLineInstance(CustomerOrderLine orderLine)
           
 CustomerOrderPersonalizationServiceLine CustomerOrderManagerImpl.buildCustomerOrderPersonalizationServiceLineInstance(CustomerOrderLine orderLine)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderPartialLineInstance(CustomerOrderLine baseOrderLine, User user)
           
 ReplacementLinePair CustomerOrderManagerImpl.buildReplacementPairInstance(CustomerOrderLine parentOrderLine, User user)
           
 CustomerOrderCorrespondenceRequest CustomerOrderManagerImpl.buildCustomerOrderCorrespondenceRequest(CustomerOrderLine orderLine, CorrespondenceType correspondenceType)
           
 CustomerOrderGiftServiceLine CustomerOrderManagerImpl.buildCustomerOrderGiftServiceLineInstance(GiftService giftService, CustomerOrderLine orderLine)
           
 GeneralAccommodation CustomerOrderManagerImpl.buildGeneralAccommodationInstance(AccommodationTypeEnum accommodationType, CustomerOrderLine orderLine, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 Discount CustomerOrderManagerImpl.buildCustomerOrderLineEmployeeDiscountInstance(CustomerOrderLine orderLine, User user)
           
 void CustomerOrderManagerImpl.publishNlaNotificationMessage(CustomerOrderLine orderLine)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderComponentLineInstance(CustomerOrderLine orderLine, SellingSku packComponent)
           
 TaxAccommodation CustomerOrderManagerImpl.buildTaxAccommodationInstance(CustomerOrderLine orderLine, User user)
           
static void CustomerOrderValueAddedServiceLineValidator.validate(CustomerOrderValueAddedServiceLine fromServiceLine, CustomerOrderLine toOrderLine)
           
 void CustomerOrderCorrespondenceRequestImpl.setOrderLine(CustomerOrderLine orderLine)
           
 Quantity ShippedContainerLineImpl.getChargeableShippedQuantityForComponent(CustomerOrderLine componentOrderLine)
           
 void ShippedContainerLineImpl.setOrderLine(CustomerOrderLine orderLine)
           
 Quantity ShippedContainerLineImpl.getReturnedQuantityForComponent(CustomerOrderLine componentOrderLine)
           
protected  CustomerOrderServiceLine CustomerOrderMonogramServiceLineImpl.buildInstanceForCopy(CustomerOrderLine copyToLine)
           
static void CustomerOrderLineWrapTogetherValidator.validate(CustomerOrderLine orderLine)
           
static void CustomerOrderAddOrderLineValidator.validate(CustomerOrderLine orderLine, CustomerOrder order)
           
 java.util.Set ShipmentRequestImpl.getShippedContainerLines(CustomerOrderLine orderLine)
           
 boolean ShipmentRequestImpl.containsOrderLine(CustomerOrderLine orderLine)
           
static void CustomerOrderGiftServiceLineValidator.validate(CustomerOrderGiftServiceLine fromGiftServiceLine, CustomerOrderLine toOrderLine)
           
 void CustomerOrderServiceLineImpl.setOrderLine(CustomerOrderLine orderLine)
           
abstract  CustomerOrderServiceLine CustomerOrderServiceLineImpl.createCopy(CustomerOrderLine copyToLine)
           
abstract  CustomerOrderServiceLine CustomerOrderServiceLineImpl.createCopyUnchecked(CustomerOrderLine copyToLine)
           
 void ReturnLineImpl.setParentOrderLine(CustomerOrderLine orderLine)
           
 void ReturnLineImpl.setReplacementSaleLine(CustomerOrderLine saleLine)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderLine
CustomerOrderCareCardServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
CustomerOrderGiftServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
DiscountImpl(DistributedContext context, DistributedReference ref, DiscountType discountType, CustomerOrderLine orderLine, User user)
           
CustomerOrderPersonalizationServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
CustomerOrderMonogramServiceLineImpl(DistributedContext context, DistributedReference ref, CustomerOrderLine orderLine)
           
 

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

Methods in com.retek.component.customerorder.impl.command that return CustomerOrderLine
 CustomerOrderLine ClearProcessTogetherCommand.getLine()
           
 CustomerOrderLine ProcessTogetherCommand.getLine()
           
 

Methods in com.retek.component.customerorder.impl.command with parameters of type CustomerOrderLine
 void ShippingRestrictionValidateCommand.setCustomerOrderLine(CustomerOrderLine orderLine)
           
 void ShipToAddressValidateCommand.setCustomerOrderLine(CustomerOrderLine orderLine)
           
 void ClearProcessTogetherCommand.setOrderLine(CustomerOrderLine line)
           
 void ProcessTogetherCommand.setOrderLine(CustomerOrderLine line)
           
 

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

Constructors in com.retek.component.customerorder.impl.remote with parameters of type CustomerOrderLine
GeneralAccommodationContainer.OrderLineAccommodationCorrelation(CustomerOrderLine orderLine)
           
 

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

Methods in com.retek.component.customerorder.impl.remote.command that return CustomerOrderLine
 CustomerOrderLine PublishNlaNotificationRemoteCommand.getOrderLine()
           
 

Methods in com.retek.component.customerorder.impl.remote.command with parameters of type CustomerOrderLine
 void PublishNlaNotificationRemoteCommand.setOrderLine(CustomerOrderLine orderLine)
           
static void CustomerCorrespondenceHeaderAndDetailCreator.setHeaderAmounts(com.retek.rib.binding.payload.CustCorresDesc correspondenceHeaderPayload, CustomerOrderLine orderLine)
           
static void CustomerCorrespondenceHeaderAndDetailCreator.setHeaderAmounts(com.retek.rib.binding.payload.CustCorresDesc correspondenceHeaderPayload, CustomerOrderLine orderLine, Quantity quantity)
           
static com.retek.rib.binding.payload.CustCorresDtl CustomerCorrespondenceHeaderAndDetailCreator.generateCorrspondenceDetail(CustomerOrderLine orderLine)
           
static com.retek.rib.binding.payload.CustCorresDtl CustomerCorrespondenceHeaderAndDetailCreator.generateCorrspondenceDetail(CustomerOrderLine orderLine, Quantity quantity)
           
 

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

Methods in com.retek.component.customerorder.integration.rib with parameters of type CustomerOrderLine
 void ShipmentConfirmationInjectorTest.assertOrderAndOrderLinesState(CustomerOrder order, CustomerOrderLine line)
           
 ShipmentRequest ShipmentConfirmationInjectorTest.findShipmentRequest(CustomerOrder order, CustomerOrderLine containedOrderLine)
           
 ShipmentRequestLine ShipmentConfirmationInjectorTest.findShipmentRequestLine(ShipmentRequest shipmentRequest, CustomerOrderLine containedOrderLine)
           
 void ShipmentConfirmationInjectorTest.shipConfirm(CustomerOrder order, CustomerOrderLine line, Quantity quantity)
           
static com.retek.rib.binding.payload.ASNOutItem AsnOutPayloadUtil.createItemPayload(CustomerOrderLine orderLine, Quantity quantity)
           
 void StockStatusInjectorTest.setReservedQuantity(CustomerOrderLine line, Quantity reservedQuantity)
           
 void StockStatusInjectorTest.setBackorderedQuantity(CustomerOrderLine line, Quantity backorderdQuantity)
           
 void StockStatusInjectorTest.assertOrderAndOrderLinesState(CustomerOrder order, CustomerOrderLine line, RDate estDeliveryDate, RDate shipmentDate)
           
 

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

Methods in com.retek.component.customerorder.test that return CustomerOrderLine
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.createCustomerOrderLine(Media media)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Supplier supplier, Quantity quantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.createZeroSaleOrderLine(Media media, Quantity availableQty)
           
static CustomerOrderLine CustomerOrderObjectMaster.createZeroSaleOrderLine(Media media, Quantity availableQty, Money unitPrice, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPromotionOrderLine(SellingSku sellingSku, Quantity quantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(SellingSku sellingSku, Quantity quantity)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, Money price, Money additionalDomesticDeliveryCharge, boolean standardShipping, DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createGiftVoucherCustomerOrderLine(Media media, Supplier supplier, Quantity quantity, Quantity availableQty, boolean nonDenominational, boolean giftCard)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithNLA(Media media, Supplier supplier, Quantity requestedQuantity, Quantity availQuantity, boolean hasCareInstructions, ItemPersonalizationBuilderAttributes itemPersAttributes, Money unitPrice, Money additionalDomesticDeliveryCharge, boolean standardShipping)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithLevelOneNLA(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.createCustomerOrderLineWithNoInventory(Media media, Quantity quantity, Carrier validCarrier, ShippingMethod validShippingMethod)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLine(Media media, Quantity quantity, Quantity availableQty, Carrier validCarrier, ShippingMethod validShippingMethod, DistributedContext context)
           
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.createOrderLine(Media media)
           
static CustomerOrderLine CustomerOrderObjectMaster.createOrderLine(Media media, Quantity quantity)
           
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.buildCustomerOrderAltSellingLine(SellingListType type, SellingListItem sellingListItem, CustomerOrderLine parentLine)
           
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.createCustomerOrderLine(Media media, Quantity qty, Money price)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithPacks(Media media, PackBuilderAttributes packBuilderAttrs)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithPacksNoInventory(Media media, PackBuilderAttributes packBuilderAttrs, boolean packPersonalizationAvailable)
           
static CustomerOrderLine CustomerOrderObjectMaster.createCustomerOrderLineWithPacks(Media media, PackBuilderAttributes packBuilderAttrs, boolean packPersonalizationAvailable, boolean doInventory)
           
static CustomerOrderLine CustomerOrderObjectMaster.createExchangeSaleOrderLineWithPacks(CustomerOrder order, Media media, PackBuilderAttributes packBuilderAttrs, boolean packPersonalizationAvailable, boolean doInventory)
           
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 CustomerOrderLine CustomerOrderObjectMaster.convertOrderLineIntoGiftCertificateOrderLine(CustomerOrderLine line)
           
static CustomerOrderLine CustomerOrderObjectMaster.convertOrderLineIntoNonDenominationalGiftCardOrderLine(CustomerOrderLine line)
           
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 CustomerOrderLine CustomerOrderObjectMaster.convertOrderLineIntoGiftCertificateOrderLine(CustomerOrderLine line, GiftCertificateBenefit giftCertificateBenefit)
           
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 CustomerOrderLine CustomerOrderObjectMaster.createDirectShipOrderLine(Media media, Supplier primarySupplier, boolean callSchedulesForAllDays, Quantity requestedQty)
           
static CustomerOrderLine CustomerOrderObjectMaster.createDirectShipOrderLine(Media media, Supplier primarySupplier, boolean callSchedulesForAllDays, Quantity requestedQty, Quantity availableQty)
           
 

Methods in com.retek.component.customerorder.test with parameters of type CustomerOrderLine
static Warehouse CustomerOrderObjectMaster.createWarehouseForOrderLine(CustomerOrderLine orderLine)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, DistributedContext context)
           
static CustomerOrderLine CustomerOrderObjectMaster.createPartialOrderLine(CustomerOrderLine orderLine, Media media, Quantity quantity, Quantity availableQty, Money price, Money additionalDomesticDeliveryCharge, boolean standardShipping, DistributedContext context)
           
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.buildCustomerOrderAltSellingLine(SellingListType type, SellingListItem sellingListItem, CustomerOrderLine parentLine)
           
static void CustomerOrderObjectMaster.attachInventoryItemLocationAndInventoryData(CustomerOrderLine line, DistributedContext context)
           
static void CustomerOrderObjectMaster.attachInventoryItemLocationAndInventoryData(CustomerOrderLine line, Quantity availableQuantity, DistributedContext context)
           
static CustomerOrderMonogramServiceLine CustomerOrderObjectMaster.createMonogramServiceLine(CustomerOrderLine orderLine, MonogramValueAddedService monogramService, PersonalizationColor color, PersonalizationFont font)
           
static CustomerOrderMonogramServiceLine CustomerOrderObjectMaster.createMonogramServiceLine(CustomerOrderLine orderLine, MonogramValueAddedService monogramService)
           
static CustomerOrderPersonalizationServiceLine CustomerOrderObjectMaster.createPersonalizationServiceLine(CustomerOrderLine orderLine, PersonalizationValueAddedService persService, PersonalizationColor color, PersonalizationFont font)
           
static CustomerOrderPersonalizationServiceLine CustomerOrderObjectMaster.createPersonalizationServiceLine(CustomerOrderLine orderLine, PersonalizationValueAddedService persService)
           
static CustomerOrderLine CustomerOrderObjectMaster.convertOrderLineIntoGiftCertificateOrderLine(CustomerOrderLine line)
           
static CustomerOrderLine CustomerOrderObjectMaster.convertOrderLineIntoNonDenominationalGiftCardOrderLine(CustomerOrderLine line)
           
static CustomerOrderLine CustomerOrderObjectMaster.convertOrderLineIntoGiftCertificateOrderLine(CustomerOrderLine line, GiftCertificateBenefit giftCertificateBenefit)
           
static void CustomerOrderObjectMaster.attachGiftServiceLines(CustomerOrderLine orderLine, java.util.List lineTypes)
           
static CustomerOrderGiftServiceLine CustomerOrderObjectMaster.attachGiftServiceLine(CustomerOrderLine orderLine, CustomerOrderGiftServiceLineType type)
           
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, 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.createReturnLine(CustomerOrderLine orderLine, Quantity expectedReturnQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
static ReplacementLinePair CustomerOrderObjectMaster.attachReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty)
           
static ReplacementLinePair CustomerOrderObjectMaster.attachReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty, boolean returnRequired)
           
static ReplacementLinePair CustomerOrderObjectMaster.attachReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
static ReplacementLinePair CustomerOrderObjectMaster.createReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty)
           
static ReplacementLinePair CustomerOrderObjectMaster.createReplacement(CustomerOrderLine parentOrderLine, Quantity replacementQty, boolean returnRequired, ReturnReason returnReason, java.lang.String comment)
           
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 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 void CustomerOrderObjectMaster.returnConfirm(CustomerOrderLine orderLine, Quantity returnQty, java.lang.String rmaNumber, Money refundReturnPostage, Warehouse physicalWarehouse)
           
static void CustomerOrderObjectMaster.returnConfirm(CustomerOrderLine orderLine, Quantity returnQty, SupplierReturnDisposition disposition, java.lang.String rmaNbr, Money refundReturnPostage, Warehouse physicalWh)
           
static ReturnLine CustomerOrderObjectMaster.shipConfirmAndReturnConfirm(CustomerOrder order, CustomerOrderLine orderLine, Quantity returnQty, CustomerOrderPayment payment)
           
static GeneralAccommodation CustomerOrderObjectMaster.buildOrderLineMerchAccommodationWithReason(DistributedContext context, CustomerOrderLine orderLine)
          This method creates an OrderLine Test Accommodation with type set to Merchandize and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
static TaxAccommodation CustomerOrderObjectMaster.buildOrderLineTaxAccommodationWithReason(DistributedContext context, CustomerOrderLine orderLine)
          This method creates an OrderLine Test Accommodation with type set to Tax and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
static GeneralAccommodation CustomerOrderObjectMaster.buildOrderLineGeneralAccommodationWithReason(DistributedContext context, AccommodationTypeEnum accomType, CustomerOrderLine orderLine)
          This method creates an OrderLine Level Test Accommodation with type set to the passed and reason set to default reason - calls CustomerOrderObjectMaster.getOrderAccommodationReason to provide the reason
 

Uses of CustomerOrderLine in com.retek.component.directshiporder
 

Methods in com.retek.component.directshiporder that return CustomerOrderLine
 CustomerOrderLine DirectShipOrderLine.getCustomerOrderLine()
           
 

Methods in com.retek.component.directshiporder with parameters of type CustomerOrderLine
 void DirectShipOrderLine.setCustomerOrderLine(CustomerOrderLine customerOrderLine)
           
 

Uses of CustomerOrderLine in com.retek.component.directshiporder.impl
 

Methods in com.retek.component.directshiporder.impl that return CustomerOrderLine
 CustomerOrderLine DirectShipOrderLineImpl.getCustomerOrderLine()
           
 

Methods in com.retek.component.directshiporder.impl with parameters of type CustomerOrderLine
 void DirectShipOrderLineImpl.setCustomerOrderLine(CustomerOrderLine customerOrderLine)
           
 

Uses of CustomerOrderLine in com.retek.component.history
 

Methods in com.retek.component.history that return CustomerOrderLine
 CustomerOrderLine HistoryEvent.getOrderLine()
           
 

Constructors in com.retek.component.history with parameters of type CustomerOrderLine
HistoryEventRequest(HistoryEventType type, User user, CustomerOrderLine orderLine)
           
HistoryEventRequest(User user, CustomerOrderLine orderLine, Quantity origQuantity, Quantity newQuantity)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrderLine orderLine)
           
 

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

Methods in com.retek.component.history.impl that return CustomerOrderLine
 CustomerOrderLine HistoryEventImpl.getOrderLine()
           
 

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

Methods in com.retek.component.internet.impl that return CustomerOrderLine
static CustomerOrderLine CustomerOrderLineConverter.getCustomerOrderLine(CustomerOrder custOrder, ExAOrderLineImpl exaOrderLine, ExAShipToLabel shipToLabel, User user, DistributedContext context)
           
 

Methods in com.retek.component.internet.impl with parameters of type CustomerOrderLine
static ExAOrderLineImpl CustomerOrderLineConverter.getExAOrderLine(CustomerOrderLine orderLine, DistributedContext context)
           
static CustomerOrderGiftServiceLine CustomerOrderServiceLineConverter.getCustomerOrderGiftWrapServiceLine(ExAGiftWrapImpl giftWrap, CustomerOrderLine orderLine, Banner banner, DistributedContext context)
           
static CustomerOrderGiftServiceLine CustomerOrderServiceLineConverter.getCustomerOrderGiftCardServiceLine(ExAGiftCardImpl giftCard, CustomerOrderLine orderLine, Banner banner, DistributedContext context)
           
static CustomerOrderMonogramServiceLine CustomerOrderServiceLineConverter.getCustomerOrderMonogrammingServiceLine(ExAMonogrammingImpl exaMonogramming, CustomerOrderLine orderLine, DistributedContext context)
           
static CustomerOrderPersonalizationServiceLine CustomerOrderServiceLineConverter.getCustomerOrderPersonalizationServiceLine(ExAPersonalizationImpl exaPersonal, CustomerOrderLine orderLine, DistributedContext context)
           
static ExAGiftWrapRequest CustomerOrderServiceLineConverter.getExAGiftWrap(CustomerOrderLine orderLine)
           
static ExAGiftCardRequest CustomerOrderServiceLineConverter.getExAGiftCard(CustomerOrderLine orderLine)
           
static CustomerOrderGiftServiceLine CustomerOrderServiceLineConverter.getGiftServiceLine(CustomerOrderLine orderLine, CustomerOrderGiftServiceLineType giftSvcLineType)
           
static ExAMonogramming CustomerOrderServiceLineConverter.getExAMonogramming(CustomerOrderLine orderLine)
           
static ExAPersonalization CustomerOrderServiceLineConverter.getExAPersonalization(CustomerOrderLine orderLine)
           
 

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

Methods in com.retek.component.internet.test with parameters of type CustomerOrderLine
protected  void ExATestCase.assertOrderLinesEqual(CustomerOrderLine orderLine, ExAOrderLine exaOrderLine)
           
 

Uses of CustomerOrderLine in com.retek.component.media
 

Methods in com.retek.component.media with parameters of type CustomerOrderLine
 java.util.Set SellingListManager.findSellingListsForOrderLine(CustomerOrderLine orderLine, SellingListType type)
           
 

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

Methods in com.retek.component.media.impl with parameters of type CustomerOrderLine
 java.util.Set SellingListManagerImpl.findSellingListsForOrderLine(CustomerOrderLine orderLine, SellingListType type)
           
 

Uses of CustomerOrderLine in com.retek.component.salesaudit
 

Methods in com.retek.component.salesaudit with parameters of type CustomerOrderLine
protected  void SalesAuditExportTestCase.assertVasItemElementContents(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine, Sku vasItem, SaeItem vasItemElement)
           
 

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

Methods in com.retek.component.salesaudit.impl.remote.command with parameters of type CustomerOrderLine
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.createVasItemElement(CustomerOrder order, CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine)
           
protected  Money BaseTransactionConverter.calculateValueAddedServicePrice(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine, Quantity previousShippedQuantity)
           
 

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

Methods in com.retek.rcom.gui.util that return CustomerOrderLine
 CustomerOrderLine AccommodationMapper.getOrderLine()
           
 

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

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

Methods in com.retek.rcom.gui.wrapper that return CustomerOrderLine
 CustomerOrderLine RcomOrderLine.getPartialLine()
          Retrieves the partial order line.
 CustomerOrderLine RcomOrderLine.getOrderLine()
          Return the order line.
 CustomerOrderLine RcomOrderLine.getParentOrderLine()
          Retrieves the parent order line of the current order line or null if none exists.
 CustomerOrderLine RcomSellingList.getCustomerOrderLine()
           
 



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