Package com.groiss.reporting.data.impl
Class UserPersistentData
java.lang.Object
com.groiss.reporting.export.AbstractReportingExportable
com.groiss.reporting.data.impl.DefaultReportingData
com.groiss.reporting.data.impl.PersistentData
com.groiss.reporting.data.impl.UserPersistentData
- All Implemented Interfaces:
NumericValue
,ReportingData
,ReportingExportable
,Cloneable
,Comparable<ReportingExportable>
Reporting data type for users.
-
Field Summary
Fields inherited from class com.groiss.reporting.data.impl.DefaultReportingData
a, alias, attributeHasUserdefType, dontUseMappedString, e, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConditionToQuery
(Query q, Element c) Adds the XMLAttribute as a conditon to the query.Defines Columnrenderer which implements the render function (used in ep 9.0)getOperatorList
(boolean comesFromParamMask) Methods inherited from class com.groiss.reporting.data.impl.PersistentData
addClientConditionWidgetOptions, addRightCheckConditionToQuery, addValues, compareTo, completeSeries, getClassesList, getCurrentValue, getPersistentObjectsLabels, getUnfilledPersistents, getValue, instantiate, releaseUnfilled, setValue, toJson
Methods inherited from class com.groiss.reporting.data.impl.DefaultReportingData
add, addIgnoreCaseComponents, addSelectAttributeToQuery, avg, checkTempJoin, compare2, getAlias, getAttribute, getBaseType, getDBData, getEntity, getMappedValue, getMappedValues, hasAttributeUserdefinedType, hasMappedValues, pairList, pairList, pairList, pairList, setAlias, setAttribute, setAttributeHasUserdefinedType, setEntity, setMappedValue, setValue, splitValueAttribute, toHtml, toString, toText
Methods inherited from class com.groiss.reporting.export.AbstractReportingExportable
getSortText
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.groiss.reporting.export.ReportingExportable
getSortText
-
Constructor Details
-
UserPersistentData
public UserPersistentData()
-
-
Method Details
-
addConditionToQuery
Description copied from interface:ReportingData
Adds the XMLAttribute as a conditon to the query. Has to callQuery.addCondition(String, String, String, String, List)
- Specified by:
addConditionToQuery
in interfaceReportingData
- Overrides:
addConditionToQuery
in classPersistentData
- Parameters:
q
- - the query Object, where condtion has to be addedc
- - the xml element of type condition
-
getOperatorList
- Specified by:
getOperatorList
in interfaceReportingData
- Overrides:
getOperatorList
in classDefaultReportingData
- Parameters:
comesFromParamMask
- true if list is taken for parameter of execution.- Returns:
- a list of pairs of string representing the available operators. The key string of the pair is the xml representation of the operator, the second string the i18n value.
-
getColumnRenderer
Description copied from interface:ReportingExportable
Defines Columnrenderer which implements the render function (used in ep 9.0)- Specified by:
getColumnRenderer
in interfaceReportingExportable
- Overrides:
getColumnRenderer
in classDefaultReportingData
- Returns:
- the dojo-module
-