psdi.webclient.beans.workorder

Class PlanToolsBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class PlanToolsBean
    extends DataBean
    Provides functionality for the work order plan tools table
    • Constructor Detail

      • PlanToolsBean

        public PlanToolsBean()
    • Method Detail

      • selecttoolsonplans

        public int selecttoolsonplans()
                               throws MXException,
                                      java.rmi.RemoteException
        This either throws an exception saying you may not edit WPTool for this workorder in this status, or calls the data input dialog for select tools from the workorder | plans | tools tab Issue 72934
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • dataChangedEvent

        public void dataChangedEvent(DataBean speaker)
        Description copied from class: DataBean
        event called by the "parent" DataBean which tells this DataBean that it's mbo data (the parent's) has changed or been refreshed. The fireDataChangedEvent is called thus setting the invalidData for all the "children" DataBeans
        Specified by:
        dataChangedEvent in interface DataBeanListener
        Overrides:
        dataChangedEvent in class DataBean