psdi.app.system

Class ConditionSet

    • Constructor Detail

      • ConditionSet

        public ConditionSet(MboServerInterface ms)
                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • reset

        public void reset()
                   throws MXException,
                          java.rmi.RemoteException
        Description copied from class: MboSet
        Clears the current contents of the collection. This will cause a requery to the database. Save changes you wish to keep before calling this method. All linked Mbos and MboSets are closed.
        Specified by:
        reset in interface MboSetRemote
        Overrides:
        reset in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.save()
      • isMarkedToDelete

        public boolean isMarkedToDelete(java.lang.String conditionID)
                                 throws java.rmi.RemoteException
        Whether the condition id is marked for deletion in memory
        Specified by:
        isMarkedToDelete in interface ConditionSetRemote
        Parameters:
        conditionID -
        Returns:
        True if marked to delete
        Throws:
        java.rmi.RemoteException
        See Also:
        psdi.app.system.ConditionSet.isMarkedToDelete(String)
      • getSameAs

        public java.lang.String[][] getSameAs()
                                       throws MXException,
                                              java.rmi.RemoteException
        Get the same as object and fields to the conditionnum.
        Returns:
        Array of object and first element and attributename as second element.
        Throws:
        MXException
        java.rmi.RemoteException