com.retek.rcom.gui.screen.orderfulfillment
Class WarehousePriorityDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rcom.gui.screen.orderfulfillment.WarehousePriorityDialogHandler

public class WarehousePriorityDialogHandler
extends ScreenHandler


Constructor Summary
WarehousePriorityDialogHandler()
           
 
Method Summary
 void discardChanges()
           
 java.util.Collection getAllCountries()
           
 java.util.Collection getAllWarehouses()
          WAREHOUSE METHODS
 java.lang.Object getCountry()
          COUNTRY METHODS
 java.lang.String getDefault()
           
 int getPriority()
           
 java.lang.String getRange()
           
 java.util.Collection getUnprioritizedZipCodesForCountry()
           
 java.lang.String getWarehouseName()
           
 java.util.Collection getWarehousePrioritiesForRange()
           
 java.util.Collection getZipCodesForCountry()
           
 java.util.Collection getZipCodesRangesToEdit()
           
 boolean isMultipleRangeSelected()
           
 void setCountry(java.lang.Object country)
           
 void setDefaultZipCodeRange(java.lang.Object range)
           
 void setWarehousePriority(java.lang.Object priority)
          WAREHOUSE PRIORITY METHODS
 void setZipCodeRange(java.lang.Object range)
          METHODS FOR RANGE TABLE BUILDING
 void setZipCodeRangesToEdit(java.util.List zipCodeRanges)
          ZIP CODE RANGE METHODS
 java.util.Collection submit(java.lang.Object countryObj, java.util.Collection zipCodeRanges, java.util.Collection warehouses)
          PROCESS FLOW METHODS
 
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

WarehousePriorityDialogHandler

public WarehousePriorityDialogHandler()
Method Detail

setZipCodeRangesToEdit

public void setZipCodeRangesToEdit(java.util.List zipCodeRanges)
                            throws SystemException
ZIP CODE RANGE METHODS

Throws:
SystemException

getZipCodesRangesToEdit

public java.util.Collection getZipCodesRangesToEdit()

setDefaultZipCodeRange

public void setDefaultZipCodeRange(java.lang.Object range)
                            throws SystemException
Throws:
SystemException

getZipCodesForCountry

public java.util.Collection getZipCodesForCountry()
                                           throws SystemException
Throws:
SystemException

getUnprioritizedZipCodesForCountry

public java.util.Collection getUnprioritizedZipCodesForCountry()
                                                        throws SystemException
Throws:
SystemException

setZipCodeRange

public void setZipCodeRange(java.lang.Object range)
METHODS FOR RANGE TABLE BUILDING


getRange

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

getDefault

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

getCountry

public java.lang.Object getCountry()
COUNTRY METHODS


setCountry

public void setCountry(java.lang.Object country)

getAllCountries

public java.util.Collection getAllCountries()
                                     throws SystemException
Throws:
SystemException

getAllWarehouses

public java.util.Collection getAllWarehouses()
                                      throws SystemException
WAREHOUSE METHODS

Throws:
SystemException

submit

public java.util.Collection submit(java.lang.Object countryObj,
                                   java.util.Collection zipCodeRanges,
                                   java.util.Collection warehouses)
                            throws SystemException,
                                   BusinessException
PROCESS FLOW METHODS

Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

setWarehousePriority

public void setWarehousePriority(java.lang.Object priority)
WAREHOUSE PRIORITY METHODS


getPriority

public int getPriority()
                throws SystemException
Throws:
SystemException

getWarehouseName

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

getWarehousePrioritiesForRange

public java.util.Collection getWarehousePrioritiesForRange()
                                                    throws SystemException
Throws:
SystemException

isMultipleRangeSelected

public boolean isMultipleRangeSelected()


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