com.retek.rcom.gui.screen.backorder
Class PendingBoNotificationHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.backorder.PendingBoNotificationHandler

public class PendingBoNotificationHandler
extends ScreenHandler


Constructor Summary
PendingBoNotificationHandler()
          STATE MANAGEMENT
 
Method Summary
 void cancelRequest(java.lang.Object request)
           
 java.util.Collection findNotificationRequests()
          ACTION METHODS (SEARCH AND CANCEL)
 java.lang.String getBackorderedQuantity()
           
 java.util.List getBanners()
           
 java.util.Collection getChannelTypes(java.lang.Object banner)
           
 java.lang.String getCustomer()
           
 java.lang.String getCustomerOrder()
           
 java.lang.Object getDefaultBanner()
           
 java.lang.String getDescription()
           
 java.lang.String getInventoryItem()
           
 java.lang.String getNumOfNotification()
           
 java.lang.String getOriginalECDD()
           
 java.lang.String getRevisedECDD()
           
 java.lang.String getSupplier()
           
 void resetSearchCriteria()
           
 void setBanner(java.lang.Object object)
          CRITERIA METHODS
 void setChannelType(java.lang.Object object)
           
 void setClass(java.lang.String subclass)
           
 void setDepartment(java.lang.String department)
           
 void setItem(java.lang.String displayCode)
           
 void setNotificationRequest(java.lang.Object request)
          REQUEST METHODS
 void setSellingItem(java.lang.String displayCode)
           
 void setStyle(java.lang.String displayCode)
           
 void setSubclass(java.lang.String itemClass)
           
 void setSupplier(java.lang.String number)
           
 
Methods inherited from class com.retek.commons.gui.core.ScreenHandler
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingBoNotificationHandler

public PendingBoNotificationHandler()
STATE MANAGEMENT

Method Detail

resetSearchCriteria

public void resetSearchCriteria()

getBanners

public java.util.List getBanners()

getDefaultBanner

public java.lang.Object getDefaultBanner()

getChannelTypes

public java.util.Collection getChannelTypes(java.lang.Object banner)
                                     throws SystemException
Throws:
SystemException

setBanner

public void setBanner(java.lang.Object object)
CRITERIA METHODS


setChannelType

public void setChannelType(java.lang.Object object)

setDepartment

public void setDepartment(java.lang.String department)

setClass

public void setClass(java.lang.String subclass)

setSubclass

public void setSubclass(java.lang.String itemClass)

setSupplier

public void setSupplier(java.lang.String number)

setStyle

public void setStyle(java.lang.String displayCode)

setItem

public void setItem(java.lang.String displayCode)

setSellingItem

public void setSellingItem(java.lang.String displayCode)

findNotificationRequests

public java.util.Collection findNotificationRequests()
                                              throws SystemException,
                                                     UiBusinessException
ACTION METHODS (SEARCH AND CANCEL)

Throws:
SystemException
UiBusinessException

setNotificationRequest

public void setNotificationRequest(java.lang.Object request)
                            throws SystemException,
                                   BusinessException
REQUEST METHODS

Throws:
SystemException
BusinessException

getInventoryItem

public java.lang.String getInventoryItem()
                                  throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getCustomerOrder

public java.lang.String getCustomerOrder()
                                  throws SystemException
Throws:
SystemException

getOriginalECDD

public java.lang.String getOriginalECDD()
                                 throws SystemException
Throws:
SystemException

getCustomer

public java.lang.String getCustomer()
                             throws SystemException
Throws:
SystemException

getRevisedECDD

public java.lang.String getRevisedECDD()
                                throws SystemException
Throws:
SystemException

getBackorderedQuantity

public java.lang.String getBackorderedQuantity()
                                        throws SystemException
Throws:
SystemException

getSupplier

public java.lang.String getSupplier()
                             throws SystemException
Throws:
SystemException

getNumOfNotification

public java.lang.String getNumOfNotification()
                                      throws SystemException
Throws:
SystemException

cancelRequest

public void cancelRequest(java.lang.Object request)
                   throws SystemException,
                          BusinessException
Throws:
SystemException
BusinessException


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