|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_Process
public class X_AD_Process
Generated Model for AD_Process
| Field Summary | |
|---|---|
static int |
ACCESSLEVEL_AD_Reference_ID
AccessLevel AD_Reference_ID=5 |
static String |
ACCESSLEVEL_All
All = 7 |
static String |
ACCESSLEVEL_ClientOnly
Client only = 2 |
static String |
ACCESSLEVEL_ClientPlusOrganization
Client+Organization = 3 |
static String |
ACCESSLEVEL_Organization
Organization = 1 |
static String |
ACCESSLEVEL_SystemOnly
System only = 4 |
static String |
ACCESSLEVEL_SystemPlusClient
System+Client = 6 |
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
SHOWHELP_AD_Reference_ID
ShowHelp AD_Reference_ID=50007 |
static String |
SHOWHELP_AskUserForFutureUse
Ask user (for future use) = A |
static String |
SHOWHELP_DonTShowHelp
Don't show help = N |
static String |
SHOWHELP_RunSilently_TakeDefaults
Run silently - Take Defaults = S |
static String |
SHOWHELP_ShowHelp
Show Help = Y |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Process(Properties ctx,
int AD_Process_ID,
String trxName)
Standard Constructor |
|
X_AD_Process(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAccessLevel()
Get Data Access Level. |
int |
getAD_PrintFormat_ID()
Get Print Format. |
I_AD_PrintFormat |
getAD_PrintFormat()
|
int |
getAD_Process_ID()
Get Process. |
int |
getAD_ReportView_ID()
Get Report View. |
I_AD_ReportView |
getAD_ReportView()
|
int |
getAD_Workflow_ID()
Get Workflow. |
I_AD_Workflow |
getAD_Workflow()
|
String |
getClassname()
Get Classname. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment/Help. |
String |
getJasperReport()
Get Jasper Report. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getProcedureName()
Get Procedure. |
String |
getShowHelp()
Get Show Help. |
int |
getStatistic_Count()
Get Statistic Count. |
int |
getStatistic_Seconds()
Get Statistic Seconds. |
String |
getValue()
Get Search Key. |
String |
getWorkflowValue()
Get Workflow Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isBetaFunctionality()
Get Beta Functionality. |
boolean |
isDirectPrint()
Get Direct print. |
boolean |
isReport()
Get Report. |
boolean |
isServerProcess()
Get Server Process. |
void |
setAccessLevel(String AccessLevel)
Set Data Access Level. |
void |
setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. |
void |
setAD_Process_ID(int AD_Process_ID)
Set Process. |
void |
setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View. |
void |
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. |
void |
setClassname(String Classname)
Set Classname. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsBetaFunctionality(boolean IsBetaFunctionality)
Set Beta Functionality. |
void |
setIsDirectPrint(boolean IsDirectPrint)
Set Direct print. |
void |
setIsReport(boolean IsReport)
Set Report. |
void |
setIsServerProcess(boolean IsServerProcess)
Set Server Process. |
void |
setJasperReport(String JasperReport)
Set Jasper Report. |
void |
setName(String Name)
Set Name. |
void |
setProcedureName(String ProcedureName)
Set Procedure. |
void |
setShowHelp(String ShowHelp)
Set Show Help. |
void |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ACCESSLEVEL_AD_Reference_ID
public static final String ACCESSLEVEL_Organization
public static final String ACCESSLEVEL_ClientPlusOrganization
public static final String ACCESSLEVEL_SystemOnly
public static final String ACCESSLEVEL_All
public static final String ACCESSLEVEL_SystemPlusClient
public static final String ACCESSLEVEL_ClientOnly
public static final int ENTITYTYPE_AD_Reference_ID
public static final int SHOWHELP_AD_Reference_ID
public static final String SHOWHELP_AskUserForFutureUse
public static final String SHOWHELP_DonTShowHelp
public static final String SHOWHELP_ShowHelp
public static final String SHOWHELP_RunSilently_TakeDefaults
| Constructor Detail |
|---|
public X_AD_Process(Properties ctx,
int AD_Process_ID,
String trxName)
public X_AD_Process(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAccessLevel(String AccessLevel)
setAccessLevel in interface I_AD_ProcessAccessLevel - Access Level requiredpublic String getAccessLevel()
getAccessLevel in interface I_AD_Process
public I_AD_PrintFormat getAD_PrintFormat()
throws Exception
getAD_PrintFormat in interface I_AD_ProcessExceptionpublic void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
setAD_PrintFormat_ID in interface I_AD_ProcessAD_PrintFormat_ID - Data Print Formatpublic int getAD_PrintFormat_ID()
getAD_PrintFormat_ID in interface I_AD_Processpublic void setAD_Process_ID(int AD_Process_ID)
setAD_Process_ID in interface I_AD_ProcessAD_Process_ID - Process or Reportpublic int getAD_Process_ID()
getAD_Process_ID in interface I_AD_Process
public I_AD_ReportView getAD_ReportView()
throws Exception
getAD_ReportView in interface I_AD_ProcessExceptionpublic void setAD_ReportView_ID(int AD_ReportView_ID)
setAD_ReportView_ID in interface I_AD_ProcessAD_ReportView_ID - View used to generate this reportpublic int getAD_ReportView_ID()
getAD_ReportView_ID in interface I_AD_Process
public I_AD_Workflow getAD_Workflow()
throws Exception
getAD_Workflow in interface I_AD_ProcessExceptionpublic void setAD_Workflow_ID(int AD_Workflow_ID)
setAD_Workflow_ID in interface I_AD_ProcessAD_Workflow_ID - Workflow or combination of taskspublic int getAD_Workflow_ID()
getAD_Workflow_ID in interface I_AD_Processpublic void setClassname(String Classname)
setClassname in interface I_AD_ProcessClassname - Java Classnamepublic String getClassname()
getClassname in interface I_AD_Processpublic void setDescription(String Description)
setDescription in interface I_AD_ProcessDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Processpublic void setEntityType(String EntityType)
setEntityType in interface I_AD_ProcessEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Processpublic void setHelp(String Help)
setHelp in interface I_AD_ProcessHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_Processpublic void setIsBetaFunctionality(boolean IsBetaFunctionality)
setIsBetaFunctionality in interface I_AD_ProcessIsBetaFunctionality - This functionality is considered Betapublic boolean isBetaFunctionality()
isBetaFunctionality in interface I_AD_Processpublic void setIsDirectPrint(boolean IsDirectPrint)
setIsDirectPrint in interface I_AD_ProcessIsDirectPrint - Print without dialogpublic boolean isDirectPrint()
isDirectPrint in interface I_AD_Processpublic void setIsReport(boolean IsReport)
setIsReport in interface I_AD_ProcessIsReport - Indicates a Report recordpublic boolean isReport()
isReport in interface I_AD_Processpublic void setIsServerProcess(boolean IsServerProcess)
setIsServerProcess in interface I_AD_ProcessIsServerProcess - Run this Process on Server onlypublic boolean isServerProcess()
isServerProcess in interface I_AD_Processpublic void setJasperReport(String JasperReport)
setJasperReport in interface I_AD_ProcessJasperReport - Jasper Reportpublic String getJasperReport()
getJasperReport in interface I_AD_Processpublic void setName(String Name)
setName in interface I_AD_ProcessName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Processpublic void setProcedureName(String ProcedureName)
setProcedureName in interface I_AD_ProcessProcedureName - Name of the Database Procedurepublic String getProcedureName()
getProcedureName in interface I_AD_Processpublic void setShowHelp(String ShowHelp)
setShowHelp in interface I_AD_ProcessShowHelp - Show Helppublic String getShowHelp()
getShowHelp in interface I_AD_Processpublic void setStatistic_Count(int Statistic_Count)
setStatistic_Count in interface I_AD_ProcessStatistic_Count - Internal statistics how often the entity was usedpublic int getStatistic_Count()
getStatistic_Count in interface I_AD_Processpublic void setStatistic_Seconds(int Statistic_Seconds)
setStatistic_Seconds in interface I_AD_ProcessStatistic_Seconds - Internal statistics how many seconds a process tookpublic int getStatistic_Seconds()
getStatistic_Seconds in interface I_AD_Processpublic void setValue(String Value)
setValue in interface I_AD_ProcessValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_AD_Processpublic KeyNamePair getKeyNamePair()
public void setWorkflowValue(String WorkflowValue)
setWorkflowValue in interface I_AD_ProcessWorkflowValue - Key of the Workflow to startpublic String getWorkflowValue()
getWorkflowValue in interface I_AD_Process
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||