Uses of Interface
com.retek.component.media.SellingListItem

Packages that use SellingListItem
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.test   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.test   
 

Uses of SellingListItem in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder with parameters of type SellingListItem
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineUpSellInstance(SellingListItem listItem, User user)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManager.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine line)
           
 

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

Methods in com.retek.component.customerorder.impl with parameters of type SellingListItem
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineUpSellInstance(SellingListItem listItem, User user)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineSubSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 CustomerOrderLine CustomerOrderManagerImpl.buildCustomerOrderLineCrossSellInstance(SellingListItem listItem, CustomerOrderLine parentOrderLine)
           
 

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

Methods in com.retek.component.customerorder.test with parameters of type SellingListItem
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)
           
 

Uses of SellingListItem in com.retek.component.media
 

Methods in com.retek.component.media that return SellingListItem
 SellingListItem SellingListManager.buildSellingListItemInstance()
           
 SellingListItem SellingListManager.readSellingListItem(DistributedReference reference)
           
 

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

Classes in com.retek.component.media.impl that implement SellingListItem
 class SellingListItemImpl
           
 

Methods in com.retek.component.media.impl that return SellingListItem
 SellingListItem SellingListManagerImpl.buildSellingListItemInstance()
           
 SellingListItem SellingListManagerImpl.readSellingListItem(DistributedReference reference)
           
 

Uses of SellingListItem in com.retek.component.media.test
 

Methods in com.retek.component.media.test that return SellingListItem
static SellingListItem MediaObjectMaster.createSellingListItem(Media media)
           
static SellingListItem MediaObjectMaster.createSellingListItem(SellingSku sku)
           
 

Uses of SellingListItem in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return SellingListItem
 SellingListItem SellingListItemBenefit.getSellingListItem()
           
 

Methods in com.retek.component.promotion with parameters of type SellingListItem
 void SellingListItemBenefit.setSellingListItem(SellingListItem sellingListItem)
           
 

Uses of SellingListItem in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl that return SellingListItem
 SellingListItem SellingListItemBenefitImpl.getSellingListItem()
           
 

Methods in com.retek.component.promotion.impl with parameters of type SellingListItem
 void SellingListItemBenefitImpl.setSellingListItem(SellingListItem sellingListItem)
           
 

Uses of SellingListItem in com.retek.component.promotion.test
 

Methods in com.retek.component.promotion.test with parameters of type SellingListItem
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefit(DistributedContext context, SellingListItem sellingListItem, Percent percentOff)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefit(DistributedContext context, SellingListItem sellingListItem, Money dollarOff)
           
static SellingListItemBenefit PromotionObjectMaster.createSellingListItemBenefitForAmount(DistributedContext context, SellingListItem sellingListItem, Money amount)
           
 



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