psdi.webclient.beans.workorder

Class PlanServicesBean

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


    public class PlanServicesBean
    extends DataBean
    Provides functionality for the work order plan services table
    • Constructor Detail

      • PlanServicesBean

        public PlanServicesBean()
    • Method Detail

      • selectstdservicesonplans

        public int selectstdservicesonplans()
                                     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 craft from the workorder | plans | services tab Issue 72934
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • addListener

        public void addListener(DataBeanListener listener)
        Description copied from class: DataBean
        Adds a listener (child DataBean) to this DataBean (parent). relateField is the field in the parent that the child listens to so if just the field is changed then the listeners parentChanged methods will be call.
        Overrides:
        addListener in class DataBean