|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |