|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.rmm.gui.util.RmmFindHandler
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 |
public RmmFindHandler()
Method Detail |
public static Channel readChannel(Banner banner, ChannelType channelType) throws SystemException
SystemException
public static Media readMedia(java.lang.String code, ChannelType channelType, Banner banner) throws SystemException
SystemException
public static SellingItem readSellingItem(Banner banner, java.lang.String sellingItemNumber) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public static SellingItem readSellingItem(Banner banner, ChannelType type, java.lang.String sellingItemNumber) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public static SellingSku readSellingSku(Banner banner, java.lang.String mediaId, java.lang.String itemId) throws SystemException
SystemException
public static SellingSku readSellingSku(Banner banner, java.lang.String triggerCode) throws SystemException
SystemException
public static Sku readSku(Banner banner, ChannelType type, java.lang.String triggerCode) throws SystemException
SystemException
public static java.util.List findAllDepartments() throws SystemException
SystemException
public static java.util.List findItemClassList(java.lang.Object departmentObject) throws SystemException
SystemException
public static java.util.List findItemSubclassList(java.lang.Object itemClassObject) throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |