Uses of Interface
com.retek.component.banner_channel.ChannelType

Packages that use ChannelType
com.retek.component.banner_channel   
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.integration.rib   
com.retek.component.banner_channel.test   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.inventory.test   
com.retek.component.media   
com.retek.component.media.impl   
com.retek.component.media.test   
com.retek.component.message   
com.retek.component.message.impl   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.test   
com.retek.component.systemparameter   
com.retek.component.systemparameter.impl   
com.retek.rcom.gui.core   
com.retek.rcom.gui.wrapper   
com.retek.rmm.gui.util   
 

Uses of ChannelType in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return ChannelType
 ChannelType Channel.getChannelType()
           
 ChannelType BannerChannelType.getChannelType()
           
 ChannelType ChannelManager.readChannelType(DistributedReference channelTypeRef)
           
 

Methods in com.retek.component.banner_channel with parameters of type ChannelType
 void ChannelSearchCriteria.setChannelType(ChannelType channelType)
           
 void Channel.setChannelType(ChannelType channelType)
           
 Channel Banner.getChannel(ChannelType channelType)
           
 void Banner.addChannelType(ChannelType channelType)
           
 void BannerSearchCriteria.setChannelType(ChannelType channelType)
           
 void BannerChannelTypeSearchCriteria.setChannelType(ChannelType channelType)
           
 BannerChannelType ChannelManager.findBannerChannelType(Banner banner, ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.banner_channel.impl
 

Classes in com.retek.component.banner_channel.impl that implement ChannelType
 class ChannelTypeImpl
           
 

Methods in com.retek.component.banner_channel.impl that return ChannelType
 ChannelType ChannelImpl.getChannelType()
           
 ChannelType BannerChannelTypeImpl.getChannelType()
           
 ChannelType ChannelManagerImpl.buildChannelTypeInstance(java.lang.String displayCode, java.lang.String description)
           
 ChannelType ChannelManagerImpl.readChannelType(DistributedReference channelTypeRef)
           
 ChannelType ChannelManagerImpl.findChannelTypeByDisplayCode(java.lang.String displayCode)
           
 

Methods in com.retek.component.banner_channel.impl with parameters of type ChannelType
 void ChannelImpl.setChannelType(ChannelType channelType)
           
 Channel BannerImpl.getChannel(ChannelType channelType)
           
 void BannerImpl.addChannelType(ChannelType channelType)
           
 Channel ChannelManagerImpl.buildChannelInstance(java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
 BannerChannelType ChannelManagerImpl.findBannerChannelType(Banner banner, ChannelType channelType)
           
 

Constructors in com.retek.component.banner_channel.impl with parameters of type ChannelType
ChannelImpl(DistributedContext context, DistributedReference ref, java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.banner_channel.integration.rib
 

Methods in com.retek.component.banner_channel.integration.rib that return ChannelType
 ChannelType ChannelManagerRib.buildChannelTypeInstance(java.lang.String displayCode, java.lang.String description)
           
 ChannelType ChannelManagerRib.findChannelTypeByDisplayCode(java.lang.String displayCode)
           
 

Methods in com.retek.component.banner_channel.integration.rib with parameters of type ChannelType
 Channel ChannelManagerRib.buildChannelInstance(java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.banner_channel.test
 

Methods in com.retek.component.banner_channel.test that return ChannelType
static ChannelType BannerChannelObjectMaster.createChannelType(DistributedContext context)
           
static ChannelType BannerChannelObjectMaster.createChannelType(DistributedContext context, Banner banner)
           
 

Methods in com.retek.component.banner_channel.test with parameters of type ChannelType
static Channel BannerChannelObjectMaster.createChannel(DistributedContext context, ChannelType channelType, Banner banner)
           
static Channel BannerChannelObjectMaster.createChannel(DistributedContext context, DistributedReference bannerRef, ChannelType channelType)
           
static BannerChannelType BannerChannelObjectMaster.createBannerChannelType(DistributedContext context, Banner banner, ChannelType channelType, java.util.Set tenderTypeOrderSourceSet)
           
static BannerChannelType BannerChannelObjectMaster.createBannerChannelType(DistributedContext context, Banner banner, ChannelType channelType, java.util.Set tenderTypeOrderSourceSet, OfferCode offerCode)
           
 

Uses of ChannelType in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return ChannelType
 ChannelType CustomerOrder.getChannelType()
           
 

Methods in com.retek.component.customerorder with parameters of type ChannelType
 void CustomerOrderCorrespondenceRequestSearchCriteria.setChannelType(ChannelType channelType)
           
 

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

Methods in com.retek.component.customerorder.impl that return ChannelType
 ChannelType CustomerOrderImpl.getChannelType()
           
 

Uses of ChannelType in com.retek.component.history
 

Methods in com.retek.component.history that return ChannelType
 ChannelType HistoryEvent.getChannelType()
           
 

Methods in com.retek.component.history with parameters of type ChannelType
 HistoryEvent HistoryManager.buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer)
          Build a new customer history event instance for a customer.
 HistoryEvent HistoryManager.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
          Build a new customer history event instance for an activity request.
 void HistoryEventRequest.setChannelType(ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.history.impl
 

Methods in com.retek.component.history.impl that return ChannelType
 ChannelType HistoryEventImpl.getChannelType()
           
 

Methods in com.retek.component.history.impl with parameters of type ChannelType
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer)
           
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
           
 void HistoryEventImpl.setChannelType(ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.inventory.test
 

Methods in com.retek.component.inventory.test with parameters of type ChannelType
static Quantity InventoryObjectMaster.getTotalAvailableQuantity(Banner banner, ChannelType channelType, java.lang.String skuId)
           
static Quantity InventoryObjectMaster.getTotalAvailableQuantity(Banner banner, ChannelType channelType, java.lang.String skuId, Warehouse warehouse)
           
 

Uses of ChannelType in com.retek.component.media
 

Methods in com.retek.component.media that return ChannelType
 ChannelType SellingList.getChannelType()
           
 ChannelType Media.getChannelType()
           
 ChannelType ShippingRateTable.getChannelType()
           
 

Methods in com.retek.component.media with parameters of type ChannelType
 void MediaSearchCriteria.setChannelType(ChannelType channelType)
           
 void ShippingRateTableSearchCriteria.setChannelType(ChannelType channelType)
           
 SellingList SellingListManager.buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 void SellingItemSearchCriteria.setChannelType(ChannelType channelType)
           
 void Media.setChannelType(ChannelType channelType)
           
 void ShippingRateTable.setChannelType(ChannelType channelType)
           
 void SellingSkuSearchCriteria.setChannelType(ChannelType channelType)
           
 

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

Methods in com.retek.component.media.impl that return ChannelType
 ChannelType ShippingRateTableImpl.getChannelType()
           
 ChannelType SellingListImpl.getChannelType()
           
 ChannelType MediaImpl.getChannelType()
           
 

Methods in com.retek.component.media.impl with parameters of type ChannelType
 SellingList SellingListManagerImpl.buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 void ShippingRateTableImpl.setChannelType(ChannelType channelType)
           
 void SellingListImpl.setChannelType(ChannelType channelType)
           
 void MediaImpl.setChannelType(ChannelType channelType)
           
 

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

Methods in com.retek.component.media.test with parameters of type ChannelType
static Media MediaObjectMaster.createMedia(DistributedContext context, Banner banner, MediaStatus status, boolean isStoreStockholding, ChannelType channelType)
           
static SellingList MediaObjectMaster.createActiveSellingList(Banner banner, ChannelType channelType, SellingListType type)
           
static SellingList MediaObjectMaster.createActiveSellingListWithItems(Banner banner, ChannelType channelType, Media media, SellingListType type, User user)
           
static SellingList MediaObjectMaster.createActiveSellingListWithItemsWithSellableItemTrigger(Banner banner, ChannelType channelType, Media media, SellingListType type, SellableItem trigger, User user)
           
static SellingList MediaObjectMaster.createActiveUpsellListWithItemsWithMediaTrigger(Banner banner, ChannelType channelType, Media media, User user)
           
static SellingList MediaObjectMaster.createClosedSellingListWithItems(Banner banner, ChannelType channelType, Media media, SellingListType type, User user)
           
static SellingList MediaObjectMaster.createInactiveSellingList(Banner banner, ChannelType channelType, SellingListType type)
           
static SellingList MediaObjectMaster.createInActiveSellingListWithItems(Banner banner, ChannelType channelType, Media media, SellingListType type, User user)
           
 

Uses of ChannelType in com.retek.component.message
 

Methods in com.retek.component.message that return ChannelType
 ChannelType Message.getChannelType()
           
 

Methods in com.retek.component.message with parameters of type ChannelType
 void Message.setChannelType(ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.message.impl
 

Methods in com.retek.component.message.impl that return ChannelType
 ChannelType MessageImpl.getChannelType()
           
 

Methods in com.retek.component.message.impl with parameters of type ChannelType
 void MessageImpl.setChannelType(ChannelType channelType)
           
 

Uses of ChannelType in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return ChannelType
 ChannelType Promotion.getChannelType()
           
 

Methods in com.retek.component.promotion with parameters of type ChannelType
 void PromotionSearchCriteria.setChannelType(ChannelType channelType)
           
 void Promotion.setChannelType(ChannelType channelType)
           
 

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

Methods in com.retek.component.promotion.impl that return ChannelType
 ChannelType PromotionImpl.getChannelType()
           
 

Methods in com.retek.component.promotion.impl with parameters of type ChannelType
 void PromotionImpl.setChannelType(ChannelType channelType)
           
 

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

Methods in com.retek.component.promotion.test with parameters of type ChannelType
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, Money dollarOff, PromotionDetailServiceType type, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createGeneralActiveAdditonalShippingServiceLevelPromotion(DistributedContext context, SourceCode sourceCode, Percent percentOff, Banner banner, ChannelType channelType)
           
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, 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.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.createActivePromotionWithOfferCodeTriggerAndDollarOffBenefit(DistributedContext context, Money dollarOff, OfferCode offerCode, Banner banner, ChannelType channelType)
           
static Promotion PromotionObjectMaster.createActivePromotionWithOfferCodeTriggerAndPercentOffBenefit(DistributedContext context, Percent percentOff, OfferCode offerCode, 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, 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.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.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType tenderType, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType[] tenderTypes, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, Money giftCertificateAmount, Money thresholdAmt, TenderType[] tenderTypes, 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.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.createActivePromotionWithOrderThresholdAndItemBenefit(DistributedContext context, SourceCode sourceCode, Money thresholdAmt, ReceivableItem receivableItem, Money dollarOff, Banner banner, ChannelType channelType)
           
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)
           
 

Uses of ChannelType in com.retek.component.systemparameter
 

Methods in com.retek.component.systemparameter that return ChannelType
 ChannelType SystemParameterManager.getFulfillmentChannelType(DistributedContext context)
           
 

Uses of ChannelType in com.retek.component.systemparameter.impl
 

Methods in com.retek.component.systemparameter.impl that return ChannelType
 ChannelType SystemParameterManagerImpl.getFulfillmentChannelType(DistributedContext context)
           
 

Methods in com.retek.component.systemparameter.impl with parameters of type ChannelType
 void SystemParameterManagerImpl.setFulfillmentChannelType(ChannelType channelType)
           
 

Uses of ChannelType in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return ChannelType
static ChannelType RcomRepository.getDefaultChannelType()
           
 

Methods in com.retek.rcom.gui.core with parameters of type ChannelType
static void RcomRepository.storeDefaultChannelType(ChannelType channelType)
           
 

Uses of ChannelType in com.retek.rcom.gui.wrapper
 

Methods in com.retek.rcom.gui.wrapper with parameters of type ChannelType
static Channel RcomChannelManager.readChannel(Banner banner, ChannelType channelType)
          Reads channel for banner and channel type.
 

Uses of ChannelType in com.retek.rmm.gui.util
 

Methods in com.retek.rmm.gui.util with parameters of type ChannelType
static Channel RmmFindHandler.readChannel(Banner banner, ChannelType channelType)
          CHANNEL METHODS
static Media RmmFindHandler.readMedia(java.lang.String code, ChannelType channelType, Banner banner)
          MEDIA METHODS
static SellingItem RmmFindHandler.readSellingItem(Banner banner, ChannelType type, java.lang.String sellingItemNumber)
           
static Sku RmmFindHandler.readSku(Banner banner, ChannelType type, java.lang.String triggerCode)
           
 



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