Package org.eclnt.ccee.dyndata
Class DynDataReader
java.lang.Object
org.eclnt.ccee.dyndata.DynDataReader
- All Implemented Interfaces:
IDynDataConstants
,ICCEEConstants
-
Field Summary
Fields inherited from interface org.eclnt.ccee.ICCEEConstants
AND, ASC, AVG, BETWEEN, BRC, BRO, COUNT, DEFAULT_CONTEXT, DESC, FUNCTIONRESULT, GREATER, GREATEREQUAL, IN, IS, ISNOT, LIKE, LL_DBG, LL_ERR, LL_INF, LL_WAR, LOWER, LOWEREQUAL, MAX, MIN, NULL, OR, ORDERBY, QPFUNCTION_LOWER, QPFUNCTION_UPPER, SUM
Fields inherited from interface org.eclnt.ccee.dyndata.meta.IDynDataConstants
DYNDATA_EXTRAROOT_ID, STRSTORE_ROOTPATH_JSON, STRSTORE_ROOTPATH_PROPERTIES, STRSTORE_ROOTPATH_XML, VALUEREF_CONTEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMapIntoDynDataMap
(DynDataMap ddMap, Map<String, Object> map) Transfers data of map into dyn-data-map.createDynDataMap
(DynDataDefinition realDdd) Create data completely out of configuration of DynDataDefinition.createDynDataMap
(DynDataDefinition ddd, Object rootBean) This is the starter method for creating aDynDataMap
instance with a single entrance object.This is the starter method for creating aDynDataMap
instance with an existing map.createDynDataMapFromMap
(DynDataDefinition ddd, Map<String, Object> map) This is the starter method for creating aDynDataMap
instance with an existing map.
-
Constructor Details
-
DynDataReader
public DynDataReader() -
DynDataReader
-
-
Method Details
-
createDynDataMap
Create data completely out of configuration of DynDataDefinition. -
createDynDataMap
This is the starter method for creating aDynDataMap
instance with a single entrance object. -
createDynDataMapFromMap
This is the starter method for creating aDynDataMap
instance with an existing map. The map is just transferred into a DynDataMap instance there is no update to the map data. There is no follow on processing with this map, it is used as it is passed. -
createDynDataMapFromMap
This is the starter method for creating aDynDataMap
instance with an existing map. The map is used as starting point for rules that are applied by the DynDataDefinition instance that is passed as parameter. -
addMapIntoDynDataMap
Transfers data of map into dyn-data-map. Creates sub objects of the map contains sub objects.
-