Package org.compiere.model
Interface I_AD_Process
-
- All Known Implementing Classes:
MProcess,X_AD_Process
public interface I_AD_ProcessGenerated Interface for AD_Process- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AccessLevelColumn name AccessLevelstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_CtxHelp_IDColumn name AD_CtxHelp_IDstatic StringCOLUMNNAME_AD_Form_IDColumn name AD_Form_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PrintFormat_IDColumn name AD_PrintFormat_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Process_UUColumn name AD_Process_UUstatic StringCOLUMNNAME_AD_ReportView_IDColumn name AD_ReportView_IDstatic StringCOLUMNNAME_AD_Workflow_IDColumn name AD_Workflow_IDstatic StringCOLUMNNAME_AllowMultipleExecutionColumn name AllowMultipleExecutionstatic StringCOLUMNNAME_ClassnameColumn name Classnamestatic StringCOLUMNNAME_CopyFromProcessColumn name CopyFromProcessstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_ExecutionTypeColumn name ExecutionTypestatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsBetaFunctionalityColumn name IsBetaFunctionalitystatic StringCOLUMNNAME_IsDirectPrintColumn name IsDirectPrintstatic StringCOLUMNNAME_IsReportColumn name IsReportstatic StringCOLUMNNAME_JasperReportColumn name JasperReportstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ProcedureNameColumn name ProcedureNamestatic StringCOLUMNNAME_ShowHelpColumn name ShowHelpstatic StringCOLUMNNAME_Statistic_CountColumn name Statistic_Countstatic StringCOLUMNNAME_Statistic_SecondsColumn name Statistic_Secondsstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValueColumn name Valuestatic StringCOLUMNNAME_WorkflowValueColumn name WorkflowValuestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=284static StringTable_NameTableName=AD_Process
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessLevel()Get Data Access Level.intgetAD_Client_ID()Get Client.I_AD_CtxHelpgetAD_CtxHelp()intgetAD_CtxHelp_ID()Get Context HelpI_AD_FormgetAD_Form()intgetAD_Form_ID()Get Special Form.intgetAD_Org_ID()Get Organization.I_AD_PrintFormatgetAD_PrintFormat()intgetAD_PrintFormat_ID()Get Print Format.intgetAD_Process_ID()Get Process.StringgetAD_Process_UU()Get AD_Process_UUI_AD_ReportViewgetAD_ReportView()intgetAD_ReportView_ID()Get Report View.I_AD_WorkflowgetAD_Workflow()intgetAD_Workflow_ID()Get Workflow.StringgetAllowMultipleExecution()Get Multiple Execution.StringgetClassname()Get Classname.StringgetCopyFromProcess()Get Copy From Report and Process.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetEntityType()Get Entity Type.StringgetExecutionType()Get Execution Type.StringgetHelp()Get Comment/Help.StringgetJasperReport()Get Jasper ReportStringgetName()Get Name.StringgetProcedureName()Get Procedure.StringgetShowHelp()Get Show HelpintgetStatistic_Count()Get Statistic Count.intgetStatistic_Seconds()Get Statistic Seconds.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetValue()Get Search Key.StringgetWorkflowValue()Get Workflow Key.booleanisActive()Get Active.booleanisBetaFunctionality()Get Beta Functionality.booleanisDirectPrint()Get Direct print.booleanisReport()Get Report.voidsetAccessLevel(String AccessLevel)Set Data Access Level.voidsetAD_CtxHelp_ID(int AD_CtxHelp_ID)Set Context HelpvoidsetAD_Form_ID(int AD_Form_ID)Set Special Form.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PrintFormat_ID(int AD_PrintFormat_ID)Set Print Format.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Process_UU(String AD_Process_UU)Set AD_Process_UUvoidsetAD_ReportView_ID(int AD_ReportView_ID)Set Report View.voidsetAD_Workflow_ID(int AD_Workflow_ID)Set Workflow.voidsetAllowMultipleExecution(String AllowMultipleExecution)Set Multiple Execution.voidsetClassname(String Classname)Set Classname.voidsetCopyFromProcess(String CopyFromProcess)Set Copy From Report and Process.voidsetDescription(String Description)Set Description.voidsetEntityType(String EntityType)Set Entity Type.voidsetExecutionType(String ExecutionType)Set Execution Type.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsBetaFunctionality(boolean IsBetaFunctionality)Set Beta Functionality.voidsetIsDirectPrint(boolean IsDirectPrint)Set Direct print.voidsetIsReport(boolean IsReport)Set Report.voidsetJasperReport(String JasperReport)Set Jasper ReportvoidsetName(String Name)Set Name.voidsetProcedureName(String ProcedureName)Set Procedure.voidsetShowHelp(String ShowHelp)Set Show HelpvoidsetStatistic_Count(int Statistic_Count)Set Statistic Count.voidsetStatistic_Seconds(int Statistic_Seconds)Set Statistic Seconds.voidsetValue(String Value)Set Search Key.voidsetWorkflowValue(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
-
-