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

Packages that use CustomerOrderServiceLine
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl.remote.command   
com.retek.rcom.gui.html   
com.retek.rcom.gui.wrapper   
 

Uses of CustomerOrderServiceLine in com.retek.component.customerorder
 

Subinterfaces of CustomerOrderServiceLine in com.retek.component.customerorder
 interface CustomerOrderCareCardServiceLine
           
 interface CustomerOrderGiftServiceLine
           
 interface CustomerOrderMonogramServiceLine
           
 interface CustomerOrderPersonalizationServiceLine
           
 interface CustomerOrderValueAddedServiceLine
           
 

Methods in com.retek.component.customerorder that return CustomerOrderServiceLine
 CustomerOrderServiceLine CustomerOrderPromotionAdjustment.getServiceLine()
           
 CustomerOrderServiceLine CustomerOrderPromotionDiscount.getServiceLine()
          Return the parent service line for the discount (if it is a service line level promotion discount).
 CustomerOrderServiceLine CustomerOrderServiceLine.createCopy(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine ReturnLineAccommodationAdjustment.getServiceLine()
          Return the source service line for the accommodation adjustment.
 CustomerOrderServiceLine CustomerOrderLinePromotionDiscountRollup.getServiceLine()
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderServiceLine
 void CustomerOrderPromotionAdjustment.setServiceLine(CustomerOrderServiceLine serviceLine)
           
 void CustomerOrderLine.addServiceLine(CustomerOrderServiceLine serviceLine)
           
 boolean CustomerOrderServiceLine.equalsType(CustomerOrderServiceLine serviceLine)
           
 

Constructors in com.retek.component.customerorder with parameters of type CustomerOrderServiceLine
CustomerOrderLinePromotionDiscountRollup(Promotion promotion, CustomerOrderServiceLine serviceLine)
           
 

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

Classes in com.retek.component.customerorder.impl that implement CustomerOrderServiceLine
 class CustomerOrderCareCardServiceLineImpl
           
 class CustomerOrderGiftServiceLineImpl
           
 class CustomerOrderMonogramServiceLineImpl
           
 class CustomerOrderPersonalizationServiceLineImpl
           
 class CustomerOrderServiceLineImpl
           
 class CustomerOrderValueAddedServiceLineImpl
           
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderServiceLine
 CustomerOrderServiceLine CustomerOrderCareCardServiceLineImpl.createCopy(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine CustomerOrderCareCardServiceLineImpl.createCopyUnchecked(CustomerOrderLine copyToLine)
           
 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  CustomerOrderServiceLine CustomerOrderPersonalizationServiceLineImpl.buildInstanceForCopy(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine ReturnLineAccommodationAdjustmentImpl.getServiceLine()
           
protected  CustomerOrderServiceLine CustomerOrderMonogramServiceLineImpl.buildInstanceForCopy(CustomerOrderLine copyToLine)
           
abstract  CustomerOrderServiceLine CustomerOrderServiceLineImpl.createCopy(CustomerOrderLine copyToLine)
           
abstract  CustomerOrderServiceLine CustomerOrderServiceLineImpl.createCopyUnchecked(CustomerOrderLine copyToLine)
           
 CustomerOrderServiceLine CustomerOrderPromotionDiscountImpl.getServiceLine()
           
 CustomerOrderServiceLine CustomerOrderPromotionAdjustmentImpl.getServiceLine()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderServiceLine
 boolean CustomerOrderCareCardServiceLineImpl.equalsType(CustomerOrderServiceLine serviceLine)
           
 void CustomerOrderLineImpl.addServiceLine(CustomerOrderServiceLine serviceLine)
           
 boolean CustomerOrderGiftServiceLineImpl.equalsType(CustomerOrderServiceLine serviceLine)
           
 boolean CustomerOrderPersonalizationServiceLineImpl.equalsType(CustomerOrderServiceLine serviceLine)
           
static void CustomerOrderAddServiceLineValidator.validate(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine)
           
 void ReturnLineAccommodationAdjustmentImpl.setServiceLine(CustomerOrderServiceLine serviceLine)
           
 boolean CustomerOrderMonogramServiceLineImpl.equalsType(CustomerOrderServiceLine serviceLine)
           
abstract  boolean CustomerOrderServiceLineImpl.equalsType(CustomerOrderServiceLine serviceLine)
           
 void CustomerOrderServiceLineImpl.setCopySourceCustomerOrderServiceLine(CustomerOrderServiceLine serviceLine)
           
 void CustomerOrderPromotionAdjustmentImpl.setServiceLine(CustomerOrderServiceLine serviceLine)
           
 

Uses of CustomerOrderServiceLine in com.retek.component.salesaudit
 

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

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

Methods in com.retek.component.salesaudit.impl.remote.command with parameters of type CustomerOrderServiceLine
protected  SaeItem BaseTransactionConverter.createVasItemElement(CustomerOrder order, CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine)
           
protected  Sku BaseTransactionConverter.getVasServiceExportSku(CustomerOrder order, CustomerOrderServiceLine serviceLine)
           
protected  Money BaseTransactionConverter.calculateValueAddedServicePrice(CustomerOrderLine orderLine, CustomerOrderServiceLine serviceLine, Quantity previousShippedQuantity)
           
static java.lang.String BaseTransactionConverter.getVasServiceType(CustomerOrderServiceLine serviceLine)
           
 

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

Methods in com.retek.rcom.gui.html with parameters of type CustomerOrderServiceLine
 void ServiceLineHtmlTemplate.setServiceLineToDraw(CustomerOrderServiceLine serviceLine, RcomOrderLine orderLine)
           
 

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

Methods in com.retek.rcom.gui.wrapper with parameters of type CustomerOrderServiceLine
 void RcomOrderLine.addServiceLine(CustomerOrderServiceLine serviceLine)
           
 



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