psdi.app.jobplan

Interface JobToolSetRemote

    • Method Detail

      • findByAttributeTool

        MboRemote findByAttributeTool(java.lang.String attrValue,
                                      boolean tobedeleted)
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findByAttributeTool()
      • findByAttributeToolNotForCrew

        MboRemote findByAttributeToolNotForCrew(java.lang.String attrValue,
                                                boolean tobedeleted,
                                                java.lang.String crew)
                                         throws MXException,
                                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findByAttributeToolNotForCrew()
      • findByAttributeToolForCrew

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

        MboRemote findByAttributeToolForCrewType(java.lang.String attrValue,
                                                 boolean tobedeleted,
                                                 java.lang.String crewtype,
                                                 java.lang.String joblaborid)
                                          throws MXException,
                                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findByAttributeToolForCrewType()
      • findByAttributeToolNotForCrewType

        MboRemote findByAttributeToolNotForCrewType(java.lang.String attrValue,
                                                    boolean tobedeleted,
                                                    java.lang.String crewtype)
                                             throws MXException,
                                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findByAttributeToolNotForCrewType()
      • findTools

        java.util.List findTools(java.lang.String joblaborid)
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        JobToolSet#findTools()