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

Packages that use CustomerOrderLine
com.retek.component.customerorder   
com.retek.component.history   
com.retek.component.media   
com.retek.component.salesaudit   
com.retek.rcom.gui.util   
com.retek.rcom.gui.wrapper   
 

Uses of CustomerOrderLine in com.retek.component.customerorder
 

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
 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.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.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.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.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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25