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

Packages that use Banner
com.retek.component.banner_channel   
com.retek.component.correspondence   
com.retek.component.customer   
com.retek.component.customer.integration   
com.retek.component.customerorder   
com.retek.component.customerorder.batch   
com.retek.component.event   
com.retek.component.history   
com.retek.component.inventory   
com.retek.component.item   
com.retek.component.media   
com.retek.component.message   
com.retek.component.payment   
com.retek.component.pend   
com.retek.component.promotion   
com.retek.component.salesaudit   
com.retek.component.task   
com.retek.rcom.gui.core   
com.retek.rcom.gui.util   
com.retek.rcom.gui.wrapper   
com.retek.rmm.gui.core   
com.retek.rmm.gui.util   
 

Uses of Banner in com.retek.component.banner_channel
 

Methods in com.retek.component.banner_channel that return Banner
 Banner BannerManager.buildBannerInstance(java.lang.String displayCode)
           
 Banner BannerManager.readBanner(DistributedReference ref)
           
 Banner BannerManager.findBannerByDisplayCode(java.lang.String displayCode)
           
 Banner Channel.getBanner()
           
 Banner BannerChannelType.getBanner()
           
 

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

Uses of Banner in com.retek.component.correspondence
 

Methods in com.retek.component.correspondence that return Banner
 Banner CorrespondenceTypeTemplate.getBanner()
           
 

Methods in com.retek.component.correspondence with parameters of type Banner
 void CorrespondenceTypeTemplate.setBanner(Banner banner)
           
 void CorrespondenceSearchCriteria.setBanner(Banner banner)
           
 

Uses of Banner in com.retek.component.customer
 

Methods in com.retek.component.customer that return Banner
 Banner CustomerPreference.getBanner()
           
 Banner StoredValueCardCashout.getBanner()
           
 Banner Customer.getInitialBanner()
           
 Banner ActivityRequest.getBanner()
           
 Banner CustomerCreditCard.getBanner()
          Customer Credit Cards can only be accessed and used within the context of the banner(s) in which the customer has previously used it.
 Banner CatalogType.getBanner()
           
 

Methods in com.retek.component.customer with parameters of type Banner
 void CustomerPreference.setBanner(Banner banner)
           
 CustomerPreference CustomerManager.buildCustomerPreferenceInstance(Banner banner)
          Builds a new instance of CustomerPreference with banner initialized to banner parameter.
 CustomerCreditCard CustomerManager.buildCustomerCreditCardInstance(Banner banner)
          Builds a new CustomerCreditCard with banner initialized to banner parameter, and a new CreditCard.
 CatalogType CustomerManager.buildCatalogTypeInstance(Banner banner, java.lang.String desc, int estimatedDeliveryDays)
          Builds a new instance of CatalogType, initializes description to desc param value, and estimatedDeliveryDays to estimatedDeliveryDays param value.
 void CustomerCreditPreApprovalSearchCriteria.setBanner(Banner banner)
           
 void StoredValueCardCashout.setBanner(Banner banner)
           
 CustomerCreditApplicationStatus CustomerCreditApplication.apply(Banner banner, boolean quickCredit)
           
 CustomerPreference Customer.getPreference(Banner banner)
           
 java.util.List Customer.getCreditCards(Banner banner)
           
 java.util.List Customer.getActiveCreditCards(Banner banner)
           
 CustomerCreditPreApproval Customer.getCreditPreApproval(Banner banner, boolean searchThirdPartyForPreApproval)
           
 CustomerCreditPreApproval Customer.getCreditPreApproval(Banner banner)
           
 void Customer.setInitialBanner(Banner banner)
           
 void ActivityRequest.setBanner(Banner banner)
           
 void CatalogType.setBanner(Banner banner)
           
 

Uses of Banner in com.retek.component.customer.integration
 

Fields in com.retek.component.customer.integration declared as Banner
protected  Banner CustomerIntegrationApiTestCase.banner
           
 

