|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.orderfulfillment.WarehousePriorityDialogHandler
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 |
public WarehousePriorityDialogHandler()
Method Detail |
public void setZipCodeRangesToEdit(java.util.List zipCodeRanges) throws SystemException
SystemException
public java.util.Collection getZipCodesRangesToEdit()
public void setDefaultZipCodeRange(java.lang.Object range) throws SystemException
SystemException
public java.util.Collection getZipCodesForCountry() throws SystemException
SystemException
public java.util.Collection getUnprioritizedZipCodesForCountry() throws SystemException
SystemException
public void setZipCodeRange(java.lang.Object range)
public java.lang.String getRange() throws SystemException
SystemException
public java.lang.String getDefault() throws SystemException
SystemException
public java.lang.Object getCountry()
public void setCountry(java.lang.Object country)
public java.util.Collection getAllCountries() throws SystemException
SystemException
public java.util.Collection getAllWarehouses() throws SystemException
SystemException
public java.util.Collection submit(java.lang.Object countryObj, java.util.Collection zipCodeRanges, java.util.Collection warehouses) throws SystemException, BusinessException
SystemException
BusinessException
public void discardChanges() throws SystemException
SystemException
public void setWarehousePriority(java.lang.Object priority)
public int getPriority() throws SystemException
SystemException
public java.lang.String getWarehouseName() throws SystemException
SystemException
public java.util.Collection getWarehousePrioritiesForRange() throws SystemException
SystemException
public boolean isMultipleRangeSelected()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |