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

Packages that use SourceCode
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.test   
com.retek.component.internet.impl   
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 SourceCode in com.retek.component.customer
 

Methods in com.retek.component.customer that return SourceCode
 SourceCode Customer.getInitialSourceCode()
           
 

Methods in com.retek.component.customer with parameters of type SourceCode
 void Customer.setInitialSourceCode(SourceCode sourceCode)
           
 

Uses of SourceCode in com.retek.component.customer.impl
 

Methods in com.retek.component.customer.impl that return SourceCode
 SourceCode CustomerImpl.getInitialSourceCode()
           
 

Methods in com.retek.component.customer.impl with parameters of type SourceCode
 void CustomerImpl.setInitialSourceCode(SourceCode sourceCode)
           
 

Uses of SourceCode in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return SourceCode
 SourceCode CustomerOrderLine.getDefaultOrderLineSourceCode()
           
 SourceCode CustomerOrder.getSourceCode()
           
 

Methods in com.retek.component.customerorder with parameters of type SourceCode
 void CustomerOrder.setSourceCode(SourceCode sourceCode)
          Sets the default source code for the order
 

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

Methods in com.retek.component.customerorder.impl that return SourceCode
 SourceCode CustomerOrderLineImpl.getDefaultOrderLineSourceCode()
           
 SourceCode CustomerOrderImpl.getSourceCode()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type SourceCode
 void CustomerOrderImpl.setSourceCode(SourceCode sourceCode)
           
 

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

Methods in com.retek.component.customerorder.test that return SourceCode
static SourceCode COMediaObjectMaster.createSourceCode(DistributedContext context)
           
static SourceCode CustomerOrderObjectMaster.getValidSourceCode(DistributedContext context)
           
 

Methods in com.retek.component.customerorder.test with parameters of type SourceCode
static ShippingRateTable COMediaObjectMaster.attachSingleRateShippingRateTableToSourceCode(DistributedContext context, Media media, SourceCode sourceCode)
           
 

Uses of SourceCode in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return SourceCode
protected  SourceCode ExAManagerImpl.getSourceCode(java.lang.String mediaSourceCode, DistributedContext context)
          This method should NOT be on the ExAManager interface.
 

Uses of SourceCode in com.retek.component.media
 

Methods in com.retek.component.media that return SourceCode
 SourceCode MediaManager.buildSourceCodeInstance(java.lang.String displayCode, java.lang.String description)
           
 SourceCode MediaManager.readSourceCode(DistributedReference ref)
           
 SourceCode MediaManager.findMostRecentActiveSourceCode(java.lang.String sourceCode)
           
 SourceCode Media.getDefaultSourceCode()
           
 SourceCode DropCode.getSourceCode(java.lang.String code)
           
 

Methods in com.retek.component.media with parameters of type SourceCode
 java.util.List MediaManager.findShippingRateTables(SourceCode sourceCode)
           
 void MediaSearchCriteria.setSourceCode(SourceCode sourceCode)
           
 void Media.setDefaultSourceCode(SourceCode defaultSourceCode)
           
 void Media.addSourceCode(DropCode dropCode, SourceCode sourceCode)
           
 void Media.removeSourceCode(DropCode dropCode, SourceCode sourceCode)
           
 void ShippingRateTable.addSourceCode(SourceCode sourceCode)
           
 

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

Classes in com.retek.component.media.impl that implement SourceCode
 class SourceCodeImpl
           
 

Methods in com.retek.component.media.impl that return SourceCode
 SourceCode DropCodeImpl.getSourceCode(java.lang.String displayCode)
           
 SourceCode MediaManagerImpl.buildSourceCodeInstance(java.lang.String displayCode, java.lang.String description)
           
 SourceCode MediaManagerImpl.readSourceCode(DistributedReference ref)
           
 SourceCode MediaManagerImpl.findMostRecentActiveSourceCode(java.lang.String sourceCode)
           
 SourceCode MediaImpl.getDefaultSourceCode()
           
 

Methods in com.retek.component.media.impl with parameters of type SourceCode
static void SourceCodeValidator.validate(Media media, SourceCode sourceCode)
           
 void ShippingRateTableImpl.addSourceCode(SourceCode sourceCode)
           
 java.util.List MediaManagerImpl.findShippingRateTables(SourceCode sourceCode)
           
 void MediaImpl.setDefaultSourceCode(SourceCode defaultSourceCode)
           
 void MediaImpl.addSourceCode(DropCode dropCode, SourceCode sourceCode)
           
 void MediaImpl.removeSourceCode(DropCode dropCode, SourceCode sourceCode)
           
 

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

Methods in com.retek.component.media.test that return SourceCode
static SourceCode MediaObjectMaster.createSourceCode(DistributedContext context)
           
 

Uses of SourceCode in com.retek.component.promotion
 

Methods in com.retek.component.promotion with parameters of type SourceCode
 void Promotion.addSourceCode(SourceCode sourceCode)
           
 void Promotion.removeSourceCode(SourceCode sourceCode)
           
 

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

Methods in com.retek.component.promotion.impl with parameters of type SourceCode
 void PromotionImpl.addSourceCode(SourceCode sourceCode)
           
 void PromotionImpl.removeSourceCode(SourceCode sourceCode)
           
 

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

Methods in com.retek.component.promotion.test that return SourceCode
static SourceCode PromotionObjectMaster.getPersistedSourceCode(DistributedContext context)
           
 

Methods in com.retek.component.promotion.test with parameters of type SourceCode
static Promotion PromotionObjectMaster.createGeneralActiveOrderLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveOrderLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
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.createUnsubmittedServicePromotionInActiveStatus(DistributedContext context, SourceCode sourceCode)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftCardServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftCardServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftWrappingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createGeneralActiveGiftWrappingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveMonogrammingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff)
           
static Promotion PromotionObjectMaster.createGeneralActivePersonalizationServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActivePersonalizationServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveStdShippingPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveStdShippingPromotion(DistributedContext context, SourceCode sourceCode, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndDollarOffItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndPercentOffItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money dollarOff, ThresholdableItem thresholdableItem, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithItemThresholdAndLineMerchAmountBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money dollarOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money thresholdAmt)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefitWithoutSubmit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Money thresholdAmt, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Percent giftCertificatePercentOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, SourceCode sourceCode, Money giftCertificateAmount, Money dollarOff, Quantity thresholdQty, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndOrderMerchBenefit(DistributedContext context, SourceCode sourceCode, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Quantity thresholdQty, ReceivableItem receivableItem, Percent percentOff, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndItemBenefits(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, java.util.Set itemBenefits, Banner banner, ChannelType channelType)
           
 



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