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

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

public class SupplierEventDialogHandler
extends ScreenHandler


Constructor Summary
SupplierEventDialogHandler()
           
 
Method Summary
 void createSupplierEvent()
          SUPPLIER EVENT SETTERS
 java.util.List findSuppliers(java.lang.String supplierName)
          LIST RETRIEVERS
 java.lang.String getDeliveryDate()
           
 java.lang.Object getEventDescription()
           
 java.lang.String getEventEndDate()
           
 java.util.List getEvents()
           
 java.lang.String getEventStartDate()
           
 java.lang.String getEventSupplierDescription()
           
 java.lang.String getOrderByDate()
           
 java.lang.String getOrderByTime()
           
 java.lang.Object getShippingMethod()
           
 java.util.List getShippingMethods()
           
 java.lang.String getSupplierDescription()
           
 java.lang.Object getSupplierEvent()
           
 java.lang.String getSupplierEventEndDate()
           
 java.lang.String getSupplierEventStartDate()
           
 void setDeliveryDate(java.lang.String date)
           
 void setEvent(java.lang.Object object)
          EVENT METHODS
 void setOrderByDate(java.lang.String date, java.lang.String time)
           
 void setShippingMethod(java.lang.Object object)
           
 void setSupplier(java.lang.Object object)
          SUPPLIER METHODS
 void setSupplierEvent(java.lang.Object object)
          SUPPLIER EVENT GETTERS
 void submit()
           
 
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

SupplierEventDialogHandler

public SupplierEventDialogHandler()
Method Detail

findSuppliers

public java.util.List findSuppliers(java.lang.String supplierName)
                             throws SystemException,
                                    BusinessException
LIST RETRIEVERS

Throws:
SystemException
BusinessException

getEvents

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

getShippingMethods

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

setEvent

public void setEvent(java.lang.Object object)
EVENT METHODS


getEventStartDate

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

getEventEndDate

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

setSupplier

public void setSupplier(java.lang.Object object)
SUPPLIER METHODS


getSupplierDescription

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

setSupplierEvent

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


getSupplierEvent

public java.lang.Object getSupplierEvent()

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

createSupplierEvent

public void createSupplierEvent()
                         throws SystemException
SUPPLIER EVENT SETTERS

Throws:
SystemException

setOrderByDate

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

submit

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

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


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