Package org.compiere.model
Interface I_AD_AllUsers_V
-
- All Known Implementing Classes:
X_AD_AllUsers_V
public interface I_AD_AllUsers_V
Generated Interface for AD_AllUsers_V- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_AllClients_V_ID
Column name AD_AllClients_V_IDstatic String
COLUMNNAME_AD_AllUsers_V_ID
Column name AD_AllUsers_V_IDstatic String
COLUMNNAME_AD_AllUsers_V_UU
Column name AD_AllUsers_V_UUstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateAccountLocked
Column name DateAccountLockedstatic String
COLUMNNAME_DateLastLogin
Column name DateLastLoginstatic String
COLUMNNAME_DatePasswordChanged
Column name DatePasswordChangedstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EMail
Column name EMailstatic String
COLUMNNAME_FailedLoginCount
Column name FailedLoginCountstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsExpired
Column name IsExpiredstatic String
COLUMNNAME_IsLocked
Column name IsLockedstatic String
COLUMNNAME_IsNoExpire
Column name IsNoExpirestatic String
COLUMNNAME_IsNoPasswordReset
Column name IsNoPasswordResetstatic String
COLUMNNAME_IsSupportUser
Column name IsSupportUserstatic String
COLUMNNAME_LDAPUser
Column name LDAPUserstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Password
Column name Passwordstatic String
COLUMNNAME_Salt
Column name Saltstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_UserPIN
Column name UserPINstatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200224static String
Table_Name
TableName=AD_AllUsers_V
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_AllClients_V
getAD_AllClients_V()
int
getAD_AllClients_V_ID()
Get Client (All)int
getAD_AllUsers_V_ID()
Get User (All)String
getAD_AllUsers_V_UU()
Get AD_AllUsers_V_UUint
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateAccountLocked()
Get Date Account LockedTimestamp
getDateLastLogin()
Get Date Last LoginTimestamp
getDatePasswordChanged()
Get Date Password ChangedString
getDescription()
Get Description.String
getEMail()
Get EMail Address.int
getFailedLoginCount()
Get Failed Login CountString
getLDAPUser()
Get LDAP User Name.String
getName()
Get Name.String
getPassword()
Get Password.String
getSalt()
Get Salt.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getUserPIN()
Get User PINString
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isExpired()
Get Expiredboolean
isLocked()
Get Lockedboolean
isNoExpire()
Get No Expireboolean
isNoPasswordReset()
Get No Password Resetboolean
isSupportUser()
Get Support Uservoid
setAD_AllClients_V_ID(int AD_AllClients_V_ID)
Set Client (All)void
setAD_AllUsers_V_ID(int AD_AllUsers_V_ID)
Set User (All)void
setAD_AllUsers_V_UU(String AD_AllUsers_V_UU)
Set AD_AllUsers_V_UUvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setDateAccountLocked(Timestamp DateAccountLocked)
Set Date Account Lockedvoid
setDateLastLogin(Timestamp DateLastLogin)
Set Date Last Loginvoid
setDatePasswordChanged(Timestamp DatePasswordChanged)
Set Date Password Changedvoid
setDescription(String Description)
Set Description.void
setEMail(String EMail)
Set EMail Address.void
setFailedLoginCount(int FailedLoginCount)
Set Failed Login Countvoid
setIsActive(boolean IsActive)
Set Active.void
setIsExpired(boolean IsExpired)
Set Expiredvoid
setIsLocked(boolean IsLocked)
Set Lockedvoid
setIsNoExpire(boolean IsNoExpire)
Set No Expirevoid
setIsNoPasswordReset(boolean IsNoPasswordReset)
Set No Password Resetvoid
setIsSupportUser(boolean IsSupportUser)
Set Support Uservoid
setLDAPUser(String LDAPUser)
Set LDAP User Name.void
setName(String Name)
Set Name.void
setPassword(String Password)
Set Password.void
setSalt(String Salt)
Set Salt.void
setUserPIN(String UserPIN)
Set User PINvoid
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_AllUsers_V- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200224- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_AllClients_V_ID
static final String COLUMNNAME_AD_AllClients_V_ID
Column name AD_AllClients_V_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AllUsers_V_ID
static final String COLUMNNAME_AD_AllUsers_V_ID
Column name AD_AllUsers_V_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AllUsers_V_UU
static final String COLUMNNAME_AD_AllUsers_V_UU
Column name AD_AllUsers_V_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DateAccountLocked
static final String COLUMNNAME_DateAccountLocked
Column name DateAccountLocked- See Also:
- Constant Field Values
-
COLUMNNAME_DateLastLogin
static final String COLUMNNAME_DateLastLogin
Column name DateLastLogin- See Also:
- Constant Field Values
-
COLUMNNAME_DatePasswordChanged
static final String COLUMNNAME_DatePasswordChanged
Column name DatePasswordChanged- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EMail
static final String COLUMNNAME_EMail
Column name EMail- See Also:
- Constant Field Values
-
COLUMNNAME_FailedLoginCount
static final String COLUMNNAME_FailedLoginCount
Column name FailedLoginCount- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsExpired
static final String COLUMNNAME_IsExpired
Column name IsExpired- See Also:
- Constant Field Values
-
COLUMNNAME_IsLocked
static final String COLUMNNAME_IsLocked
Column name IsLocked- See Also:
- Constant Field Values
-
COLUMNNAME_IsNoExpire
static final String COLUMNNAME_IsNoExpire
Column name IsNoExpire- See Also:
- Constant Field Values
-
COLUMNNAME_IsNoPasswordReset
static final String COLUMNNAME_IsNoPasswordReset
Column name IsNoPasswordReset- See Also:
- Constant Field Values
-
COLUMNNAME_IsSupportUser
static final String COLUMNNAME_IsSupportUser
Column name IsSupportUser- See Also:
- Constant Field Values
-
COLUMNNAME_LDAPUser
static final String COLUMNNAME_LDAPUser
Column name LDAPUser- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Password
static final String COLUMNNAME_Password
Column name Password- See Also:
- Constant Field Values
-
COLUMNNAME_Salt
static final String COLUMNNAME_Salt
Column name Salt- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_UserPIN
static final String COLUMNNAME_UserPIN
Column name UserPIN- See Also:
- Constant Field Values
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
setAD_AllClients_V_ID
void setAD_AllClients_V_ID(int AD_AllClients_V_ID)
Set Client (All)
-
getAD_AllClients_V_ID
int getAD_AllClients_V_ID()
Get Client (All)
-
getAD_AllClients_V
I_AD_AllClients_V getAD_AllClients_V() throws RuntimeException
- Throws:
RuntimeException
-
setAD_AllUsers_V_ID
void setAD_AllUsers_V_ID(int AD_AllUsers_V_ID)
Set User (All)
-
getAD_AllUsers_V_ID
int getAD_AllUsers_V_ID()
Get User (All)
-
setAD_AllUsers_V_UU
void setAD_AllUsers_V_UU(String AD_AllUsers_V_UU)
Set AD_AllUsers_V_UU
-
getAD_AllUsers_V_UU
String getAD_AllUsers_V_UU()
Get AD_AllUsers_V_UU
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateAccountLocked
void setDateAccountLocked(Timestamp DateAccountLocked)
Set Date Account Locked
-
getDateAccountLocked
Timestamp getDateAccountLocked()
Get Date Account Locked
-
setDateLastLogin
void setDateLastLogin(Timestamp DateLastLogin)
Set Date Last Login
-
getDateLastLogin
Timestamp getDateLastLogin()
Get Date Last Login
-
setDatePasswordChanged
void setDatePasswordChanged(Timestamp DatePasswordChanged)
Set Date Password Changed
-
getDatePasswordChanged
Timestamp getDatePasswordChanged()
Get Date Password Changed
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setEMail
void setEMail(String EMail)
Set EMail Address. Electronic Mail Address
-
getEMail
String getEMail()
Get EMail Address. Electronic Mail Address
-
setFailedLoginCount
void setFailedLoginCount(int FailedLoginCount)
Set Failed Login Count
-
getFailedLoginCount
int getFailedLoginCount()
Get Failed Login Count
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsExpired
void setIsExpired(boolean IsExpired)
Set Expired
-
isExpired
boolean isExpired()
Get Expired
-
setIsLocked
void setIsLocked(boolean IsLocked)
Set Locked
-
isLocked
boolean isLocked()
Get Locked
-
setIsNoExpire
void setIsNoExpire(boolean IsNoExpire)
Set No Expire
-
isNoExpire
boolean isNoExpire()
Get No Expire
-
setIsNoPasswordReset
void setIsNoPasswordReset(boolean IsNoPasswordReset)
Set No Password Reset
-
isNoPasswordReset
boolean isNoPasswordReset()
Get No Password Reset
-
setIsSupportUser
void setIsSupportUser(boolean IsSupportUser)
Set Support User
-
isSupportUser
boolean isSupportUser()
Get Support User
-
setLDAPUser
void setLDAPUser(String LDAPUser)
Set LDAP User Name. User Name used for authorization via LDAP (directory) services
-
getLDAPUser
String getLDAPUser()
Get LDAP User Name. User Name used for authorization via LDAP (directory) services
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPassword
void setPassword(String Password)
Set Password. Password of any length (case sensitive)
-
getPassword
String getPassword()
Get Password. Password of any length (case sensitive)
-
setSalt
void setSalt(String Salt)
Set Salt. Random data added to improve password hash effectiveness
-
getSalt
String getSalt()
Get Salt. Random data added to improve password hash effectiveness
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setUserPIN
void setUserPIN(String UserPIN)
Set User PIN
-
getUserPIN
String getUserPIN()
Get User PIN
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-