Uses of Class
com.retek.component.promotion.PromotionDetailServiceType

Packages that use PromotionDetailServiceType
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.impl.remote   
com.retek.component.promotion.test   
 

Uses of PromotionDetailServiceType in com.retek.component.promotion
 

Fields in com.retek.component.promotion declared as PromotionDetailServiceType
static PromotionDetailServiceType PromotionDetailServiceType.STANDARD_SHIPPING
           
static PromotionDetailServiceType PromotionDetailServiceType.PERSONALIZATION
           
static PromotionDetailServiceType PromotionDetailServiceType.MONOGRAMMING
           
static PromotionDetailServiceType PromotionDetailServiceType.GIFTWRAP
           
static PromotionDetailServiceType PromotionDetailServiceType.GIFTCARD
           
static PromotionDetailServiceType PromotionDetailServiceType.ADDITIONAL_SHIPPING
           
 

Methods in com.retek.component.promotion that return PromotionDetailServiceType
 PromotionDetailServiceType OrderServiceAmountBenefit.getServiceType()
           
static PromotionDetailServiceType PromotionDetailServiceType.fromCode(java.lang.String code)
           
 

Methods in com.retek.component.promotion with parameters of type PromotionDetailServiceType
 void OrderServiceAmountBenefit.setServiceType(PromotionDetailServiceType type)
           
 

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

Methods in com.retek.component.promotion.impl that return PromotionDetailServiceType
 PromotionDetailServiceType OrderServiceAmountBenefitImpl.getServiceType()
           
 

Methods in com.retek.component.promotion.impl with parameters of type PromotionDetailServiceType
 void OrderServiceAmountBenefitImpl.setServiceType(PromotionDetailServiceType type)
           
 

Uses of PromotionDetailServiceType in com.retek.component.promotion.impl.remote
 

Fields in com.retek.component.promotion.impl.remote declared as PromotionDetailServiceType
 PromotionDetailServiceType OrderServiceAmountBenefitDto.serviceType
           
 

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

Methods in com.retek.component.promotion.test with parameters of type PromotionDetailServiceType
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Percent percentOff, PromotionDetailServiceType type)
           
static OrderServiceAmountBenefit PromotionObjectMaster.attachOrderServiceAmountBenefit(DistributedContext context, Promotion promotion, Money dollarOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Percent percentOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Percent percentOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Money dollarOff, PromotionDetailServiceType type)
           
static Promotion PromotionObjectMaster.createGeneralActivePromotionWithDetailServiceType(DistributedContext context, SourceCode sourceCode, Money dollarOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithPercentOffOrderServiceAmountBenefit(DistributedContext context, Percent percentOff, PromotionDetailServiceType serviceType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithDollarOffOrderServiceAmountBenefit(DistributedContext context, Money amount, PromotionDetailServiceType serviceType)
           
 



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