psdi.app.system

Class TenantRegSet

    • Constructor Detail

      • TenantRegSet

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

      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Creates template data as well as aUser and Person for each new tenant in the set. The userid, personid, and loginid are generated from the specified tenant login id. The User's password is auto-generated and emailed to the address specified for the tenant contact.
        Specified by:
        save in interface MboSetRemote
        Overrides:
        save in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.reset()
      • userInputChecks

        public void userInputChecks()
                             throws MXException,
                                    java.rmi.RemoteException
        Perform checks that require user input. Save is a longop so no user input can be accepted.
        Specified by:
        userInputChecks in interface TenantRegSetRemote
        Throws:
        MXException
        java.rmi.RemoteException