psdi.app.labor

Class LaborQualSet

    • Method Detail

      • getMboIntoSet

        public MboSetRemote getMboIntoSet(MboRemote mbo)
                                   throws MXException,
                                          java.rmi.RemoteException
        This method returns the select Mbo in a set by itself. This should be a framework method but for now it's not. The MboSet should not be linked to any other set as it will be used to change status and will be saved. An Example:
        MboSetRemote changeWOSet = getMboServer().getMboSet("WORKORDER", getUserInfo()) ; SqlFormat sqf = new SqlFormat(mbo, "wonum = :wonum") ; changeWOSet.setWhere(sqf.format()) ; return changeWOSet ;
        Specified by:
        getMboIntoSet in interface LaborQualSetRemote
        Throws:
        MXException
        java.rmi.RemoteException