Method
|
Usage
|
PlantFunctionalDataAttributeBean getPlantFunctionalDataAttributeBean(NmCommandBean clientData) throws WTException;
|
Accepts clientData and returns the PlantFunctionalDataAttributeBean object which holds all the necessary information, such as object types and plants, to launch the Edit Plant Information window.
|
Set<EnterpriseDatable> getValidSelectedDatables(NmCommandBean clientData, PlantFunctionalDataAttributeBean bean)throws WTException;
|
Accepts clientData and PlantFunctionalDataAttributeBean, validates the selected objects, and returns the valid ones.
|
NavigationCriteria createNavigationCriteria(NmCommandBean clientData, PlantFunctionalDataAttributeBean bean) throws WTException;
|
Accepts clientData and PlantFunctionalDataAttributeBean, and returns the navigation criteria required to launch the Edit Plant Information.
|
void setActiveView(String viewName, String tableId) throws WTException;
|
Accepts viewName and tableId to set the given view as the active view for the table in the Edit Plant Information window.
|
String getPlantDataEditorUrl(NmCommandBean clientData, NavigationCriteria navigationCriteria) throws WTException;
|
Accepts clientData and NavigationCriteria, and returns the javascript URL required to open the Edit Plant Information window.
|