Uses of Banner in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Banner
 Banner CustomerOrder.getBanner()
           
 Banner MailOrderBatch.getBanner()
           
 

Methods in com.retek.component.customerorder with parameters of type Banner
protected  CustomerOrderLine[] CustomerOrderApiTestCase.createOrderLines(CustomerOrder customerOrder, int[] transitDays, Banner banner, DistributedContext context)
           
 void CustomerOrderCorrespondenceRequestDbSearchCriteria.setBanner(Banner banner)
           
 void OrderSearchCriteria.setBanner(Banner banner)
           
 void MailOrderBatchSearchCriteria.setBanner(Banner banner)
           
 void CustomerOrder.setBanner(Banner banner)
           
 void MailOrderBatch.setBanner(Banner banner)
           
 java.util.Set CustomerOrderManager.findCustomerOrderPendRuleEvaluators(Banner banner)
           
 java.util.List CustomerOrderManager.getDefaultRefundables(Banner banner)
           
 

Uses of Banner in com.retek.component.customerorder.batch
 

Methods in com.retek.component.customerorder.batch that return Banner
protected  Banner BaseCreditCardReauthorizeSubprocess.getCurrentBanner()
           
 

Uses of Banner in com.retek.component.event
 

Methods in com.retek.component.event that return Banner
 Banner BannerEvent.getBanner()
           
 

Methods in com.retek.component.event with parameters of type Banner
 BannerEvent EventManager.buildBannerEventInstance(Banner banner, Event event)
           
 

Uses of Banner in com.retek.component.history
 

Methods in com.retek.component.history that return Banner
 Banner HistoryEvent.getBanner()
           
 

Methods in com.retek.component.history with parameters of type Banner
 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.setBanner(Banner banner)
           
 

Uses of Banner in com.retek.component.inventory
 

Constructors in com.retek.component.inventory with parameters of type Banner
EstimatedAtpValuesCalculator(DistributedContext context, Banner banner, AtpValues atpValues, RDate mediaReleaseDate)
           
 

Uses of Banner in com.retek.component.item
 

Methods in com.retek.component.item that return Banner
 Banner ItemAttributeScreenType.getBanner()
           
 Banner ProductInformation.getBanner()
           
 

Methods in com.retek.component.item with parameters of type Banner
 ProductInformation ProductInformationManager.buildProductInformationInstance(java.lang.String itemId, Banner banner, RDate startDate, RDate endDate)
           
 void ItemAttributeScreenType.setBanner(Banner banner)
           
 void ProductInformationSearchCriteria.setBanner(Banner banner)
           
 ItemAttributeScreenType ItemAttributeManager.buildItemAttributeScreenTypeInstance(Banner banner)
           
 void ProductInformation.setBanner(Banner banner)
           
 

Uses of Banner in com.retek.component.media
 

Methods in com.retek.component.media that return Banner
 Banner SellingList.getBanner()
           
 Banner Media.getBanner()
           
 Banner SellingItem.getBanner()
           
 Banner ShippingRateTable.getBanner()
           
 

Methods in com.retek.component.media with parameters of type Banner
 Media MediaManager.buildMediaInstance(Banner banner)
           
 void MediaSearchCriteria.setBanner(Banner banner)
           
 void ShippingRateTableSearchCriteria.setBanner(Banner banner)
           
 SellingList SellingListManager.buildSellingListInstance(SellingListType type, Banner banner, ChannelType channelType)
           
 void SellingItemSearchCriteria.setBanner(Banner banner)
           
 void ShippingRateTable.setBanner(Banner banner)
           
 void SellingSkuSearchCriteria.setBanner(Banner banner)
           
 SellingItemSearchResult SellingItemManager.findOrderableSellingItem(java.lang.String sellingItemDisplayNumber, Banner banner)
          Finds a selling item on a specific media, in a specific banner, with media status of active or released.
 SellingItem SellingItemManager.findSellingItem(java.lang.String sellingItemDisplayNumber, Banner banner)
          Finds a selling item on a specific media, in a specific banner, regardless of media status.
 

