|
||||||||||||
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.core.ApplicationFrameHandler
Constructor Summary | |
---|---|
ApplicationFrameHandler()
Constructor creates a new Distributed Context for the application and stores it in the RcomRepository. |
Method Summary | |
---|---|
void |
clearOrders()
|
void |
clearWorkTask()
|
void |
closeApplication()
Close down the application. |
java.lang.Object |
getEventActivityRequest()
Retrieves the current customer event and stores its activity request in the RcomRepository. |
java.lang.String |
getHelpFilePath()
|
java.lang.String |
getVersion()
Retrieves the version of the software from the Version class. |
java.lang.Object |
getWorklistTaskBanner()
|
java.lang.Object |
getWorklistTaskOrderCustomer()
|
boolean |
hasActivityRequestPermission()
|
boolean |
hasMailOrderPermission()
|
boolean |
hasMaintenanceOrder()
Retrieves whether or not the RcomRepository has a maintenance order. |
boolean |
hasOrderEntryPermission()
|
boolean |
hasOrderMaintenancePermission()
|
boolean |
hasReportsPermission()
|
boolean |
hasSecurityPermission()
|
boolean |
hasWorkListPermission()
|
boolean |
isStandardUser()
SECURITY METHODS |
void |
releaseWorkTask(java.lang.Object workTask)
|
java.lang.Object |
retrieveEntryOrder()
|
java.lang.Object |
retrieveMailOrder()
|
java.lang.Object |
retrieveMaintenanceOrder()
|
void |
setBanner(java.lang.Object object)
Sets a new banner in the RcomRepository, clearing and resetting the customer orders. |
void |
setInitialState()
Sets the initial state of the application, loading the managers into the RcomRepository and creating the necessary business objects. |
void |
storeMaintenanceOrder(java.lang.Object order)
|
void |
storePersonalReminderCustomerOrder(java.lang.Object object)
Stores supplied customer order (for personal reminders) |
void |
storeWorkListCustomerOrder(java.lang.Object order)
Retrieves a work list order and stores it in the repository as the maintenance order. |
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 ApplicationFrameHandler()
Method Detail |
public void setInitialState() throws SystemException
SystemException
public void closeApplication() throws SystemException
SystemException
public void setBanner(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public boolean hasMaintenanceOrder()
public void storePersonalReminderCustomerOrder(java.lang.Object object) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public java.lang.String getVersion()
public java.lang.Object getEventActivityRequest() throws SystemException
SystemException
public void storeWorkListCustomerOrder(java.lang.Object order)
public void clearOrders() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isStandardUser() throws SystemException
SystemException
public boolean hasActivityRequestPermission() throws SystemException
SystemException
public boolean hasMailOrderPermission() throws SystemException
SystemException
public boolean hasOrderEntryPermission() throws SystemException
SystemException
public boolean hasReportsPermission() throws SystemException
SystemException
public boolean hasSecurityPermission() throws SystemException
SystemException
public boolean hasWorkListPermission() throws SystemException
SystemException
public boolean hasOrderMaintenancePermission() throws SystemException
SystemException
public java.lang.Object retrieveEntryOrder() throws SystemException
SystemException
public void storeMaintenanceOrder(java.lang.Object order)
public java.lang.Object retrieveMaintenanceOrder()
public java.lang.Object retrieveMailOrder() throws SystemException
SystemException
public void clearWorkTask() throws SystemException, BusinessException
SystemException
BusinessException
public void releaseWorkTask(java.lang.Object workTask) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getWorklistTaskBanner() throws SystemException
SystemException
public java.lang.Object getWorklistTaskOrderCustomer() throws SystemException
SystemException
public java.lang.String getHelpFilePath() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |