Class DataCollectionTimeToTimeValueConverter
java.lang.Object
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionTimeToTimeValueConverter
Convert the old Time node value into the new one.
- Since:
- 13.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvertBody(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) Contains the logic to convert the Old Time node value.
The old time value is assumed to be formatted as 'HH:mm'Methods inherited from class overit.geocallapp.wfm.core.bl.datacollection.converter.sheet.node.DataCollectionValueConverter
convert
-
Field Details
-
DATE_FORMAT
- See Also:
-
-
Constructor Details
-
DataCollectionTimeToTimeValueConverter
public DataCollectionTimeToTimeValueConverter()
-
-
Method Details
-
convertBody
public void convertBody(overit.geocallapp.wfm.srd.scheda.SchedaTree oldSheet, DataCollectionNode newNode) throws Exception Contains the logic to convert the Old Time node value.
The old time value is assumed to be formatted as 'HH:mm'- Specified by:
convertBodyin classDataCollectionValueConverter- Parameters:
oldSheet- the old nodenewNode- the new node- Throws:
Exception- the exception
-