Class Selector
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.userinterface.selector.Selector
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class Selector extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity OBUISEL_Selector (stored in table OBUISEL_Selector).
Help: Defines the selector field suggestion box and popup grid.
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 OBUISEL_Selectorstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table OBUISEL_Selectorstatic String
PROPERTY_COLUMN
Property column stored in column AD_Column_ID in table OBUISEL_Selector
Help: Link to the database column of the tablestatic String
PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table OBUISEL_Selectorstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table OBUISEL_Selectorstatic String
PROPERTY_CUSTOMQUERY
Property customQuery stored in column Custom_Query in table OBUISEL_Selector
Help: Indicates that a custom query is used to fill out the selector's grid.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table OBUISEL_Selector
Help: A description is limited to 255 characters.static String
PROPERTY_DISPLAYFIELD
Property displayfield stored in column Displayfield_ID in table OBUISEL_Selector
Help: The value of this field will be displayed in the selector text input box.static String
PROPERTY_ENTITYALIAS
Property entityAlias stored in column Entity_Alias in table OBUISEL_Selector
Help: In case that the the selector's table has an alias in the HQL it is mandatory to set it on this field.static String
PROPERTY_FILTEREXPRESSION
Property filterExpression stored in column Filter_Expression in table OBUISEL_Selector
Help: Defines a JavaScript expression evaluated on the server that returns a HQL where clause string and will be appended in the where clause. HQL where clause is static defined where clause. The filter expression can use JavaScript to access the Openbravo API evaluate on the fly and return a HQL dynamically. Note: This expression expression must always return a string value, e.g. "e.customer = true"static String
PROPERTY_HELPCOMMENT
Property helpComment stored in column Help in table OBUISEL_Selector
Help: The Help field contains a hint, comment or help about the use of this item.static String
PROPERTY_HQL
Property hQL stored in column HQL in table OBUISEL_Selector
Help: HQL Query code to populate selector's grid.static String
PROPERTY_HQLWHERECLAUSE
Property hQLWhereClause stored in column Whereclause in table OBUISEL_Selector
Help: The HQL where clause is added to the query to retrieve the data which is returned by the datasource. When refering to properties of the entity shown in the selector then use the prefix e. For example if the selector shows Products then refering to product category works like this: e.productCategory.name='Ceramics'.static String
PROPERTY_ID
Property id stored in column Obuisel_Selector_ID in table OBUISEL_Selector
Help: The unique identifying key for the selector.static String
PROPERTY_MODULE
Property module stored in column AD_Module_ID in table OBUISEL_Selector
Help: Indicates the module the element forms part of.static String
PROPERTY_NAME
Property name stored in column Name in table OBUISEL_Selectorstatic String
PROPERTY_OBCLKERTEMPLATE
Property obclkerTemplate stored in column Obclker_Template_ID in table OBUISEL_Selector
Help: Defines the template which is used to generate the (javascript) code to render the component.static String
PROPERTY_OBSERDSDATASOURCE
Property obserdsDatasource stored in column Obserds_Datasource_ID in table OBUISEL_Selector
Help: The datasource provides data from the database or from in-memory data.static String
PROPERTY_OBUISELSELECTORFIELDLIST
Property oBUISELSelectorFieldList stored in table OBUISEL_Selectorstatic String
PROPERTY_OBUISELSELECTORTRLLIST
Property oBUISELSelectorTrlList stored in table OBUISEL_Selectorstatic String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table OBUISEL_Selectorstatic String
PROPERTY_POPUPTEXTMATCHSTYLE
Property popuptextmatchstyle stored in column Popuptextmatchstyle in table OBUISEL_Selector
Help: Defines the text matching logic used in the filters in the popup grid.static String
PROPERTY_PROCESSDEFINTION
Property processDefintion stored in column Obuiapp_Process_ID in table OBUISEL_Selector
Help: This is the 'Process Definition' that will be opened once the 'Create New' button be pressed in a selector. This process should be in charge of the record creation.static String
PROPERTY_REFERENCE
Property reference stored in column AD_Reference_ID in table OBUISEL_Selector
Help: The Reference indicates the type of reference fieldstatic String
PROPERTY_SUGGESTIONTEXTMATCHSTYLE
Property suggestiontextmatchstyle stored in column Suggestiontextmatchstyle in table OBUISEL_Selector
Help: Defines the text matching logic used in the suggestion box.static String
PROPERTY_TABLE
Property table stored in column AD_Table_ID in table OBUISEL_Selector
Help: The Table indicates the table in which a field or fields reside.static String
PROPERTY_UPDATED
Property updated stored in column Updated in table OBUISEL_Selectorstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table OBUISEL_Selectorstatic String
PROPERTY_VALUEFIELD
Property valuefield stored in column Valuefield_ID in table OBUISEL_Selector
Help: The value of this field will be set in the foreign key column. Normally this field does not need to be set. If not set then the id of the referenced entity is used.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description Selector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Client
getClient()
Client fieldColumn
getColumn()
User
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditString
getDescription()
SelectorField
getDisplayfield()
String
getEntityAlias()
String
getEntityName()
String
getFilterExpression()
String
getHelpComment()
String
getHQL()
String
getHQLWhereClause()
String
getId()
Module
getModule()
String
getName()
Template
getObclkerTemplate()
DataSource
getObserdsDatasource()
List<SelectorField>
getOBUISELSelectorFieldList()
Help: Defines the columns which are shown in the suggestion box and in the popup grid.List<SelectorTrl>
getOBUISELSelectorTrlList()
Help: Translation table for selectorOrganization
getOrganization()
Gets organization fieldString
getPopuptextmatchstyle()
Process
getProcessDefintion()
Reference
getReference()
String
getSuggestiontextmatchstyle()
Table
getTable()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userSelectorField
getValuefield()
Boolean
isActive()
Gets active fieldBoolean
isCustomQuery()
void
setActive(Boolean active)
Sets active fieldvoid
setClient(Client client)
Client fieldvoid
setColumn(Column column)
void
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setCustomQuery(Boolean customQuery)
void
setDescription(String description)
void
setDisplayfield(SelectorField displayfield)
void
setEntityAlias(String entityAlias)
void
setFilterExpression(String filterExpression)
void
setHelpComment(String helpComment)
void
setHQL(String hQL)
void
setHQLWhereClause(String hQLWhereClause)
void
setId(String id)
void
setModule(Module module)
void
setName(String name)
void
setObclkerTemplate(Template obclkerTemplate)
void
setObserdsDatasource(DataSource obserdsDatasource)
void
setOBUISELSelectorFieldList(List<SelectorField> oBUISELSelectorFieldList)
Help: Defines the columns which are shown in the suggestion box and in the popup grid.void
setOBUISELSelectorTrlList(List<SelectorTrl> oBUISELSelectorTrlList)
Help: Translation table for selectorvoid
setOrganization(Organization organization)
Sets organization fieldvoid
setPopuptextmatchstyle(String popuptextmatchstyle)
void
setProcessDefintion(Process processDefintion)
void
setReference(Reference reference)
void
setSuggestiontextmatchstyle(String suggestiontextmatchstyle)
void
setTable(Table table)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit uservoid
setValuefield(SelectorField valuefield)
-
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 Obuisel_Selector_ID in table OBUISEL_Selector
Help: The unique identifying key for the selector.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table OBUISEL_Selector- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table OBUISEL_Selector- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_MODULE
public static final String PROPERTY_MODULE
Property module stored in column AD_Module_ID in table OBUISEL_Selector
Help: Indicates the module the element forms part of.- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table OBUISEL_Selector- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table OBUISEL_Selector
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 OBUISEL_Selector
Help: The Help field contains a hint, comment or help about the use of this item.- See Also:
- Constant Field Values
-
PROPERTY_REFERENCE
public static final String PROPERTY_REFERENCE
Property reference stored in column AD_Reference_ID in table OBUISEL_Selector
Help: The Reference indicates the type of reference field- See Also:
- Constant Field Values
-
PROPERTY_TABLE
public static final String PROPERTY_TABLE
Property table stored in column AD_Table_ID in table OBUISEL_Selector
Help: The Table indicates the table in which a field or fields reside.- See Also:
- Constant Field Values
-
PROPERTY_COLUMN
public static final String PROPERTY_COLUMN
Property column stored in column AD_Column_ID in table OBUISEL_Selector
Help: Link to the database column of the table- See Also:
- Constant Field Values
-
PROPERTY_HQLWHERECLAUSE
public static final String PROPERTY_HQLWHERECLAUSE
Property hQLWhereClause stored in column Whereclause in table OBUISEL_Selector
Help: The HQL where clause is added to the query to retrieve the data which is returned by the datasource. When refering to properties of the entity shown in the selector then use the prefix e. For example if the selector shows Products then refering to product category works like this: e.productCategory.name='Ceramics'.- See Also:
- Constant Field Values
-
PROPERTY_FILTEREXPRESSION
public static final String PROPERTY_FILTEREXPRESSION
Property filterExpression stored in column Filter_Expression in table OBUISEL_Selector
Help: Defines a JavaScript expression evaluated on the server that returns a HQL where clause string and will be appended in the where clause. HQL where clause is static defined where clause. The filter expression can use JavaScript to access the Openbravo API evaluate on the fly and return a HQL dynamically. Note: This expression expression must always return a string value, e.g. "e.customer = true"- See Also:
- Constant Field Values
-
PROPERTY_OBSERDSDATASOURCE
public static final String PROPERTY_OBSERDSDATASOURCE
Property obserdsDatasource stored in column Obserds_Datasource_ID in table OBUISEL_Selector
Help: The datasource provides data from the database or from in-memory data.- See Also:
- Constant Field Values
-
PROPERTY_OBCLKERTEMPLATE
public static final String PROPERTY_OBCLKERTEMPLATE
Property obclkerTemplate stored in column Obclker_Template_ID in table OBUISEL_Selector
Help: Defines the template which is used to generate the (javascript) code to render the component.- See Also:
- Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column Isactive in table OBUISEL_Selector- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table OBUISEL_Selector- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column Createdby in table OBUISEL_Selector- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table OBUISEL_Selector- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column Updatedby in table OBUISEL_Selector- See Also:
Traceable
, Constant Field Values
-
PROPERTY_VALUEFIELD
public static final String PROPERTY_VALUEFIELD
Property valuefield stored in column Valuefield_ID in table OBUISEL_Selector
Help: The value of this field will be set in the foreign key column. Normally this field does not need to be set. If not set then the id of the referenced entity is used.- See Also:
- Constant Field Values
-
PROPERTY_DISPLAYFIELD
public static final String PROPERTY_DISPLAYFIELD
Property displayfield stored in column Displayfield_ID in table OBUISEL_Selector
Help: The value of this field will be displayed in the selector text input box.- See Also:
- Constant Field Values
-
PROPERTY_SUGGESTIONTEXTMATCHSTYLE
public static final String PROPERTY_SUGGESTIONTEXTMATCHSTYLE
Property suggestiontextmatchstyle stored in column Suggestiontextmatchstyle in table OBUISEL_Selector
Help: Defines the text matching logic used in the suggestion box.- See Also:
- Constant Field Values
-
PROPERTY_POPUPTEXTMATCHSTYLE
public static final String PROPERTY_POPUPTEXTMATCHSTYLE
Property popuptextmatchstyle stored in column Popuptextmatchstyle in table OBUISEL_Selector
Help: Defines the text matching logic used in the filters in the popup grid.- See Also:
- Constant Field Values
-
PROPERTY_HQL
public static final String PROPERTY_HQL
Property hQL stored in column HQL in table OBUISEL_Selector
Help: HQL Query code to populate selector's grid. Retrieved columns must have an alias defined, this alias is used to identify the returned value with a selector field. It is mandatory to set the "@additional_filters@" String on the main where clause. It is forbidden to include an Order by clause in the HQL, the order is defined on the Selector fields.- See Also:
- Constant Field Values
-
PROPERTY_ENTITYALIAS
public static final String PROPERTY_ENTITYALIAS
Property entityAlias stored in column Entity_Alias in table OBUISEL_Selector
Help: In case that the the selector's table has an alias in the HQL it is mandatory to set it on this field. This alias is used to add some mandatory filters on the Where clause replacing the @additional_filters@ string. Some examples of added filters are: client, organization and active flag.- See Also:
- Constant Field Values
-
PROPERTY_CUSTOMQUERY
public static final String PROPERTY_CUSTOMQUERY
Property customQuery stored in column Custom_Query in table OBUISEL_Selector
Help: Indicates that a custom query is used to fill out the selector's grid.- See Also:
- Constant Field Values
-
PROPERTY_PROCESSDEFINTION
public static final String PROPERTY_PROCESSDEFINTION
Property processDefintion stored in column Obuiapp_Process_ID in table OBUISEL_Selector
Help: This is the 'Process Definition' that will be opened once the 'Create New' button be pressed in a selector. This process should be in charge of the record creation.- See Also:
- Constant Field Values
-
PROPERTY_OBUISELSELECTORFIELDLIST
public static final String PROPERTY_OBUISELSELECTORFIELDLIST
Property oBUISELSelectorFieldList stored in table OBUISEL_Selector- See Also:
- Constant Field Values
-
PROPERTY_OBUISELSELECTORTRLLIST
public static final String PROPERTY_OBUISELSELECTORTRLLIST
Property oBUISELSelectorTrlList stored in table OBUISEL_Selector- 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
-
getModule
public Module getModule()
- See Also:
PROPERTY_MODULE
-
setModule
public void setModule(Module module)
- See Also:
PROPERTY_MODULE
-
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
-
getReference
public Reference getReference()
- See Also:
PROPERTY_REFERENCE
-
setReference
public void setReference(Reference reference)
- See Also:
PROPERTY_REFERENCE
-
getTable
public Table getTable()
- See Also:
PROPERTY_TABLE
-
setTable
public void setTable(Table table)
- See Also:
PROPERTY_TABLE
-
getColumn
public Column getColumn()
- See Also:
PROPERTY_COLUMN
-
setColumn
public void setColumn(Column column)
- See Also:
PROPERTY_COLUMN
-
getHQLWhereClause
public String getHQLWhereClause()
- See Also:
PROPERTY_HQLWHERECLAUSE
-
setHQLWhereClause
public void setHQLWhereClause(String hQLWhereClause)
- See Also:
PROPERTY_HQLWHERECLAUSE
-
getFilterExpression
public String getFilterExpression()
- See Also:
PROPERTY_FILTEREXPRESSION
-
setFilterExpression
public void setFilterExpression(String filterExpression)
- See Also:
PROPERTY_FILTEREXPRESSION
-
getObserdsDatasource
public DataSource getObserdsDatasource()
- See Also:
PROPERTY_OBSERDSDATASOURCE
-
setObserdsDatasource
public void setObserdsDatasource(DataSource obserdsDatasource)
- See Also:
PROPERTY_OBSERDSDATASOURCE
-
getObclkerTemplate
public Template getObclkerTemplate()
- See Also:
PROPERTY_OBCLKERTEMPLATE
-
setObclkerTemplate
public void setObclkerTemplate(Template obclkerTemplate)
- See Also:
PROPERTY_OBCLKERTEMPLATE
-
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
-
getValuefield
public SelectorField getValuefield()
- See Also:
PROPERTY_VALUEFIELD
-
setValuefield
public void setValuefield(SelectorField valuefield)
- See Also:
PROPERTY_VALUEFIELD
-
getDisplayfield
public SelectorField getDisplayfield()
- See Also:
PROPERTY_DISPLAYFIELD
-
setDisplayfield
public void setDisplayfield(SelectorField displayfield)
- See Also:
PROPERTY_DISPLAYFIELD
-
getSuggestiontextmatchstyle
public String getSuggestiontextmatchstyle()
- See Also:
PROPERTY_SUGGESTIONTEXTMATCHSTYLE
-
setSuggestiontextmatchstyle
public void setSuggestiontextmatchstyle(String suggestiontextmatchstyle)
- See Also:
PROPERTY_SUGGESTIONTEXTMATCHSTYLE
-
getPopuptextmatchstyle
public String getPopuptextmatchstyle()
- See Also:
PROPERTY_POPUPTEXTMATCHSTYLE
-
setPopuptextmatchstyle
public void setPopuptextmatchstyle(String popuptextmatchstyle)
- See Also:
PROPERTY_POPUPTEXTMATCHSTYLE
-
getHQL
public String getHQL()
- See Also:
PROPERTY_HQL
-
setHQL
public void setHQL(String hQL)
- See Also:
PROPERTY_HQL
-
getEntityAlias
public String getEntityAlias()
- See Also:
PROPERTY_ENTITYALIAS
-
setEntityAlias
public void setEntityAlias(String entityAlias)
- See Also:
PROPERTY_ENTITYALIAS
-
isCustomQuery
public Boolean isCustomQuery()
- See Also:
PROPERTY_CUSTOMQUERY
-
setCustomQuery
public void setCustomQuery(Boolean customQuery)
- See Also:
PROPERTY_CUSTOMQUERY
-
getProcessDefintion
public Process getProcessDefintion()
- See Also:
PROPERTY_PROCESSDEFINTION
-
setProcessDefintion
public void setProcessDefintion(Process processDefintion)
- See Also:
PROPERTY_PROCESSDEFINTION
-
getOBUISELSelectorFieldList
public List<SelectorField> getOBUISELSelectorFieldList()
Help: Defines the columns which are shown in the suggestion box and in the popup grid.- See Also:
SelectorField
-
setOBUISELSelectorFieldList
public void setOBUISELSelectorFieldList(List<SelectorField> oBUISELSelectorFieldList)
Help: Defines the columns which are shown in the suggestion box and in the popup grid.- See Also:
SelectorField
-
getOBUISELSelectorTrlList
public List<SelectorTrl> getOBUISELSelectorTrlList()
Help: Translation table for selector- See Also:
SelectorTrl
-
setOBUISELSelectorTrlList
public void setOBUISELSelectorTrlList(List<SelectorTrl> oBUISELSelectorTrlList)
Help: Translation table for selector- See Also:
SelectorTrl
-
-