Package org.compiere.model
Interface I_AD_UserPreference
-
- All Known Implementing Classes:
MUserPreference
,X_AD_UserPreference
public interface I_AD_UserPreference
Generated Interface for AD_UserPreference- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_AD_UserPreference_ID
Column name AD_UserPreference_IDstatic String
COLUMNNAME_AD_UserPreference_UU
Column name AD_UserPreference_UUstatic String
COLUMNNAME_AutoCommit
Column name AutoCommitstatic String
COLUMNNAME_AutomaticDecimalPlacesForAmoun
Column name AutomaticDecimalPlacesForAmounstatic String
COLUMNNAME_AutoNew
Column name AutoNewstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_GridAfterFindThreshold
Column name GridAfterFindThresholdstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDetailedZoomAcross
Column name IsDetailedZoomAcrossstatic String
COLUMNNAME_IsUseSimilarTo
Column name IsUseSimilarTostatic String
COLUMNNAME_MigrationScriptComment
Column name MigrationScriptCommentstatic String
COLUMNNAME_ToggleOnDoubleClick
Column name ToggleOnDoubleClickstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_ViewFindResult
Column name ViewFindResultstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200174static String
Table_Name
TableName=AD_UserPreference
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.int
getAD_UserPreference_ID()
Get AD_UserPreference_IDString
getAD_UserPreference_UU()
Get AD_UserPreference_UUint
getAutomaticDecimalPlacesForAmoun()
Get Automatic Decimal Places For Amounts.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getGridAfterFindThreshold()
Get Threshold.String
getMigrationScriptComment()
Get Migration Script CommentTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getViewFindResult()
Get View find result.boolean
isActive()
Get Active.boolean
isAutoCommit()
Get Automatic Commitboolean
isAutoNew()
Get Automatic New Recordboolean
isDetailedZoomAcross()
Get Detailed Zoom Acrossboolean
isToggleOnDoubleClick()
Get Toggle on Double Click.boolean
isUseSimilarTo()
Get Use Similar Tovoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setAD_UserPreference_ID(int AD_UserPreference_ID)
Set AD_UserPreference_IDvoid
setAD_UserPreference_UU(String AD_UserPreference_UU)
Set AD_UserPreference_UUvoid
setAutoCommit(boolean AutoCommit)
Set Automatic Commitvoid
setAutomaticDecimalPlacesForAmoun(int AutomaticDecimalPlacesForAmoun)
Set Automatic Decimal Places For Amounts.void
setAutoNew(boolean AutoNew)
Set Automatic New Recordvoid
setGridAfterFindThreshold(int GridAfterFindThreshold)
Set Threshold.void
setIsActive(boolean IsActive)
Set Active.void
setIsDetailedZoomAcross(boolean IsDetailedZoomAcross)
Set Detailed Zoom Acrossvoid
setIsUseSimilarTo(boolean IsUseSimilarTo)
Set Use Similar Tovoid
setMigrationScriptComment(String MigrationScriptComment)
Set Migration Script Commentvoid
setToggleOnDoubleClick(boolean ToggleOnDoubleClick)
Set Toggle on Double Click.void
setViewFindResult(String ViewFindResult)
Set View find result.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_UserPreference- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200174- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
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_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserPreference_ID
static final String COLUMNNAME_AD_UserPreference_ID
Column name AD_UserPreference_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserPreference_UU
static final String COLUMNNAME_AD_UserPreference_UU
Column name AD_UserPreference_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AutoCommit
static final String COLUMNNAME_AutoCommit
Column name AutoCommit- See Also:
- Constant Field Values
-
COLUMNNAME_AutomaticDecimalPlacesForAmoun
static final String COLUMNNAME_AutomaticDecimalPlacesForAmoun
Column name AutomaticDecimalPlacesForAmoun- See Also:
- Constant Field Values
-
COLUMNNAME_AutoNew
static final String COLUMNNAME_AutoNew
Column name AutoNew- 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_GridAfterFindThreshold
static final String COLUMNNAME_GridAfterFindThreshold
Column name GridAfterFindThreshold- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDetailedZoomAcross
static final String COLUMNNAME_IsDetailedZoomAcross
Column name IsDetailedZoomAcross- See Also:
- Constant Field Values
-
COLUMNNAME_IsUseSimilarTo
static final String COLUMNNAME_IsUseSimilarTo
Column name IsUseSimilarTo- See Also:
- Constant Field Values
-
COLUMNNAME_MigrationScriptComment
static final String COLUMNNAME_MigrationScriptComment
Column name MigrationScriptComment- See Also:
- Constant Field Values
-
COLUMNNAME_ToggleOnDoubleClick
static final String COLUMNNAME_ToggleOnDoubleClick
Column name ToggleOnDoubleClick- 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_ViewFindResult
static final String COLUMNNAME_ViewFindResult
Column name ViewFindResult- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAD_UserPreference_ID
void setAD_UserPreference_ID(int AD_UserPreference_ID)
Set AD_UserPreference_ID
-
getAD_UserPreference_ID
int getAD_UserPreference_ID()
Get AD_UserPreference_ID
-
setAD_UserPreference_UU
void setAD_UserPreference_UU(String AD_UserPreference_UU)
Set AD_UserPreference_UU
-
getAD_UserPreference_UU
String getAD_UserPreference_UU()
Get AD_UserPreference_UU
-
setAutoCommit
void setAutoCommit(boolean AutoCommit)
Set Automatic Commit
-
isAutoCommit
boolean isAutoCommit()
Get Automatic Commit
-
setAutomaticDecimalPlacesForAmoun
void setAutomaticDecimalPlacesForAmoun(int AutomaticDecimalPlacesForAmoun)
Set Automatic Decimal Places For Amounts. Automatically insert a decimal point
-
getAutomaticDecimalPlacesForAmoun
int getAutomaticDecimalPlacesForAmoun()
Get Automatic Decimal Places For Amounts. Automatically insert a decimal point
-
setAutoNew
void setAutoNew(boolean AutoNew)
Set Automatic New Record
-
isAutoNew
boolean isAutoNew()
Get Automatic New Record
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setGridAfterFindThreshold
void setGridAfterFindThreshold(int GridAfterFindThreshold)
Set Threshold. Force grid view when Find panel closes if number of records exceed threshold
-
getGridAfterFindThreshold
int getGridAfterFindThreshold()
Get Threshold. Force grid view when Find panel closes if number of records exceed threshold
-
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
-
setIsDetailedZoomAcross
void setIsDetailedZoomAcross(boolean IsDetailedZoomAcross)
Set Detailed Zoom Across
-
isDetailedZoomAcross
boolean isDetailedZoomAcross()
Get Detailed Zoom Across
-
setIsUseSimilarTo
void setIsUseSimilarTo(boolean IsUseSimilarTo)
Set Use Similar To
-
isUseSimilarTo
boolean isUseSimilarTo()
Get Use Similar To
-
setMigrationScriptComment
void setMigrationScriptComment(String MigrationScriptComment)
Set Migration Script Comment
-
getMigrationScriptComment
String getMigrationScriptComment()
Get Migration Script Comment
-
setToggleOnDoubleClick
void setToggleOnDoubleClick(boolean ToggleOnDoubleClick)
Set Toggle on Double Click. Defines if double click in a field on grid mode switch to form view
-
isToggleOnDoubleClick
boolean isToggleOnDoubleClick()
Get Toggle on Double Click. Defines if double click in a field on grid mode switch to form view
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setViewFindResult
void setViewFindResult(String ViewFindResult)
Set View find result. Does the system must switch to grid mode after the Find panel closes
-
getViewFindResult
String getViewFindResult()
Get View find result. Does the system must switch to grid mode after the Find panel closes
-
-