Package org.compiere.model
Interface I_PA_DashboardContent
-
- All Known Implementing Classes:
MDashboardContent,X_PA_DashboardContent
public interface I_PA_DashboardContentGenerated Interface for PA_DashboardContent- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Chart_IDColumn name AD_Chart_IDstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Role_IDColumn name AD_Role_IDstatic StringCOLUMNNAME_AD_User_IDColumn name AD_User_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_ColumnNoColumn name ColumnNostatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_GoalDisplayColumn name GoalDisplaystatic StringCOLUMNNAME_HTMLColumn name HTMLstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsCollapsedByDefaultColumn name IsCollapsedByDefaultstatic StringCOLUMNNAME_IsCollapsibleColumn name IsCollapsiblestatic StringCOLUMNNAME_IsEmbedReportContentColumn name IsEmbedReportContentstatic StringCOLUMNNAME_IsShowInDashboardColumn name IsShowInDashboardstatic StringCOLUMNNAME_IsShowinLoginColumn name IsShowinLoginstatic StringCOLUMNNAME_LineColumn name Linestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PA_DashboardContent_IDColumn name PA_DashboardContent_IDstatic StringCOLUMNNAME_PA_DashboardContent_UUColumn name PA_DashboardContent_UUstatic StringCOLUMNNAME_PA_Goal_IDColumn name PA_Goal_IDstatic StringCOLUMNNAME_ProcessParametersColumn name ProcessParametersstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ZulFilePathColumn name ZulFilePathstatic KeyNamePairModelstatic intTable_IDAD_Table_ID=50010static StringTable_NameTableName=PA_DashboardContent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_ChartgetAD_Chart()intgetAD_Chart_ID()Get ChartintgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.I_AD_RolegetAD_Role()intgetAD_Role_ID()Get Role.I_AD_UsergetAD_User()intgetAD_User_ID()Get User/Contact.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.intgetColumnNo()Get Column No.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetGoalDisplay()Get Goal Display.StringgetHTML()Get HTMLBigDecimalgetLine()Get Line No.StringgetName()Get Name.intgetPA_DashboardContent_ID()Get Dashboard ContentStringgetPA_DashboardContent_UU()Get PA_DashboardContent_UUI_PA_GoalgetPA_Goal()intgetPA_Goal_ID()Get Goal.StringgetProcessParameters()Get Process Parameters.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetZulFilePath()Get Gadget URI.booleanisActive()Get Active.booleanisCollapsedByDefault()Get Collapsed By Default.booleanisCollapsible()Get Collapsible.booleanisEmbedReportContent()Get Embed Report Content.booleanisShowInDashboard()Get Show in Dashboard.booleanisShowinLogin()Get Show on LoginvoidsetAD_Chart_ID(int AD_Chart_ID)Set ChartvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Role_ID(int AD_Role_ID)Set Role.voidsetAD_User_ID(int AD_User_ID)Set User/Contact.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetColumnNo(int ColumnNo)Set Column No.voidsetDescription(String Description)Set Description.voidsetGoalDisplay(String GoalDisplay)Set Goal Display.voidsetHTML(String HTML)Set HTMLvoidsetIsActive(boolean IsActive)Set Active.voidsetIsCollapsedByDefault(boolean IsCollapsedByDefault)Set Collapsed By Default.voidsetIsCollapsible(boolean IsCollapsible)Set Collapsible.voidsetIsEmbedReportContent(boolean IsEmbedReportContent)Set Embed Report Content.voidsetIsShowInDashboard(boolean IsShowInDashboard)Set Show in Dashboard.voidsetIsShowinLogin(boolean IsShowinLogin)Set Show on LoginvoidsetLine(BigDecimal Line)Set Line No.voidsetName(String Name)Set Name.voidsetPA_DashboardContent_ID(int PA_DashboardContent_ID)Set Dashboard ContentvoidsetPA_DashboardContent_UU(String PA_DashboardContent_UU)Set PA_DashboardContent_UUvoidsetPA_Goal_ID(int PA_Goal_ID)Set Goal.voidsetProcessParameters(String ProcessParameters)Set Process Parameters.voidsetZulFilePath(String ZulFilePath)Set Gadget URI.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PA_DashboardContent- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=50010- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Chart_ID
static final String COLUMNNAME_AD_Chart_ID
Column name AD_Chart_ID- 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_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_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_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_GoalDisplay
static final String COLUMNNAME_GoalDisplay
Column name GoalDisplay- See Also:
- Constant Field Values
-
COLUMNNAME_HTML
static final String COLUMNNAME_HTML
Column name HTML- 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_IsCollapsible
static final String COLUMNNAME_IsCollapsible
Column name IsCollapsible- See Also:
- Constant Field Values
-
COLUMNNAME_IsEmbedReportContent
static final String COLUMNNAME_IsEmbedReportContent
Column name IsEmbedReportContent- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowInDashboard
static final String COLUMNNAME_IsShowInDashboard
Column name IsShowInDashboard- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowinLogin
static final String COLUMNNAME_IsShowinLogin
Column name IsShowinLogin- See Also:
- Constant Field Values
-
COLUMNNAME_Line
static final String COLUMNNAME_Line
Column name Line- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- 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_DashboardContent_UU
static final String COLUMNNAME_PA_DashboardContent_UU
Column name PA_DashboardContent_UU- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Goal_ID
static final String COLUMNNAME_PA_Goal_ID
Column name PA_Goal_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ProcessParameters
static final String COLUMNNAME_ProcessParameters
Column name ProcessParameters- 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_ZulFilePath
static final String COLUMNNAME_ZulFilePath
Column name ZulFilePath- See Also:
- Constant Field Values
-
-
Method Detail
-
setAD_Chart_ID
void setAD_Chart_ID(int AD_Chart_ID)
Set Chart
-
getAD_Chart_ID
int getAD_Chart_ID()
Get Chart
-
getAD_Chart
I_AD_Chart getAD_Chart() throws RuntimeException
- Throws:
RuntimeException
-
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_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() 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
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setGoalDisplay
void setGoalDisplay(String GoalDisplay)
Set Goal Display. Type of goal display on dashboard
-
getGoalDisplay
String getGoalDisplay()
Get Goal Display. Type of goal display on dashboard
-
setHTML
void setHTML(String HTML)
Set HTML
-
getHTML
String getHTML()
Get HTML
-
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.
-
setIsCollapsible
void setIsCollapsible(boolean IsCollapsible)
Set Collapsible. Flag to indicate the state of the dashboard panel
-
isCollapsible
boolean isCollapsible()
Get Collapsible. Flag to indicate the state of the dashboard panel
-
setIsEmbedReportContent
void setIsEmbedReportContent(boolean IsEmbedReportContent)
Set Embed Report Content. Embed report content into dashboard
-
isEmbedReportContent
boolean isEmbedReportContent()
Get Embed Report Content. Embed report content into dashboard
-
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
-
setIsShowinLogin
void setIsShowinLogin(boolean IsShowinLogin)
Set Show on Login
-
isShowinLogin
boolean isShowinLogin()
Get Show on Login
-
setLine
void setLine(BigDecimal Line)
Set Line No. Unique line for this document
-
getLine
BigDecimal getLine()
Get Line No. Unique line for this document
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPA_DashboardContent_ID
void setPA_DashboardContent_ID(int PA_DashboardContent_ID)
Set Dashboard Content
-
getPA_DashboardContent_ID
int getPA_DashboardContent_ID()
Get Dashboard Content
-
setPA_DashboardContent_UU
void setPA_DashboardContent_UU(String PA_DashboardContent_UU)
Set PA_DashboardContent_UU
-
getPA_DashboardContent_UU
String getPA_DashboardContent_UU()
Get PA_DashboardContent_UU
-
setPA_Goal_ID
void setPA_Goal_ID(int PA_Goal_ID)
Set Goal. Performance Goal
-
getPA_Goal_ID
int getPA_Goal_ID()
Get Goal. Performance Goal
-
getPA_Goal
I_PA_Goal getPA_Goal() throws RuntimeException
- Throws:
RuntimeException
-
setProcessParameters
void setProcessParameters(String ProcessParameters)
Set Process Parameters. Comma separated process parameter list
-
getProcessParameters
String getProcessParameters()
Get Process Parameters. Comma separated process parameter list
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setZulFilePath
void setZulFilePath(String ZulFilePath)
Set Gadget URI. URI for Dashboard Gadget
-
getZulFilePath
String getZulFilePath()
Get Gadget URI. URI for Dashboard Gadget
-
-