Constructors in com.retek.component.media with parameters of type Banner
NoSuchSellingItemException(java.lang.String sellingItemDisplayNumber, Banner banner)
           
 

Uses of Banner in com.retek.component.message
 

Methods in com.retek.component.message that return Banner
 Banner Message.getBanner()
           
 

Methods in com.retek.component.message with parameters of type Banner
 void MessageSearchCriteria.setBanner(Banner banner)
           
 void Message.setBanner(Banner banner)
           
 

Uses of Banner in com.retek.component.payment
 

Methods in com.retek.component.payment with parameters of type Banner
 java.util.Set TenderTypeManager.findTenderTypes(Banner banner)
          Finds all TenderTypes that are valid for the banner passed in.
 java.util.Set TenderTypeManager.findPrivateLabelTenderTypes(Banner banner)
          Finds all private label TenderTypes that are valid for the banner passed in.
 

Uses of Banner in com.retek.component.pend
 

Methods in com.retek.component.pend with parameters of type Banner
 void PendRule.addBanner(Banner banner)
           
 java.util.Set PendManager.findPendRules(Banner banner)
           
 

Uses of Banner in com.retek.component.promotion
 

Methods in com.retek.component.promotion that return Banner
 Banner Promotion.getBanner()
           
 

Methods in com.retek.component.promotion with parameters of type Banner
 void PromotionSearchCriteria.setBanner(Banner banner)
           
 void Promotion.setBanner(Banner banner)
           
 

Uses of Banner in com.retek.component.salesaudit
 

Fields in com.retek.component.salesaudit declared as Banner
protected  Banner SalesAuditExportTestCase.banner
           
 

Uses of Banner in com.retek.component.task
 

Methods in com.retek.component.task that return Banner
 Banner ActivityRequestWorkTask.getBanner()
           
 Banner WorkTaskSummaryItem.getBanner(DistributedContext context)
           
 Banner OrderWorkTask.getBanner()
           
 

Methods in com.retek.component.task with parameters of type Banner
static OrderWorkTask WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context, Task task, Banner banner)
           
 void WorkTaskSearchCriteria.setBanner(Banner banner)
           
 WorkTask TaskManager.leaseNextWorkTaskForWorklist(Task task, Banner banner, User user)
           
 

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

Methods in com.retek.rcom.gui.core that return Banner
static Banner RcomRepository.retrieveBanner()
           
 

Methods in com.retek.rcom.gui.core with parameters of type Banner
static void RcomRepository.storeBanner(Banner banner)
          BANNER
 

Uses of Banner in com.retek.rcom.gui.util
 

Methods in com.retek.rcom.gui.util with parameters of type Banner
static SellingItem RcomFindHandler.readSellingItem(Banner banner, java.lang.String enteredSellingItemCode)
           
 

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

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

Uses of Banner in com.retek.rmm.gui.core
 

Methods in com.retek.rmm.gui.core that return Banner
static Banner RmmRepository.retrieveBanner()
           
 

Methods in com.retek.rmm.gui.core with parameters of type Banner
static void RmmRepository.storeBanner(Banner banner)
          BANNER METHODS
 

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

Methods in com.retek.rmm.gui.util with parameters of type Banner
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, java.lang.String sellingItemNumber)
          SELLING ITEM METHODS
static SellingItem RmmFindHandler.readSellingItem(Banner banner, ChannelType type, java.lang.String sellingItemNumber)
           
static SellingSku RmmFindHandler.readSellingSku(Banner banner, java.lang.String mediaId, java.lang.String itemId)
          SELLING SKU METHODS
static SellingSku RmmFindHandler.readSellingSku(Banner banner, java.lang.String triggerCode)
           
static Sku RmmFindHandler.readSku(Banner banner, ChannelType type, java.lang.String triggerCode)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25