Package com.groiss.reporting.data.impl
Class HasClassAttributePersistentData
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.HasClassAttributePersistentData
- All Implemented Interfaces:
NumericValue
,ReportingData
,ReportingExportable
,Cloneable
,Comparable<ReportingExportable>
Reporting data type for persistents, where classname is selected together with oid.
-
Field Summary
Fields inherited from class com.groiss.reporting.data.impl.DefaultReportingData
a, alias, attributeHasUserdefType, dontUseMappedString, e, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
check if theAttribute
, has mapped values. iftrue
DefaultReportingData.getMappedValues()
will be calledvoid
Sets the value of this object.Methods inherited from class com.groiss.reporting.data.impl.PersistentData
addClientConditionWidgetOptions, addConditionToQuery, addRightCheckConditionToQuery, addValues, compareTo, completeSeries, getClassesList, getCurrentValue, getPersistentObjectsLabels, getUnfilledPersistents, getValue, instantiate, releaseUnfilled, toJson
Methods inherited from class com.groiss.reporting.data.impl.DefaultReportingData
add, addIgnoreCaseComponents, addSelectAttributeToQuery, avg, checkTempJoin, compare2, getAlias, getAttribute, getBaseType, getColumnRenderer, getDBData, getEntity, getMappedValue, getMappedValues, getOperatorList, hasAttributeUserdefinedType, 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
-
HasClassAttributePersistentData
public HasClassAttributePersistentData()
-
-
Method Details
-
hasMappedValues
protected boolean hasMappedValues()Description copied from class:DefaultReportingData
check if theAttribute
, has mapped values. iftrue
DefaultReportingData.getMappedValues()
will be called- Overrides:
hasMappedValues
in classDefaultReportingData
- Returns:
-
setValue
Description copied from interface:ReportingData
Sets the value of this object. Value is gained from resultset.- Specified by:
setValue
in interfaceReportingData
- Overrides:
setValue
in classPersistentData
- Parameters:
rs
- - the result set of the queryselectAttribute
- - the xml-element attribute of the queryq
- - the query object- See Also:
-