psdi.webclient.beans.workorder

Class AsgnNewPrntBean

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


    public class AsgnNewPrntBean
    extends DataBean
    Provides the functionality for the 'Assign New Parent' (asgnewprnt) action
    • Constructor Detail

      • AsgnNewPrntBean

        public AsgnNewPrntBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Initialize the bean and set it to return non task work orders and work orders based on the app we're in
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • selectrecord

        public int selectrecord()
                         throws MXException,
                                java.rmi.RemoteException
        Assign the current work order, or all the selected work order's, to the selected parent
        Overrides:
        selectrecord in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Assign the current work order, or all the selected work order's, to the selected parent
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException