|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromotionThreshold | |
com.retek.component.customerorder.impl.command | |
com.retek.component.promotion | |
com.retek.component.promotion.impl |
Uses of PromotionThreshold in com.retek.component.customerorder.impl.command |
Methods in com.retek.component.customerorder.impl.command that return PromotionThreshold | |
PromotionThreshold |
CustomerOrderApplyPromotionsHelper.getQualifyingThreshold(Promotion promotion)
|
Uses of PromotionThreshold in com.retek.component.promotion |
Subinterfaces of PromotionThreshold in com.retek.component.promotion | |
interface |
ItemCurrencyAmountThreshold
Represents a promotion threshold where the threshold that must be reached to receive the promotion's benefit is the purchase a specified amount of any of the threshold items (SellingItem, SellingSku, InventoryItem, or a Style)for the promotion. |
interface |
ItemPromotionThreshold
Represents a promotion threshold where the threshold is an item (SellingItem, SellingSku, InventoryItem, or a Style)for the promotion. |
interface |
ItemQuantityThreshold
Represents a promotion threshold where the threshold that must be reached to receive the promotion's benefit is the purchase a specified quantity of any of the threshold items (SellingItem, SellingSku, InventoryItem, or a Style)for the promotion. |
interface |
OrderCurrencyAmountThreshold
Represents a promotion threshold where the threshold that must be reached to receive the promotion's benefit is the purchase a specified amount of merchandise. |
interface |
OrderQuantityThreshold
Represents a promotion threshold where the threshold that must be reached to receive the promotion's benefit is the purchase a specified quantity of merchandise. |
Methods in com.retek.component.promotion with parameters of type PromotionThreshold | |
void |
Promotion.setThreshold(PromotionThreshold threshold)
|
Uses of PromotionThreshold in com.retek.component.promotion.impl |
Classes in com.retek.component.promotion.impl that implement PromotionThreshold | |
class |
ItemCurrencyAmountThresholdImpl
|
class |
ItemPromotionThresholdImpl
|
class |
ItemQuantityThresholdImpl
|
class |
OrderCurrencyAmountThresholdImpl
|
class |
OrderQuantityThresholdImpl
|
class |
PromotionThresholdImpl
|
Methods in com.retek.component.promotion.impl with parameters of type PromotionThreshold | |
void |
PromotionImpl.setThreshold(PromotionThreshold threshold)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |