|
|||||||||||
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.ordermain.OrderMainHandler
Constructor Summary | |
OrderMainHandler()
|
Method Summary | |
void |
cancelOrder(java.lang.Object reason)
|
boolean |
canMaintainOrderCancelPendDate()
|
void |
findCustomerOrder(java.lang.String orderNumber)
|
java.util.List |
getAllPriorities()
|
RDate |
getCancelPendedOrderDate()
|
java.lang.Object |
getDefaultOrderPriority()
|
java.util.List |
getOrderCancelReasons()
SELECTION LISTS |
java.lang.String |
getOrderDisplayId()
|
java.util.List |
getOrderPendReasons()
|
java.lang.Object |
getOrderPriority()
|
java.lang.String |
getOrderStatus()
|
java.lang.Object |
getOrderType()
|
java.lang.String |
getOrderTypeDescription()
|
java.lang.String |
getPendedReasonCode()
|
boolean |
hasMaintenanceOrder()
|
boolean |
hasOrderPriorityPermission()
ORDER ACTION METHODS |
boolean |
hasWorkListPermission()
|
boolean |
isAccomodationEvent()
|
boolean |
isCancelOrderAllowed()
|
boolean |
isOrderCancelled()
|
boolean |
isOrderClosed()
|
boolean |
isOrderPended()
|
void |
pendOrder(java.lang.Object reason)
|
void |
reloadMaintenanceOrder()
|
void |
removeMaintenanceOrder()
|
void |
retrieveDataFromRepository()
STATE MANAGEMENT |
void |
setOrder(java.lang.Object order)
|
void |
setOrderCancelByDate(java.lang.String date)
|
void |
setOrderPriority(java.lang.Object orderPriority)
|
void |
setSourceCode(java.lang.String sourceCode)
SOURCE CODE |
void |
submitOrder()
ORDER ACTION 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 OrderMainHandler()
Method Detail |
public void retrieveDataFromRepository() throws SystemException
SystemException
public void removeMaintenanceOrder()
public boolean hasMaintenanceOrder()
public void findCustomerOrder(java.lang.String orderNumber) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public boolean isCancelOrderAllowed() throws SystemException
SystemException
public boolean canMaintainOrderCancelPendDate() throws SystemException
SystemException
public void reloadMaintenanceOrder()
public java.util.List getOrderCancelReasons() throws SystemException
SystemException
public java.util.List getOrderPendReasons() throws SystemException
SystemException
public void setSourceCode(java.lang.String sourceCode) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getOrderDisplayId()
public java.lang.String getOrderTypeDescription() throws SystemException
SystemException
public java.lang.Object getOrderType() throws SystemException
SystemException
public java.lang.String getOrderStatus() throws SystemException
SystemException
public java.lang.String getPendedReasonCode() throws SystemException
SystemException
public boolean isOrderCancelled() throws SystemException
SystemException
public boolean isOrderClosed() throws SystemException
SystemException
public boolean isOrderPended() throws SystemException
SystemException
public java.lang.Object getOrderPriority() throws SystemException
SystemException
public void setOrderPriority(java.lang.Object orderPriority) throws SystemException
SystemException
public java.util.List getAllPriorities() throws SystemException
SystemException
public java.lang.Object getDefaultOrderPriority()
public RDate getCancelPendedOrderDate() throws SystemException
SystemException
public void submitOrder() throws SystemException, BusinessException
SystemException
BusinessException
public void cancelOrder(java.lang.Object reason) throws SystemException, BusinessException
SystemException
BusinessException
public void pendOrder(java.lang.Object reason) throws SystemException, BusinessException
SystemException
BusinessException
public boolean isAccomodationEvent() throws SystemException
SystemException
public boolean hasOrderPriorityPermission() throws SystemException
SystemException
public void setOrder(java.lang.Object order)
public void setOrderCancelByDate(java.lang.String date) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public boolean hasWorkListPermission() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |