psdi.plusc.app.pluscds

Interface PlusCWODSRemote

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


    public interface PlusCWODSRemote
    extends MboRemote
    The Interface PlusCWODSRemote.
    • 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
      • isAddingToWO

        boolean isAddingToWO()
                      throws MXException,
                             java.rmi.RemoteException
        Checks if is adding to wo.
        Returns:
        true, if is adding to wo
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • setIsAddingToWO

        void setIsAddingToWO(boolean setting)
                      throws MXException,
                             java.rmi.RemoteException
        Sets the checks if is adding to wo.
        Parameters:
        setting - the new checks if is adding to wo
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • isDeletingFromWO

        boolean isDeletingFromWO()
                          throws MXException,
                                 java.rmi.RemoteException
        Checks if is deleting from wo.
        Returns:
        true, if is deleting from wo
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • setIsDeleteingFromWO

        void setIsDeleteingFromWO(boolean setting)
                           throws MXException,
                                  java.rmi.RemoteException
        Sets the checks if is deleteing from wo.
        Parameters:
        setting - the new checks if is deleteing from wo
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • copyDStoWODS

        void copyDStoWODS()
                   throws MXException,
                          java.rmi.RemoteException
        Copy d sto wods.
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • validateDS

        void validateDS(java.lang.String dsNum,
                        java.lang.String revNum)
                 throws MXException,
                        java.rmi.RemoteException
        Validate ds.
        Parameters:
        dsNum - the ds num
        revNum - the rev num
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
      • getBooleanWithDefault

        boolean getBooleanWithDefault(java.lang.String attribute,
                                      boolean valueIfNull)
                               throws MXException,
                                      java.rmi.RemoteException,
                                      MXApplicationException
        Returns the given attributes boolean value, or valueIfNull if the attribute is null.
        Parameters:
        attribute - name of attribute to get
        valueIfNull - value if attribute is null
        Returns:
        attribute's boolean value or
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception
        MXApplicationException - the mX application exception
      • setDSRequiredStatus

        void setDSRequiredStatus(boolean cleared)
                          throws java.rmi.RemoteException,
                                 MXException
        Sets the read-only status of the datasheets's REQUIRED field according to whether its points' as found/left data are filled. This is meant to be called when an as found/left value is changed. The cleared argument indicates whether the field's content has been set to empty (true) or not empty (false).
        Parameters:
        cleared - whether the field's content has been set to empty (true) or not empty (false).
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • isLoop

        boolean isLoop()
                throws java.rmi.RemoteException,
                       MXException
        Is this a loop Datasheet?.
        Returns:
        if this is a loop datasheet
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • childHasChanged

        void childHasChanged()
                      throws MXException,
                             java.rmi.RemoteException
        Child has changed.
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception