psdi.app.system

Class AutoKeySet

    • Constructor Detail

      • AutoKeySet

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

      • addOrgAutokeys

        public void addOrgAutokeys()
                            throws MXException,
                                   java.rmi.RemoteException
        When adding a new organization, add rows to AutoKey table. The owner of this AutoKeySet must be an Organization that is to be added. (if it isn't, this method just returns).

        This method should be called at the end of the Organization's appValidate method.

        Specified by:
        addOrgAutokeys in interface AutoKeySetRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        AutoKeySet.addOrgAutokeys()
      • addSetAutokeys

        public void addSetAutokeys()
                            throws MXException,
                                   java.rmi.RemoteException
        When adding a new Set, add rows to AutoKey table. The owner of this AutoKeySet must be an Set that is to be added. (if it isn't, this method just returns).

        This method should be called at the end of the Set's appValidate method.

        Specified by:
        addSetAutokeys in interface AutoKeySetRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        AutoKeySet.addSetAutokeys()
      • commit

        public void commit()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: MboSet
        Makes all changes sent to the database since the last commit() or rollback() call, permanent. Changes made to other objects sharing this object's Connection will also become permanent. This is called automatically by the framework and should not be called directly by the programmer.
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException