Class DynDataReader

java.lang.Object
org.eclnt.ccee.dyndata.DynDataReader
All Implemented Interfaces:
IDynDataConstants, ICCEEConstants

public class DynDataReader extends Object implements ICCEEConstants, IDynDataConstants
  • Constructor Details

    • DynDataReader

      public DynDataReader()
    • DynDataReader

      public DynDataReader(DynDataReaderContext ddrContext)
  • Method Details

    • createDynDataMap

      public DynDataMap createDynDataMap(DynDataDefinition realDdd)
      Create data completely out of configuration of DynDataDefinition.
    • createDynDataMap

      public DynDataMap createDynDataMap(DynDataDefinition ddd, Object rootBean)
      This is the starter method for creating a DynDataMap instance with a single entrance object.
    • createDynDataMapFromMap

      public DynDataMap createDynDataMapFromMap(Map<String,Object> map)
      This is the starter method for creating a DynDataMap 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

      public DynDataMap createDynDataMapFromMap(DynDataDefinition ddd, Map<String,Object> map)
      This is the starter method for creating a DynDataMap 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

      public void addMapIntoDynDataMap(DynDataMap ddMap, Map<String,Object> map)
      Transfers data of map into dyn-data-map. Creates sub objects of the map contains sub objects.