psdi.app.measurement

Class MeasurePointSet

    • Constructor Detail

      • MeasurePointSet

        public MeasurePointSet(MboServerInterface ms)
                        throws MXException,
                               java.rmi.RemoteException
        Construct the set.
        Parameters:
        ms - the MboServerInterface for MeasurePointSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generates a new measurement point object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - the MeasurePoint MboSet.
        Returns:
        a new measurement point Mbo object.
        Throws:
        MXException
        java.rmi.RemoteException
      • generateWorkOrdersForSet

        public void generateWorkOrdersForSet(java.util.Date effectiveDate,
                                             java.lang.String memo,
                                             boolean useActionCriteria,
                                             boolean calledByCronTask)
                                      throws MXException,
                                             java.rmi.RemoteException
        generates work orders for each selected member of this set
        Specified by:
        generateWorkOrdersForSet in interface MeasurePointSetRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.getSelection(), psdi.app.measurement.MeasurePoint#generateWorkOrder()