Package org.openbravo.client.application
Class Process
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.client.application.Process
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class Process extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity OBUIAPP_Process (stored in table OBUIAPP_Process).
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column Isactive in table OBUIAPP_Processstatic String
PROPERTY_BACKGROUND
Property background stored in column Isbackground in table OBUIAPP_Process
Help: This identifies a background process that will be run without any user interaction and needs to be scheduled properly before it will be run using the "Process Scheduling" window.static String
PROPERTY_CANADDRECORDSTOASELECTOR
Property canAddRecordsToASelector stored in column IsCanAddRecordsToSelector in table OBUIAPP_Process
Help: By selecting this flag, the process will be available in the 'Defined Selector' window. This process has to be capable of adding records to a selector.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table OBUIAPP_Processstatic String
PROPERTY_CLIENTSIDEVALIDATION
Property clientSideValidation stored in column Clientsidevalidation in table OBUIAPP_Process
Help: JavaScript function to be executed before invoking the backend Handler. This function (manually coded), can: - Perform validations on the parameters, being possible to prevent execution in case these validations are not satisfied. - Request for additional info to complete the parameter values.static String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table OBUIAPP_Processstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table OBUIAPP_Processstatic String
PROPERTY_DATAACCESSLEVEL
Property dataAccessLevel stored in column Accesslevel in table OBUIAPP_Process
Help: Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed. We can classify data in 4 major categories: - System (AD_CLIENT_ID=0, AD_ORG_ID=0) - system data (such as metadata for window, tab and field definition) - Organization (AD_CLIENT<>0, AD_ORG_ID<>0) - data particular to an organization (such as sales orders) - Client/Organization (AD_CLIENT<>0, AD_ORG_ID=anything) - data particular to an organization or shared among all organizations within one client - Client (AD_CLIENT<>0, AD_ORG_ID=0) - data that is specific to a client but can be used by all organizations within that client or All (AD_CLIENT=anything, AD_ORG_ID=anything)static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table OBUIAPP_Process
Help: A description is limited to 255 characters.static String
PROPERTY_HELPCOMMENT
Property helpComment stored in column Help in table OBUIAPP_Process
Help: The Help field contains a hint, comment or help about the use of this item.static String
PROPERTY_ID
Property id stored in column Obuiapp_Process_ID in table OBUIAPP_Process
Help: Process Defintion is a re implementation of Process with 3.0 infrastructure.static String
PROPERTY_ISGRIDLEGACY
Property isgridlegacy stored in column Isgridlegacy in table OBUIAPP_Process
Help: This flags is used to specify if this process should be compatible with the legacy parameter windows. The legacy parameter windows could only contain one grid, so the _selection and _allRows properties of the grid were directly accessible in the handler from the params object. I.e: JSONArray gridRows = jsonparams.getJSONArray(ApplicationConstants.ALL_ROWS_PARAM); New process definitions should access these value like this: JSONObject myGridItem = jsonparams.getJSONObject("myGridItemName"); JSONArray myGridSelectedRows = myGridItem.getJSONArray("_selection"); The 'Compatibility with Legacy Grids' flag should only be checked if its handler retrieves the grid values in the old way.static String
PROPERTY_ISMULTIRECORD
Property isMultiRecord stored in column IsMultiRecord in table OBUIAPP_Process
Help: Multi Record allows to execute the process in multiple records at the same time. When this flag is set, multiple records can be selected in grid mode and the process can be executed in all of them at the same time.static String
PROPERTY_JAVACLASSNAME
Property javaClassName stored in column Classname in table OBUIAPP_Process
Help: The classname is used when generating a representation of the table in java (the entity or business object). The classname is the simplename of the class (so without the package name). Often the AD_Table.name can be used here. The combination of classname and package needs to be unique.static String
PROPERTY_LOADFUNCTION
Property loadFunction stored in column ON_Load_Function in table OBUIAPP_Process
Help: In this field a javascript function can be defined. This function will be executed when the parameter window is loaded, just after the default values are set.static String
PROPERTY_MODULE
Property module stored in column AD_Module_ID in table OBUIAPP_Process
Help: Indicates the module the element forms part of.static String
PROPERTY_NAME
Property name stored in column Name in table OBUIAPP_Processstatic String
PROPERTY_OBUIAPPPARAMETERLIST
Property oBUIAPPParameterList stored in table OBUIAPP_Processstatic String
PROPERTY_OBUIAPPPROCESSACCESSLIST
Property oBUIAPPProcessAccessList stored in table OBUIAPP_Processstatic String
PROPERTY_OBUIAPPPROCESSTRLLIST
Property oBUIAPPProcessTrlList stored in table OBUIAPP_Processstatic String
PROPERTY_OBUIAPPREPORTLIST
Property oBUIAPPReportList stored in table OBUIAPP_Processstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table OBUIAPP_Processstatic String
PROPERTY_REFRESHFUNCTION
Property refreshFunction stored in column ON_Refresh_Function in table OBUIAPP_Process
Help: In this field a javascript function can be defined. This function will be executed when the parameter window refresh action be invoked. For example, if the process has a child-process, once the child-process finishes, it will invoke a refresh of the parent process. Since each process has its particularities, a custom refresh function should be defined in case the process be susceptible of being refreshed/reloaded.static String
PROPERTY_REQUIRESEXPLICITACCESSPERMISSION
Property requiresExplicitAccessPermission stored in column Is_Explicit_Access in table OBUIAPP_Process
Help: When processes are executed from a button in a window, by default, they inherit permissions granted to the window. So if the window is accessible it can be executed without the need of explicitly granting access for that role to the process. This behavior can be overwritten by the "Secured Process" preference. Processes with "Requires Explicit Access Permission" flag set to true, do not inherit permissions from the window but they always require the role to be explicitly granted to this process.static String
PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table OBUIAPP_Process
Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.static String
PROPERTY_UIPATTERN
Property uIPattern stored in column Uipattern in table OBUIAPP_Process
Help: Defines the UI Pattern that the object implements.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table OBUIAPP_Processstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table OBUIAPP_Processstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description Process()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Client
getClient()
Client fieldString
getClientSideValidation()
User
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditString
getDataAccessLevel()
String
getDescription()
String
getEntityName()
String
getHelpComment()
String
getId()
String
getJavaClassName()
String
getLoadFunction()
Module
getModule()
String
getName()
List<Parameter>
getOBUIAPPParameterList()
List<ProcessAccess>
getOBUIAPPProcessAccessList()
List<OBUIAPP_ProcessTrl>
getOBUIAPPProcessTrlList()
Help: The translation defines the process definition name, Help/Comment and description for different languagesList<ReportDefinition>
getOBUIAPPReportList()
Help: Contains the information to build a Report using JR Templates.Organization
getOrganization()
Gets organization fieldString
getRefreshFunction()
String
getSearchKey()
String
getUIPattern()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userBoolean
isActive()
Gets active fieldBoolean
isBackground()
Boolean
isCanAddRecordsToASelector()
Boolean
isGridlegacy()
Boolean
isMultiRecord()
Boolean
isRequiresExplicitAccessPermission()
void
setActive(Boolean active)
Sets active fieldvoid
setBackground(Boolean background)
void
setCanAddRecordsToASelector(Boolean canAddRecordsToASelector)
void
setClient(Client client)
Client fieldvoid
setClientSideValidation(String clientSideValidation)
void
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setDataAccessLevel(String dataAccessLevel)
void
setDescription(String description)
void
setGridlegacy(Boolean isgridlegacy)
void
setHelpComment(String helpComment)
void
setId(String id)
void
setJavaClassName(String javaClassName)
void
setLoadFunction(String loadFunction)
void
setModule(Module module)
void
setMultiRecord(Boolean isMultiRecord)
void
setName(String name)
void
setOBUIAPPParameterList(List<Parameter> oBUIAPPParameterList)
void
setOBUIAPPProcessAccessList(List<ProcessAccess> oBUIAPPProcessAccessList)
void
setOBUIAPPProcessTrlList(List<OBUIAPP_ProcessTrl> oBUIAPPProcessTrlList)
Help: The translation defines the process definition name, Help/Comment and description for different languagesvoid
setOBUIAPPReportList(List<ReportDefinition> oBUIAPPReportList)
Help: Contains the information to build a Report using JR Templates.void
setOrganization(Organization organization)
Sets organization fieldvoid
setRefreshFunction(String refreshFunction)
void
setRequiresExplicitAccessPermission(Boolean requiresExplicitAccessPermission)
void
setSearchKey(String searchKey)
void
setUIPattern(String uIPattern)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit user-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column Obuiapp_Process_ID in table OBUIAPP_Process
Help: Process Defintion is a re implementation of Process with 3.0 infrastructure.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table OBUIAPP_Process- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table OBUIAPP_Process- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table OBUIAPP_Process- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table OBUIAPP_Process- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table OBUIAPP_Process- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table OBUIAPP_Process- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table OBUIAPP_Process- See Also:
Traceable
, Constant Field Values
-
PROPERTY_SEARCHKEY
public static final String PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table OBUIAPP_Process
Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table OBUIAPP_Process- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table OBUIAPP_Process
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_HELPCOMMENT
public static final String PROPERTY_HELPCOMMENT
Property helpComment stored in column Help in table OBUIAPP_Process
Help: The Help field contains a hint, comment or help about the use of this item.- See Also:
- Constant Field Values
-
PROPERTY_DATAACCESSLEVEL
public static final String PROPERTY_DATAACCESSLEVEL
Property dataAccessLevel stored in column Accesslevel in table OBUIAPP_Process
Help: Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed. We can classify data in 4 major categories: - System (AD_CLIENT_ID=0, AD_ORG_ID=0) - system data (such as metadata for window, tab and field definition) - Organization (AD_CLIENT<>0, AD_ORG_ID<>0) - data particular to an organization (such as sales orders) - Client/Organization (AD_CLIENT<>0, AD_ORG_ID=anything) - data particular to an organization or shared among all organizations within one client - Client (AD_CLIENT<>0, AD_ORG_ID=0) - data that is specific to a client but can be used by all organizations within that client or All (AD_CLIENT=anything, AD_ORG_ID=anything)- See Also:
- Constant Field Values
-
PROPERTY_JAVACLASSNAME
public static final String PROPERTY_JAVACLASSNAME
Property javaClassName stored in column Classname in table OBUIAPP_Process
Help: The classname is used when generating a representation of the table in java (the entity or business object). The classname is the simplename of the class (so without the package name). Often the AD_Table.name can be used here. The combination of classname and package needs to be unique.- See Also:
- Constant Field Values
-
PROPERTY_BACKGROUND
public static final String PROPERTY_BACKGROUND
Property background stored in column Isbackground in table OBUIAPP_Process
Help: This identifies a background process that will be run without any user interaction and needs to be scheduled properly before it will be run using the "Process Scheduling" window.- See Also:
- Constant Field Values
-
PROPERTY_MODULE
public static final String PROPERTY_MODULE
Property module stored in column AD_Module_ID in table OBUIAPP_Process
Help: Indicates the module the element forms part of.- See Also:
- Constant Field Values
-
PROPERTY_UIPATTERN
public static final String PROPERTY_UIPATTERN
Property uIPattern stored in column Uipattern in table OBUIAPP_Process
Help: Defines the UI Pattern that the object implements.- See Also:
- Constant Field Values
-
PROPERTY_ISMULTIRECORD
public static final String PROPERTY_ISMULTIRECORD
Property isMultiRecord stored in column IsMultiRecord in table OBUIAPP_Process
Help: Multi Record allows to execute the process in multiple records at the same time. When this flag is set, multiple records can be selected in grid mode and the process can be executed in all of them at the same time.- See Also:
- Constant Field Values
-
PROPERTY_REQUIRESEXPLICITACCESSPERMISSION
public static final String PROPERTY_REQUIRESEXPLICITACCESSPERMISSION
Property requiresExplicitAccessPermission stored in column Is_Explicit_Access in table OBUIAPP_Process
Help: When processes are executed from a button in a window, by default, they inherit permissions granted to the window. So if the window is accessible it can be executed without the need of explicitly granting access for that role to the process. This behavior can be overwritten by the "Secured Process" preference. Processes with "Requires Explicit Access Permission" flag set to true, do not inherit permissions from the window but they always require the role to be explicitly granted to this process.- See Also:
- Constant Field Values
-
PROPERTY_CLIENTSIDEVALIDATION
public static final String PROPERTY_CLIENTSIDEVALIDATION
Property clientSideValidation stored in column Clientsidevalidation in table OBUIAPP_Process
Help: JavaScript function to be executed before invoking the backend Handler. This function (manually coded), can: - Perform validations on the parameters, being possible to prevent execution in case these validations are not satisfied. - Request for additional info to complete the parameter values.- See Also:
- Constant Field Values
-
PROPERTY_ISGRIDLEGACY
public static final String PROPERTY_ISGRIDLEGACY
Property isgridlegacy stored in column Isgridlegacy in table OBUIAPP_Process
Help: This flags is used to specify if this process should be compatible with the legacy parameter windows. The legacy parameter windows could only contain one grid, so the _selection and _allRows properties of the grid were directly accessible in the handler from the params object. I.e: JSONArray gridRows = jsonparams.getJSONArray(ApplicationConstants.ALL_ROWS_PARAM); New process definitions should access these value like this: JSONObject myGridItem = jsonparams.getJSONObject("myGridItemName"); JSONArray myGridSelectedRows = myGridItem.getJSONArray("_selection"); The 'Compatibility with Legacy Grids' flag should only be checked if its handler retrieves the grid values in the old way.- See Also:
- Constant Field Values
-
PROPERTY_LOADFUNCTION
public static final String PROPERTY_LOADFUNCTION
Property loadFunction stored in column ON_Load_Function in table OBUIAPP_Process
Help: In this field a javascript function can be defined. This function will be executed when the parameter window is loaded, just after the default values are set.- See Also:
- Constant Field Values
-
PROPERTY_CANADDRECORDSTOASELECTOR
public static final String PROPERTY_CANADDRECORDSTOASELECTOR
Property canAddRecordsToASelector stored in column IsCanAddRecordsToSelector in table OBUIAPP_Process
Help: By selecting this flag, the process will be available in the 'Defined Selector' window. This process has to be capable of adding records to a selector.- See Also:
- Constant Field Values
-
PROPERTY_REFRESHFUNCTION
public static final String PROPERTY_REFRESHFUNCTION
Property refreshFunction stored in column ON_Refresh_Function in table OBUIAPP_Process
Help: In this field a javascript function can be defined. This function will be executed when the parameter window refresh action be invoked. For example, if the process has a child-process, once the child-process finishes, it will invoke a refresh of the parent process. Since each process has its particularities, a custom refresh function should be defined in case the process be susceptible of being refreshed/reloaded.- See Also:
- Constant Field Values
-
PROPERTY_OBUIAPPPARAMETERLIST
public static final String PROPERTY_OBUIAPPPARAMETERLIST
Property oBUIAPPParameterList stored in table OBUIAPP_Process- See Also:
- Constant Field Values
-
PROPERTY_OBUIAPPPROCESSTRLLIST
public static final String PROPERTY_OBUIAPPPROCESSTRLLIST
Property oBUIAPPProcessTrlList stored in table OBUIAPP_Process- See Also:
- Constant Field Values
-
PROPERTY_OBUIAPPPROCESSACCESSLIST
public static final String PROPERTY_OBUIAPPPROCESSACCESSLIST
Property oBUIAPPProcessAccessList stored in table OBUIAPP_Process- See Also:
- Constant Field Values
-
PROPERTY_OBUIAPPREPORTLIST
public static final String PROPERTY_OBUIAPPREPORTLIST
Property oBUIAPPReportList stored in table OBUIAPP_Process- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getSearchKey
public String getSearchKey()
- See Also:
PROPERTY_SEARCHKEY
-
setSearchKey
public void setSearchKey(String searchKey)
- See Also:
PROPERTY_SEARCHKEY
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
getHelpComment
public String getHelpComment()
- See Also:
PROPERTY_HELPCOMMENT
-
setHelpComment
public void setHelpComment(String helpComment)
- See Also:
PROPERTY_HELPCOMMENT
-
getDataAccessLevel
public String getDataAccessLevel()
- See Also:
PROPERTY_DATAACCESSLEVEL
-
setDataAccessLevel
public void setDataAccessLevel(String dataAccessLevel)
- See Also:
PROPERTY_DATAACCESSLEVEL
-
getJavaClassName
public String getJavaClassName()
- See Also:
PROPERTY_JAVACLASSNAME
-
setJavaClassName
public void setJavaClassName(String javaClassName)
- See Also:
PROPERTY_JAVACLASSNAME
-
isBackground
public Boolean isBackground()
- See Also:
PROPERTY_BACKGROUND
-
setBackground
public void setBackground(Boolean background)
- See Also:
PROPERTY_BACKGROUND
-
getModule
public Module getModule()
- See Also:
PROPERTY_MODULE
-
setModule
public void setModule(Module module)
- See Also:
PROPERTY_MODULE
-
getUIPattern
public String getUIPattern()
- See Also:
PROPERTY_UIPATTERN
-
setUIPattern
public void setUIPattern(String uIPattern)
- See Also:
PROPERTY_UIPATTERN
-
isMultiRecord
public Boolean isMultiRecord()
- See Also:
PROPERTY_ISMULTIRECORD
-
setMultiRecord
public void setMultiRecord(Boolean isMultiRecord)
- See Also:
PROPERTY_ISMULTIRECORD
-
isRequiresExplicitAccessPermission
public Boolean isRequiresExplicitAccessPermission()
-
setRequiresExplicitAccessPermission
public void setRequiresExplicitAccessPermission(Boolean requiresExplicitAccessPermission)
-
getClientSideValidation
public String getClientSideValidation()
- See Also:
PROPERTY_CLIENTSIDEVALIDATION
-
setClientSideValidation
public void setClientSideValidation(String clientSideValidation)
- See Also:
PROPERTY_CLIENTSIDEVALIDATION
-
isGridlegacy
public Boolean isGridlegacy()
- See Also:
PROPERTY_ISGRIDLEGACY
-
setGridlegacy
public void setGridlegacy(Boolean isgridlegacy)
- See Also:
PROPERTY_ISGRIDLEGACY
-
getLoadFunction
public String getLoadFunction()
- See Also:
PROPERTY_LOADFUNCTION
-
setLoadFunction
public void setLoadFunction(String loadFunction)
- See Also:
PROPERTY_LOADFUNCTION
-
isCanAddRecordsToASelector
public Boolean isCanAddRecordsToASelector()
- See Also:
PROPERTY_CANADDRECORDSTOASELECTOR
-
setCanAddRecordsToASelector
public void setCanAddRecordsToASelector(Boolean canAddRecordsToASelector)
- See Also:
PROPERTY_CANADDRECORDSTOASELECTOR
-
getRefreshFunction
public String getRefreshFunction()
- See Also:
PROPERTY_REFRESHFUNCTION
-
setRefreshFunction
public void setRefreshFunction(String refreshFunction)
- See Also:
PROPERTY_REFRESHFUNCTION
-
setOBUIAPPParameterList
public void setOBUIAPPParameterList(List<Parameter> oBUIAPPParameterList)
- See Also:
Parameter
-
getOBUIAPPProcessTrlList
public List<OBUIAPP_ProcessTrl> getOBUIAPPProcessTrlList()
Help: The translation defines the process definition name, Help/Comment and description for different languages- See Also:
OBUIAPP_ProcessTrl
-
setOBUIAPPProcessTrlList
public void setOBUIAPPProcessTrlList(List<OBUIAPP_ProcessTrl> oBUIAPPProcessTrlList)
Help: The translation defines the process definition name, Help/Comment and description for different languages- See Also:
OBUIAPP_ProcessTrl
-
getOBUIAPPProcessAccessList
public List<ProcessAccess> getOBUIAPPProcessAccessList()
- See Also:
ProcessAccess
-
setOBUIAPPProcessAccessList
public void setOBUIAPPProcessAccessList(List<ProcessAccess> oBUIAPPProcessAccessList)
- See Also:
ProcessAccess
-
getOBUIAPPReportList
public List<ReportDefinition> getOBUIAPPReportList()
Help: Contains the information to build a Report using JR Templates.- See Also:
ReportDefinition
-
setOBUIAPPReportList
public void setOBUIAPPReportList(List<ReportDefinition> oBUIAPPReportList)
Help: Contains the information to build a Report using JR Templates.- See Also:
ReportDefinition
-
-