Package org.compiere.model
Interface I_PA_DashboardPreference
-
- All Known Implementing Classes:
MDashboardPreference
,X_PA_DashboardPreference
public interface I_PA_DashboardPreference
Generated Interface for PA_DashboardPreference- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Role_ID
Column name AD_Role_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_ColumnNo
Column name ColumnNostatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCollapsedByDefault
Column name IsCollapsedByDefaultstatic String
COLUMNNAME_IsShowInDashboard
Column name IsShowInDashboardstatic String
COLUMNNAME_Line
Column name Linestatic String
COLUMNNAME_PA_DashboardContent_ID
Column name PA_DashboardContent_IDstatic String
COLUMNNAME_PA_DashboardPreference_ID
Column name PA_DashboardPreference_IDstatic String
COLUMNNAME_PA_DashboardPreference_UU
Column name PA_DashboardPreference_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200013static String
Table_Name
TableName=PA_DashboardPreference
-
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_Role
getAD_Role()
int
getAD_Role_ID()
Get Role.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.int
getColumnNo()
Get Column No.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getLine()
Get Line No.I_PA_DashboardContent
getPA_DashboardContent()
int
getPA_DashboardContent_ID()
Get Dashboard Contentint
getPA_DashboardPreference_ID()
Get Dashboard PreferenceString
getPA_DashboardPreference_UU()
Get PA_DashboardPreference_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isCollapsedByDefault()
Get Collapsed By Default.boolean
isShowInDashboard()
Get Show in Dashboard.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Role_ID(int AD_Role_ID)
Set Role.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setColumnNo(int ColumnNo)
Set Column No.void
setIsActive(boolean IsActive)
Set Active.void
setIsCollapsedByDefault(boolean IsCollapsedByDefault)
Set Collapsed By Default.void
setIsShowInDashboard(boolean IsShowInDashboard)
Set Show in Dashboard.void
setLine(BigDecimal Line)
Set Line No.void
setPA_DashboardContent_ID(int PA_DashboardContent_ID)
Set Dashboard Contentvoid
setPA_DashboardPreference_ID(int PA_DashboardPreference_ID)
Set Dashboard Preferencevoid
setPA_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
-
-