Package org.compiere.model
Interface I_AD_Process
-
- All Known Implementing Classes:
MProcess
,X_AD_Process
public interface I_AD_Process
Generated Interface for AD_Process- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AccessLevel
Column name AccessLevelstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_CtxHelp_ID
Column name AD_CtxHelp_IDstatic String
COLUMNNAME_AD_Form_ID
Column name AD_Form_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_IDstatic String
COLUMNNAME_AD_Process_ID
Column name AD_Process_IDstatic String
COLUMNNAME_AD_Process_UU
Column name AD_Process_UUstatic String
COLUMNNAME_AD_ReportView_ID
Column name AD_ReportView_IDstatic String
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_IDstatic String
COLUMNNAME_AllowMultipleExecution
Column name AllowMultipleExecutionstatic String
COLUMNNAME_Classname
Column name Classnamestatic String
COLUMNNAME_CopyFromProcess
Column name CopyFromProcessstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_ExecutionType
Column name ExecutionTypestatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsBetaFunctionality
Column name IsBetaFunctionalitystatic String
COLUMNNAME_IsDirectPrint
Column name IsDirectPrintstatic String
COLUMNNAME_IsReport
Column name IsReportstatic String
COLUMNNAME_JasperReport
Column name JasperReportstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_ProcedureName
Column name ProcedureNamestatic String
COLUMNNAME_ShowHelp
Column name ShowHelpstatic String
COLUMNNAME_Statistic_Count
Column name Statistic_Countstatic String
COLUMNNAME_Statistic_Seconds
Column name Statistic_Secondsstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic String
COLUMNNAME_WorkflowValue
Column name WorkflowValuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=284static String
Table_Name
TableName=AD_Process
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessLevel()
Get Data Access Level.int
getAD_Client_ID()
Get Client.I_AD_CtxHelp
getAD_CtxHelp()
int
getAD_CtxHelp_ID()
Get Context HelpI_AD_Form
getAD_Form()
int
getAD_Form_ID()
Get Special Form.int
getAD_Org_ID()
Get Organization.I_AD_PrintFormat
getAD_PrintFormat()
int
getAD_PrintFormat_ID()
Get Print Format.int
getAD_Process_ID()
Get Process.String
getAD_Process_UU()
Get AD_Process_UUI_AD_ReportView
getAD_ReportView()
int
getAD_ReportView_ID()
Get Report View.I_AD_Workflow
getAD_Workflow()
int
getAD_Workflow_ID()
Get Workflow.String
getAllowMultipleExecution()
Get Multiple Execution.String
getClassname()
Get Classname.String
getCopyFromProcess()
Get Copy From Report and Process.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getEntityType()
Get Entity Type.String
getExecutionType()
Get Execution Type.String
getHelp()
Get Comment/Help.String
getJasperReport()
Get Jasper ReportString
getName()
Get Name.String
getProcedureName()
Get Procedure.String
getShowHelp()
Get Show Helpint
getStatistic_Count()
Get Statistic Count.int
getStatistic_Seconds()
Get Statistic Seconds.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.String
getWorkflowValue()
Get Workflow Key.boolean
isActive()
Get Active.boolean
isBetaFunctionality()
Get Beta Functionality.boolean
isDirectPrint()
Get Direct print.boolean
isReport()
Get Report.void
setAccessLevel(String AccessLevel)
Set Data Access Level.void
setAD_CtxHelp_ID(int AD_CtxHelp_ID)
Set Context Helpvoid
setAD_Form_ID(int AD_Form_ID)
Set Special Form.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format.void
setAD_Process_ID(int AD_Process_ID)
Set Process.void
setAD_Process_UU(String AD_Process_UU)
Set AD_Process_UUvoid
setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View.void
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.void
setAllowMultipleExecution(String AllowMultipleExecution)
Set Multiple Execution.void
setClassname(String Classname)
Set Classname.void
setCopyFromProcess(String CopyFromProcess)
Set Copy From Report and Process.void
setDescription(String Description)
Set Description.void
setEntityType(String EntityType)
Set Entity Type.void
setExecutionType(String ExecutionType)
Set Execution Type.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setIsBetaFunctionality(boolean IsBetaFunctionality)
Set Beta Functionality.void
setIsDirectPrint(boolean IsDirectPrint)
Set Direct print.void
setIsReport(boolean IsReport)
Set Report.void
setJasperReport(String JasperReport)
Set Jasper Reportvoid
setName(String Name)
Set Name.void
setProcedureName(String ProcedureName)
Set Procedure.void
setShowHelp(String ShowHelp)
Set Show Helpvoid
setStatistic_Count(int Statistic_Count)
Set Statistic Count.void
setStatistic_Seconds(int Statistic_Seconds)
Set Statistic Seconds.void
setValue(String Value)
Set Search Key.void
setWorkflowValue(String WorkflowValue)
Set Workflow Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Process- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=284- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AccessLevel
static final String COLUMNNAME_AccessLevel
Column name AccessLevel- 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_CtxHelp_ID
static final String COLUMNNAME_AD_CtxHelp_ID
Column name AD_CtxHelp_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Form_ID
static final String COLUMNNAME_AD_Form_ID
Column name AD_Form_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_PrintFormat_ID
static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_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_Process_UU
static final String COLUMNNAME_AD_Process_UU
Column name AD_Process_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ReportView_ID
static final String COLUMNNAME_AD_ReportView_ID
Column name AD_ReportView_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Workflow_ID
static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AllowMultipleExecution
static final String COLUMNNAME_AllowMultipleExecution
Column name AllowMultipleExecution- See Also:
- Constant Field Values
-
COLUMNNAME_Classname
static final String COLUMNNAME_Classname
Column name Classname- See Also:
- Constant Field Values
-
COLUMNNAME_CopyFromProcess
static final String COLUMNNAME_CopyFromProcess
Column name CopyFromProcess- 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_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_ExecutionType
static final String COLUMNNAME_ExecutionType
Column name ExecutionType- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsBetaFunctionality
static final String COLUMNNAME_IsBetaFunctionality
Column name IsBetaFunctionality- See Also:
- Constant Field Values
-
COLUMNNAME_IsDirectPrint
static final String COLUMNNAME_IsDirectPrint
Column name IsDirectPrint- See Also:
- Constant Field Values
-
COLUMNNAME_IsReport
static final String COLUMNNAME_IsReport
Column name IsReport- See Also:
- Constant Field Values
-
COLUMNNAME_JasperReport
static final String COLUMNNAME_JasperReport
Column name JasperReport- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_ProcedureName
static final String COLUMNNAME_ProcedureName
Column name ProcedureName- See Also:
- Constant Field Values
-
COLUMNNAME_ShowHelp
static final String COLUMNNAME_ShowHelp
Column name ShowHelp- See Also:
- Constant Field Values
-
COLUMNNAME_Statistic_Count
static final String COLUMNNAME_Statistic_Count
Column name Statistic_Count- See Also:
- Constant Field Values
-
COLUMNNAME_Statistic_Seconds
static final String COLUMNNAME_Statistic_Seconds
Column name Statistic_Seconds- 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_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
COLUMNNAME_WorkflowValue
static final String COLUMNNAME_WorkflowValue
Column name WorkflowValue- See Also:
- Constant Field Values
-
-
Method Detail
-
setAccessLevel
void setAccessLevel(String AccessLevel)
Set Data Access Level. Access Level required
-
getAccessLevel
String getAccessLevel()
Get Data Access Level. Access Level required
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_CtxHelp_ID
void setAD_CtxHelp_ID(int AD_CtxHelp_ID)
Set Context Help
-
getAD_CtxHelp_ID
int getAD_CtxHelp_ID()
Get Context Help
-
getAD_CtxHelp
I_AD_CtxHelp getAD_CtxHelp() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Form_ID
void setAD_Form_ID(int AD_Form_ID)
Set Special Form. Special Form
-
getAD_Form_ID
int getAD_Form_ID()
Get Special Form. Special Form
-
getAD_Form
I_AD_Form getAD_Form() throws RuntimeException
- Throws:
RuntimeException
-
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_PrintFormat_ID
void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format
-
getAD_PrintFormat_ID
int getAD_PrintFormat_ID()
Get Print Format. Data Print Format
-
getAD_PrintFormat
I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setAD_Process_UU
void setAD_Process_UU(String AD_Process_UU)
Set AD_Process_UU
-
getAD_Process_UU
String getAD_Process_UU()
Get AD_Process_UU
-
setAD_ReportView_ID
void setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View. View used to generate this report
-
getAD_ReportView_ID
int getAD_ReportView_ID()
Get Report View. View used to generate this report
-
getAD_ReportView
I_AD_ReportView getAD_ReportView() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Workflow_ID
void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks
-
getAD_Workflow_ID
int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks
-
getAD_Workflow
I_AD_Workflow getAD_Workflow() throws RuntimeException
- Throws:
RuntimeException
-
setAllowMultipleExecution
void setAllowMultipleExecution(String AllowMultipleExecution)
Set Multiple Execution. Allow or disallow executing a process/report multiple times.
-
getAllowMultipleExecution
String getAllowMultipleExecution()
Get Multiple Execution. Allow or disallow executing a process/report multiple times.
-
setClassname
void setClassname(String Classname)
Set Classname. Java Classname
-
getClassname
String getClassname()
Get Classname. Java Classname
-
setCopyFromProcess
void setCopyFromProcess(String CopyFromProcess)
Set Copy From Report and Process. Copy settings from one report and process to another.
-
getCopyFromProcess
String getCopyFromProcess()
Get Copy From Report and Process. Copy settings from one report and process to another.
-
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
-
setEntityType
void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
setExecutionType
void setExecutionType(String ExecutionType)
Set Execution Type. Execution Type defines whether the report/process will always run in background or foreground.
-
getExecutionType
String getExecutionType()
Get Execution Type. Execution Type defines whether the report/process will always run in background or foreground.
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setIsBetaFunctionality
void setIsBetaFunctionality(boolean IsBetaFunctionality)
Set Beta Functionality. This functionality is considered Beta
-
isBetaFunctionality
boolean isBetaFunctionality()
Get Beta Functionality. This functionality is considered Beta
-
setIsDirectPrint
void setIsDirectPrint(boolean IsDirectPrint)
Set Direct print. Print without dialog
-
isDirectPrint
boolean isDirectPrint()
Get Direct print. Print without dialog
-
setIsReport
void setIsReport(boolean IsReport)
Set Report. Indicates a Report record
-
isReport
boolean isReport()
Get Report. Indicates a Report record
-
setJasperReport
void setJasperReport(String JasperReport)
Set Jasper Report
-
getJasperReport
String getJasperReport()
Get Jasper Report
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setProcedureName
void setProcedureName(String ProcedureName)
Set Procedure. Name of the Database Procedure
-
getProcedureName
String getProcedureName()
Get Procedure. Name of the Database Procedure
-
setShowHelp
void setShowHelp(String ShowHelp)
Set Show Help
-
getShowHelp
String getShowHelp()
Get Show Help
-
setStatistic_Count
void setStatistic_Count(int Statistic_Count)
Set Statistic Count. Internal statistics how often the entity was used
-
getStatistic_Count
int getStatistic_Count()
Get Statistic Count. Internal statistics how often the entity was used
-
setStatistic_Seconds
void setStatistic_Seconds(int Statistic_Seconds)
Set Statistic Seconds. Internal statistics how many seconds a process took
-
getStatistic_Seconds
int getStatistic_Seconds()
Get Statistic Seconds. Internal statistics how many seconds a process took
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
setWorkflowValue
void setWorkflowValue(String WorkflowValue)
Set Workflow Key. Key of the Workflow to start
-
getWorkflowValue
String getWorkflowValue()
Get Workflow Key. Key of the Workflow to start
-
-