public class OEPersistentData extends PersistentData
a, alias, attributeHasUserdefType, dontUseMappedString, e, value
Constructor and Description |
---|
OEPersistentData() |
Modifier and Type | Method and Description |
---|---|
void |
addClientConditionWidgetOptions(JSONObject json,
boolean paramAtExec,
Element condition)
add clientcondition attributes to attribute store
|
void |
addConditionToQuery(Query q,
Element c)
Adds the XMLAttribute as a conditon to the query.
|
protected Class<?> |
getBaseType() |
addRightCheckConditionToQuery, addValues, compareTo, completeSeries, getClassesList, getCurrentValue, getPersistentObjectsLabels, getUnfilledPersistents, getValue, instantiate, releaseUnfilled, setValue
add, addIgnoreCaseComponents, addSelectAttributeToQuery, avg, checkTempJoin, compare2, getAlias, getAttribute, getColumnRenderer, getDBData, getEntity, getMappedValue, getMappedValues, getOperatorList, hasAttributeUserdefinedType, hasMappedValues, pairList, pairList, pairList, pairList, setAlias, setAttribute, setAttributeHasUserdefinedType, setDojoAndStyle, setEntity, setMappedValue, setValue, splitValueAttribute, toHtml, toJson, toString, toText
getSortText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addClientConditionWidgetOptions
getSortText
public void addConditionToQuery(Query q, Element c)
ReportingData
Query.addCondition(String, String, String, String, List)
addConditionToQuery
in interface ReportingData
addConditionToQuery
in class PersistentData
q
- - the query Object, where condtion has to be addedc
- - the xml element of type conditionprotected Class<?> getBaseType()
getBaseType
in class DefaultReportingData
public void addClientConditionWidgetOptions(JSONObject json, boolean paramAtExec, Element condition)
ReportingData
addClientConditionWidgetOptions
in interface ReportingData
addClientConditionWidgetOptions
in class PersistentData
json
- the json object of this attributeparamAtExec
- indicates if method is called in normal condition or param-at-execution modecondition
- the optional <condition> element. can be used to mimic special behavior for parameter-at-execution scenarios@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.