Class DataCollectionSubConverter<S extends DynO,T extends InsertEvent,U>

java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.DataCollectionBaseConverter<S,T>
overit.geocallapp.wfm.core.bl.datacollection.converter.DataCollectionSubConverter<S,T,U>
Type Parameters:
S - must be a class representing the BO of the log table
T - must be the insert event for the log table
U - the class representing the conversion result of a sub element
Direct Known Subclasses:
DataCollectionOutcomeReasonConverter, DataCollectionTemplateStructureConverter, DataCollectionWorkCycleConverter

public abstract class DataCollectionSubConverter<S extends DynO,T extends InsertEvent,U> extends DataCollectionBaseConverter<S,T>
This class is used to build the Data Collection SubConverter. A SubConverter is used to convert a specific portion of a complex object.
  • Constructor Details

    • DataCollectionSubConverter

      public DataCollectionSubConverter()
  • Method Details