Class X_AD_AllUsers_V

    • Constructor Detail

      • X_AD_AllUsers_V

        public X_AD_AllUsers_V​(Properties ctx,
                               int AD_AllUsers_V_ID,
                               String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        4 - System
      • initPO

        protected POInfo initPO​(Properties ctx)
        Load Meta Data
        Specified by:
        initPO in class PO
        Parameters:
        ctx - context
        Returns:
        POInfo
      • toString

        public String toString()
        Description copied from class: PO
        String representation
        Overrides:
        toString in class PO
        Returns:
        String representation
      • setAD_AllClients_V_ID

        public void setAD_AllClients_V_ID​(int AD_AllClients_V_ID)
        Set Client (All).
        Specified by:
        setAD_AllClients_V_ID in interface I_AD_AllUsers_V
        Parameters:
        AD_AllClients_V_ID - Client (All)
      • setAD_AllUsers_V_ID

        public void setAD_AllUsers_V_ID​(int AD_AllUsers_V_ID)
        Set User (All).
        Specified by:
        setAD_AllUsers_V_ID in interface I_AD_AllUsers_V
        Parameters:
        AD_AllUsers_V_ID - User (All)
      • setAD_AllUsers_V_UU

        public void setAD_AllUsers_V_UU​(String AD_AllUsers_V_UU)
        Set AD_AllUsers_V_UU.
        Specified by:
        setAD_AllUsers_V_UU in interface I_AD_AllUsers_V
        Parameters:
        AD_AllUsers_V_UU - AD_AllUsers_V_UU
      • setDateAccountLocked

        public void setDateAccountLocked​(Timestamp DateAccountLocked)
        Set Date Account Locked.
        Specified by:
        setDateAccountLocked in interface I_AD_AllUsers_V
        Parameters:
        DateAccountLocked - Date Account Locked
      • setDateLastLogin

        public void setDateLastLogin​(Timestamp DateLastLogin)
        Set Date Last Login.
        Specified by:
        setDateLastLogin in interface I_AD_AllUsers_V
        Parameters:
        DateLastLogin - Date Last Login
      • setDatePasswordChanged

        public void setDatePasswordChanged​(Timestamp DatePasswordChanged)
        Set Date Password Changed.
        Specified by:
        setDatePasswordChanged in interface I_AD_AllUsers_V
        Parameters:
        DatePasswordChanged - Date Password Changed
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_AD_AllUsers_V
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_AD_AllUsers_V
        Returns:
        Optional short description of the record
      • setEMail

        public void setEMail​(String EMail)
        Set EMail Address.
        Specified by:
        setEMail in interface I_AD_AllUsers_V
        Parameters:
        EMail - Electronic Mail Address
      • setFailedLoginCount

        public void setFailedLoginCount​(int FailedLoginCount)
        Set Failed Login Count.
        Specified by:
        setFailedLoginCount in interface I_AD_AllUsers_V
        Parameters:
        FailedLoginCount - Failed Login Count
      • getFailedLoginCount

        public int getFailedLoginCount()
        Get Failed Login Count.
        Specified by:
        getFailedLoginCount in interface I_AD_AllUsers_V
        Returns:
        Failed Login Count
      • setIsExpired

        public void setIsExpired​(boolean IsExpired)
        Set Expired.
        Specified by:
        setIsExpired in interface I_AD_AllUsers_V
        Parameters:
        IsExpired - Expired
      • isExpired

        public boolean isExpired()
        Get Expired.
        Specified by:
        isExpired in interface I_AD_AllUsers_V
        Returns:
        Expired
      • setIsLocked

        public void setIsLocked​(boolean IsLocked)
        Set Locked.
        Specified by:
        setIsLocked in interface I_AD_AllUsers_V
        Parameters:
        IsLocked - Locked
      • isLocked

        public boolean isLocked()
        Get Locked.
        Specified by:
        isLocked in interface I_AD_AllUsers_V
        Returns:
        Locked
      • setIsNoExpire

        public void setIsNoExpire​(boolean IsNoExpire)
        Set No Expire.
        Specified by:
        setIsNoExpire in interface I_AD_AllUsers_V
        Parameters:
        IsNoExpire - No Expire
      • isNoExpire

        public boolean isNoExpire()
        Get No Expire.
        Specified by:
        isNoExpire in interface I_AD_AllUsers_V
        Returns:
        No Expire
      • setIsNoPasswordReset

        public void setIsNoPasswordReset​(boolean IsNoPasswordReset)
        Set No Password Reset.
        Specified by:
        setIsNoPasswordReset in interface I_AD_AllUsers_V
        Parameters:
        IsNoPasswordReset - No Password Reset
      • isNoPasswordReset

        public boolean isNoPasswordReset()
        Get No Password Reset.
        Specified by:
        isNoPasswordReset in interface I_AD_AllUsers_V
        Returns:
        No Password Reset
      • setIsSupportUser

        public void setIsSupportUser​(boolean IsSupportUser)
        Set Support User.
        Specified by:
        setIsSupportUser in interface I_AD_AllUsers_V
        Parameters:
        IsSupportUser - Support User
      • isSupportUser

        public boolean isSupportUser()
        Get Support User.
        Specified by:
        isSupportUser in interface I_AD_AllUsers_V
        Returns:
        Support User
      • setLDAPUser

        public void setLDAPUser​(String LDAPUser)
        Set LDAP User Name.
        Specified by:
        setLDAPUser in interface I_AD_AllUsers_V
        Parameters:
        LDAPUser - User Name used for authorization via LDAP (directory) services
      • getLDAPUser

        public String getLDAPUser()
        Get LDAP User Name.
        Specified by:
        getLDAPUser in interface I_AD_AllUsers_V
        Returns:
        User Name used for authorization via LDAP (directory) services
      • setName

        public void setName​(String Name)
        Set Name.
        Specified by:
        setName in interface I_AD_AllUsers_V
        Parameters:
        Name - Alphanumeric identifier of the entity
      • getName

        public String getName()
        Get Name.
        Specified by:
        getName in interface I_AD_AllUsers_V
        Returns:
        Alphanumeric identifier of the entity
      • setPassword

        public void setPassword​(String Password)
        Set Password.
        Specified by:
        setPassword in interface I_AD_AllUsers_V
        Parameters:
        Password - Password of any length (case sensitive)
      • getPassword

        public String getPassword()
        Get Password.
        Specified by:
        getPassword in interface I_AD_AllUsers_V
        Returns:
        Password of any length (case sensitive)
      • setSalt

        public void setSalt​(String Salt)
        Set Salt.
        Specified by:
        setSalt in interface I_AD_AllUsers_V
        Parameters:
        Salt - Random data added to improve password hash effectiveness
      • getSalt

        public String getSalt()
        Get Salt.
        Specified by:
        getSalt in interface I_AD_AllUsers_V
        Returns:
        Random data added to improve password hash effectiveness
      • setUserPIN

        public void setUserPIN​(String UserPIN)
        Set User PIN.
        Specified by:
        setUserPIN in interface I_AD_AllUsers_V
        Parameters:
        UserPIN - User PIN
      • setValue

        public void setValue​(String Value)
        Set Search Key.
        Specified by:
        setValue in interface I_AD_AllUsers_V
        Parameters:
        Value - Search key for the record in the format required - must be unique
      • getValue

        public String getValue()
        Get Search Key.
        Specified by:
        getValue in interface I_AD_AllUsers_V
        Returns:
        Search key for the record in the format required - must be unique