psdi.webclient.beans.tenantreg

Class TenantRegAppBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class TenantRegAppBean
    extends AppBean
    • Constructor Detail

      • TenantRegAppBean

        public TenantRegAppBean()
    • Method Detail

      • SAVE

        public int SAVE()
                 throws MXException,
                        java.rmi.RemoteException
        If there is a tenantSaveError error, the new record is deleted. Return to list tab and refresh to clear it from view.
        Overrides:
        SAVE in class AppBean
        Throws:
        MXException
        java.rmi.RemoteException
      • RESETPWD

        public int RESETPWD()
                     throws MXException,
                            java.rmi.RemoteException
        Resets the password of the tenant's admin user. EVENT: RESETPWD
        Throws:
        MXException
        java.rmi.RemoteException
      • SENDLOGIN

        public int SENDLOGIN()
                      throws MXException,
                             java.rmi.RemoteException
        Sends the login information (tenant code and user name) to the provided email address. EVENT: SENDLOGININFO
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the given row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException