com.retek.rmm.gui.util
Class RmmFindHandler

java.lang.Object
  extended bycom.retek.rmm.gui.util.RmmFindHandler

public class RmmFindHandler
extends java.lang.Object

This class contains often used code for finding certain objects in the application.


Constructor Summary
RmmFindHandler()
           
 
Method Summary
static java.util.List findAllDepartments()
          ITEM HIERARCHY FIND METHODS
static java.util.List findItemClassList(java.lang.Object departmentObject)
           
static java.util.List findItemSubclassList(java.lang.Object itemClassObject)
           
static Channel readChannel(Banner banner, ChannelType channelType)
          CHANNEL METHODS
static Media readMedia(java.lang.String code, ChannelType channelType, Banner banner)
          MEDIA METHODS
static SellingItem readSellingItem(Banner banner, ChannelType type, java.lang.String sellingItemNumber)
           
static SellingItem readSellingItem(Banner banner, java.lang.String sellingItemNumber)
          SELLING ITEM METHODS
static SellingSku readSellingSku(Banner banner, java.lang.String triggerCode)
           
static SellingSku readSellingSku(Banner banner, java.lang.String mediaId, java.lang.String itemId)
          SELLING SKU METHODS
static Sku readSku(Banner banner, ChannelType type, java.lang.String triggerCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmmFindHandler

public RmmFindHandler()
Method Detail

readChannel

public static Channel readChannel(Banner banner,
                                  ChannelType channelType)
                           throws SystemException
CHANNEL METHODS

Throws:
SystemException

readMedia

public static Media readMedia(java.lang.String code,
                              ChannelType channelType,
                              Banner banner)
                       throws SystemException
MEDIA METHODS

Throws:
SystemException

readSellingItem

public static SellingItem readSellingItem(Banner banner,
                                          java.lang.String sellingItemNumber)
                                   throws SystemException,
                                          UiBusinessException
SELLING ITEM METHODS

Throws:
SystemException
UiBusinessException

readSellingItem

public static SellingItem readSellingItem(Banner banner,
                                          ChannelType type,
                                          java.lang.String sellingItemNumber)
                                   throws SystemException,
                                          UiBusinessException
Throws:
SystemException
UiBusinessException

readSellingSku

public static SellingSku readSellingSku(Banner banner,
                                        java.lang.String mediaId,
                                        java.lang.String itemId)
                                 throws SystemException
SELLING SKU METHODS

Throws:
SystemException

readSellingSku

public static SellingSku readSellingSku(Banner banner,
                                        java.lang.String triggerCode)
                                 throws SystemException
Throws:
SystemException

readSku

public static Sku readSku(Banner banner,
                          ChannelType type,
                          java.lang.String triggerCode)
                   throws SystemException
Throws:
SystemException

findAllDepartments

public static java.util.List findAllDepartments()
                                         throws SystemException
ITEM HIERARCHY FIND METHODS

Throws:
SystemException

findItemClassList

public static java.util.List findItemClassList(java.lang.Object departmentObject)
                                        throws SystemException
Throws:
SystemException

findItemSubclassList

public static java.util.List findItemSubclassList(java.lang.Object itemClassObject)
                                           throws SystemException
Throws:
SystemException


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