psdi.app.jobplan

Class JobToolSet

    • Constructor Detail

      • JobToolSet

        public JobToolSet(MboServerInterface ms)
                   throws MXException,
                          java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The Mbo Server interface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new Job Tool object
        Overrides:
        getMboInstance in class JobItemSet
        Parameters:
        ms - MboSet
        Returns:
        the new Job Tool object
        Throws:
        MXException
        java.rmi.RemoteException
      • findByAttributeToolForCrew

        public MboRemote findByAttributeToolForCrew(java.lang.String attrValue,
                                                    boolean tobedeleted,
                                                    java.lang.String crew,
                                                    java.lang.String joblaborid)
                                             throws MXException,
                                                    java.rmi.RemoteException
        Specified by:
        findByAttributeToolForCrew in interface JobToolSetRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findByAttributeToolForCrew()
      • findByAttributeToolForCrewType

        public MboRemote findByAttributeToolForCrewType(java.lang.String attrValue,
                                                        boolean tobedeleted,
                                                        java.lang.String crewtype,
                                                        java.lang.String joblaborid)
                                                 throws MXException,
                                                        java.rmi.RemoteException
        Specified by:
        findByAttributeToolForCrewType in interface JobToolSetRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findByAttributeToolForCrewType()
      • findTools

        public java.util.List findTools(java.lang.String joblaborid)
                                 throws MXException,
                                        java.rmi.RemoteException
        Specified by:
        findTools in interface JobToolSetRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findTools()