com.retek.rmm.gui.screen.event
Class ItemEventDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.event.ItemEventDialogHandler

public class ItemEventDialogHandler
extends ScreenHandler


Constructor Summary
ItemEventDialogHandler()
           
 
Method Summary
 void createItemSupplierEvent()
          ITEM SUPPLIER EVENT SETTERS
 void findItem(java.lang.String itemId)
          ITEM METHODS
 java.lang.String getDeliveryDate()
           
 java.lang.Object getEventDescription()
           
 java.lang.String getEventEndDate()
           
 java.lang.String getEventStartDate()
           
 java.lang.String getEventSupplierDescription()
           
 java.lang.String getItemDescription()
           
 java.lang.String getItemDisplayCode()
           
 java.lang.Object getItemSupplierEvent()
           
 java.lang.String getOrderByDate()
           
 java.lang.String getOrderByTime()
           
 java.lang.Object getShippingMethod()
           
 java.util.List getShippingMethods()
           
 java.lang.String getSupplierEventEndDate()
           
 java.util.List getSupplierEvents()
          LIST RETRIEVERS
 java.lang.String getSupplierEventStartDate()
           
 void setDeliveryDate(java.lang.String date)
           
 void setItemSupplierEvent(java.lang.Object object)
          ITEM SUPPLIER EVENT GETTERS
 void setOrderByDate(java.lang.String date, java.lang.String time)
           
 void setShippingMethod(java.lang.Object object)
           
 void setSupplierEvent(java.lang.Object object)
          SUPPLIER EVENT METHODS
 void submit()
           
 void validateDirectShippable()
           
 void validateItemSupplierCombination()
           
 
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

ItemEventDialogHandler

public ItemEventDialogHandler()
Method Detail

getSupplierEvents

public java.util.List getSupplierEvents()
                                 throws SystemException
LIST RETRIEVERS

Throws:
SystemException

getShippingMethods

public java.util.List getShippingMethods()
                                  throws SystemException
Throws:
SystemException

findItem

public void findItem(java.lang.String itemId)
              throws SystemException,
                     BusinessException,
                     UiBusinessException
ITEM METHODS

Throws:
SystemException
BusinessException
UiBusinessException

getItemDisplayCode

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

getItemDescription

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

validateDirectShippable

public void validateDirectShippable()
                             throws SystemException,
                                    UiBusinessException
Throws:
SystemException
UiBusinessException

validateItemSupplierCombination

public void validateItemSupplierCombination()
                                     throws SystemException,
                                            BusinessException
Throws:
SystemException
BusinessException

setSupplierEvent

public void setSupplierEvent(java.lang.Object object)
SUPPLIER EVENT METHODS


getEventStartDate

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

getEventEndDate

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

setItemSupplierEvent

public void setItemSupplierEvent(java.lang.Object object)
ITEM SUPPLIER EVENT GETTERS


getItemSupplierEvent

public java.lang.Object getItemSupplierEvent()

getEventSupplierDescription

public java.lang.String getEventSupplierDescription()
                                             throws SystemException,
                                                    BusinessException
Throws:
SystemException
BusinessException

getEventDescription

public java.lang.Object getEventDescription()
                                     throws SystemException
Throws:
SystemException

getSupplierEventStartDate

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

getSupplierEventEndDate

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

getOrderByDate

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

getOrderByTime

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

getShippingMethod

public java.lang.Object getShippingMethod()
                                   throws SystemException
Throws:
SystemException

getDeliveryDate

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

createItemSupplierEvent

public void createItemSupplierEvent()
                             throws SystemException,
                                    BusinessException
ITEM SUPPLIER EVENT SETTERS

Throws:
SystemException
BusinessException

setOrderByDate

public void setOrderByDate(java.lang.String date,
                           java.lang.String time)
                    throws SystemException,
                           UiBusinessException
Throws:
SystemException
UiBusinessException

setShippingMethod

public void setShippingMethod(java.lang.Object object)
                       throws SystemException
Throws:
SystemException

setDeliveryDate

public void setDeliveryDate(java.lang.String date)
                     throws SystemException,
                            UiBusinessException
Throws:
SystemException
UiBusinessException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


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