psdi.plusc.app.pluscds

Interface PlusCWODSPointRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    PlusCWODSPoint


    public interface PlusCWODSPointRemote
    extends MboRemote
    Extends the standard MboRemote class.
    • Method Detail

      • setReadOnlyFields

        void setReadOnlyFields()
                        throws MXException,
                               java.rmi.RemoteException
        Sets the read only fields.
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • setReadOnlyFieldsAfterAdd

        void setReadOnlyFieldsAfterAdd()
                                throws MXException,
                                       java.rmi.RemoteException
        Sets the read only fields after add.
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • toInternalString

        java.lang.String toInternalString(java.lang.String sValuelist,
                                          java.lang.String sUserValue)
                                   throws MXException,
                                          java.rmi.RemoteException
        To internal string.
        Parameters:
        sValuelist - the s valuelist
        sUserValue - the s user value
        Returns:
        the string
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • toExternalDefaultValue

        java.lang.String toExternalDefaultValue(java.lang.String sValuelist,
                                                java.lang.String sUserValue)
                                         throws MXException,
                                                java.rmi.RemoteException
        To external default value.
        Parameters:
        sValuelist - the s valuelist
        sUserValue - the s user value
        Returns:
        the string
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • getMyInstrOwner

        MboRemote getMyInstrOwner()
                           throws MXException,
                                  java.rmi.RemoteException
        Gets the my instr owner.
        Returns:
        the my instr owner
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • setDSRequiredStatus

        void setDSRequiredStatus(boolean cleared)
                          throws java.rmi.RemoteException,
                                 MXException
        Sets the dS required status.
        Parameters:
        cleared - the new dS required status
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • getGroupAveragePoint

        MboRemote getGroupAveragePoint()
                                throws java.rmi.RemoteException,
                                       MXException
        Returns the Average point for the group of points to which this point belongs.
        Returns:
        MboRemote with the Average point for the group
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • getGroupPoints

        MboRemote[] getGroupPoints()
                            throws java.rmi.RemoteException,
                                   MXException
        Returns all points in this point's group (including itself) in an array.
        Returns:
        an array of MboRemote with all points in the group.
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception