Interface RecoveryPointMapperTO
-
- All Known Implementing Classes:
RecoveryPointMapperTOImpl
public interface RecoveryPointMapperTO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveryPointBOtoBO(RecoveryPointTO source)RecoveryPointTOtoTO(RecoveryPointBO source)List<RecoveryPointTO>toTOs(List<RecoveryPointBO> source)
-
-
-
Method Detail
-
toTO
RecoveryPointTO toTO(RecoveryPointBO source)
-
toTOs
List<RecoveryPointTO> toTOs(List<RecoveryPointBO> source)
-
toBO
RecoveryPointBO toBO(RecoveryPointTO source)
-
-