com.retek.rcom.gui.util
Class RcomFindHandler

java.lang.Object
  extended bycom.retek.rcom.gui.util.RcomFindHandler

public class RcomFindHandler
extends java.lang.Object

This class contains often used code for finding channel types and selling items. This class could probably contain more repeated finders if they are identified.


Constructor Summary
RcomFindHandler()
           
 
Method Summary
static java.util.Collection getAllActivityRequestTasks()
          Search methods for Tasks (by type)
static java.util.Collection getAllOrderTasks()
           
static java.util.Collection getAllPersonalReminderTasks()
           
static java.util.List readChannelTypes(DistributedReference bannerRef)
           
static SellingItem readSellingItem(Banner banner, java.lang.String enteredSellingItemCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcomFindHandler

public RcomFindHandler()
Method Detail

readChannelTypes

public static java.util.List readChannelTypes(DistributedReference bannerRef)
                                       throws SystemException
Throws:
SystemException

readSellingItem

public static SellingItem readSellingItem(Banner banner,
                                          java.lang.String enteredSellingItemCode)
                                   throws SystemException,
                                          BusinessException,
                                          UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

getAllActivityRequestTasks

public static java.util.Collection getAllActivityRequestTasks()
                                                       throws SystemException
Search methods for Tasks (by type)

Throws:
SystemException

getAllOrderTasks

public static java.util.Collection getAllOrderTasks()
                                             throws SystemException
Throws:
SystemException

getAllPersonalReminderTasks

public static java.util.Collection getAllPersonalReminderTasks()
                                                        throws SystemException
Throws:
SystemException


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