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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Role_IDstatic final String
Column name AD_User_IDstatic final String
Column name ColumnNostatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name FlexGrowstatic final String
Column name IsActivestatic final String
Column name IsCollapsedByDefaultstatic final String
Column name IsShowInDashboardstatic final String
Column name Linestatic final String
Column name PA_DashboardContent_IDstatic final String
Column name PA_DashboardPreference_IDstatic final String
Column name PA_DashboardPreference_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200013static final String
TableName=PA_DashboardPreference -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Role.int
Get User/Contact.int
Get Column No.Get Created.int
Get Created By.int
Get Flex Grow.getLine()
Get Line No.int
Get Dashboard Contentint
Get Dashboard PreferenceGet PA_DashboardPreference_UUGet Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Collapsed By Default.boolean
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
setFlexGrow
(int FlexGrow) Set Flex Grow.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 Details
-
Table_Name
TableName=PA_DashboardPreference- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200013- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Role_ID
Column name AD_Role_ID- See Also:
-
COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
-
COLUMNNAME_ColumnNo
Column name ColumnNo- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_FlexGrow
Column name FlexGrow- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsCollapsedByDefault
Column name IsCollapsedByDefault- See Also:
-
COLUMNNAME_IsShowInDashboard
Column name IsShowInDashboard- See Also:
-
COLUMNNAME_Line
Column name Line- See Also:
-
COLUMNNAME_PA_DashboardContent_ID
Column name PA_DashboardContent_ID- See Also:
-
COLUMNNAME_PA_DashboardPreference_ID
Column name PA_DashboardPreference_ID- See Also:
-
COLUMNNAME_PA_DashboardPreference_UU
Column name PA_DashboardPreference_UU- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
- 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
- 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 -
setFlexGrow
void setFlexGrow(int FlexGrow) Set Flex Grow. This defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up. -
getFlexGrow
int getFlexGrow()Get Flex Grow. This defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up. -
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
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
- 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
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
-