Package org.compiere.model
Interface I_PA_DashboardPreference
-
- All Known Implementing Classes:
MDashboardPreference,X_PA_DashboardPreference
public interface I_PA_DashboardPreferenceGenerated Interface for PA_DashboardPreference- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Role_IDColumn name AD_Role_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_ColumnNoColumn name ColumnNostatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsCollapsedByDefaultColumn name IsCollapsedByDefaultstatic StringCOLUMNNAME_IsShowInDashboardColumn name IsShowInDashboardstatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_PA_DashboardContent_IDColumn name PA_DashboardContent_IDstatic StringCOLUMNNAME_PA_DashboardPreference_IDColumn name PA_DashboardPreference_IDstatic StringCOLUMNNAME_PA_DashboardPreference_UUColumn name PA_DashboardPreference_UUstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=200013static StringTable_NameTableName=PA_DashboardPreference
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_RolegetAD_Role()intgetAD_Role_ID()Get Role.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.intgetColumnNo()Get Column No.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.BigDecimalgetLine()Get Line No.I_PA_DashboardContentgetPA_DashboardContent()intgetPA_DashboardContent_ID()Get Dashboard ContentintgetPA_DashboardPreference_ID()Get Dashboard PreferenceStringgetPA_DashboardPreference_UU()Get PA_DashboardPreference_UUTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisCollapsedByDefault()Get Collapsed By Default.booleanisShowInDashboard()Get Show in Dashboard.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Role_ID(int AD_Role_ID)Set Role.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetColumnNo(int ColumnNo)Set Column No.voidsetIsActive(boolean IsActive)Set Active.voidsetIsCollapsedByDefault(boolean IsCollapsedByDefault)Set Collapsed By Default.voidsetIsShowInDashboard(boolean IsShowInDashboard)Set Show in Dashboard.voidsetLine(BigDecimal Line)Set Line No.voidsetPA_DashboardContent_ID(int PA_DashboardContent_ID)Set Dashboard ContentvoidsetPA_DashboardPreference_ID(int PA_DashboardPreference_ID)Set Dashboard PreferencevoidsetPA_DashboardPreference_UU(String PA_DashboardPreference_UU)Set PA_DashboardPreference_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PA_DashboardPreference- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200013- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
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_Role_ID
static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_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_ColumnNo
static final String COLUMNNAME_ColumnNo
Column name ColumnNo- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCollapsedByDefault
static final String COLUMNNAME_IsCollapsedByDefault
Column name IsCollapsedByDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowInDashboard
static final String COLUMNNAME_IsShowInDashboard
Column name IsShowInDashboard- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_PA_DashboardContent_ID
static final String COLUMNNAME_PA_DashboardContent_ID
Column name PA_DashboardContent_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_DashboardPreference_ID
static final String COLUMNNAME_PA_DashboardPreference_ID
Column name PA_DashboardPreference_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_DashboardPreference_UU
static final String COLUMNNAME_PA_DashboardPreference_UU
Column name PA_DashboardPreference_UU- 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
-
-
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_Role_ID
void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role
-
getAD_Role_ID
int getAD_Role_ID()
Get Role. Responsibility Role
-
getAD_Role
I_AD_Role getAD_Role() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setColumnNo
void setColumnNo(int ColumnNo)
Set Column No. Dashboard content column number
-
getColumnNo
int getColumnNo()
Get Column No. Dashboard content column number
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setIsCollapsedByDefault
void setIsCollapsedByDefault(boolean IsCollapsedByDefault)
Set Collapsed By Default. Flag to set the initial state of collapsible field group.
-
isCollapsedByDefault
boolean isCollapsedByDefault()
Get Collapsed By Default. Flag to set the initial state of collapsible field group.
-
setIsShowInDashboard
void setIsShowInDashboard(boolean IsShowInDashboard)
Set Show in Dashboard. Show the dashlet in the dashboard
-
isShowInDashboard
boolean isShowInDashboard()
Get Show in Dashboard. Show the dashlet in the dashboard
-
setLine
void setLine(BigDecimal Line)
Set Line No. Unique line for this document
-
getLine
BigDecimal getLine()
Get Line No. Unique line for this document
-
setPA_DashboardContent_ID
void setPA_DashboardContent_ID(int PA_DashboardContent_ID)
Set Dashboard Content
-
getPA_DashboardContent_ID
int getPA_DashboardContent_ID()
Get Dashboard Content
-
getPA_DashboardContent
I_PA_DashboardContent getPA_DashboardContent() throws RuntimeException
- Throws:
RuntimeException
-
setPA_DashboardPreference_ID
void setPA_DashboardPreference_ID(int PA_DashboardPreference_ID)
Set Dashboard Preference
-
getPA_DashboardPreference_ID
int getPA_DashboardPreference_ID()
Get Dashboard Preference
-
setPA_DashboardPreference_UU
void setPA_DashboardPreference_UU(String PA_DashboardPreference_UU)
Set PA_DashboardPreference_UU
-
getPA_DashboardPreference_UU
String getPA_DashboardPreference_UU()
Get PA_DashboardPreference_UU
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-