Interface DataMapper<T>
-
- Type Parameters:
T- The destination type
- All Known Subinterfaces:
SubformDataMapper<T>
- All Known Implementing Classes:
AbstractEinzelempfehlungDataMapper,AbstractKpaTherapieverlaufDataMapper,AbstractSubformDataMapper,ConsentMvDataMapper,CustomMetadataDataMapper,EinzelempfehlungProzedurDataMapper,EinzelempfehlungStudieDataMapper,EinzelempfehlungWirkstoffDataMapper,FollowUpDataMapper,KpaDiagnosisDataMapper,KpaEcogDataMapper,KpaHistologieDataMapper,KpaPatientDataMapper,KpaProzedurDataMapper,KpaTherapielinieDataMapper,KpaTumorausbreitungDataMapper,KpaVerwandteDataMapper,KpaVorbefundeDataMapper,MolekulargenetikMsiDataMapper,MolekulargenetikNgsDataMapper,MolekulargenetikToSpecimenDataMapper,MtbDataMapper,MtbEpisodeDataMapper,PatientDataMapper,TherapieplanDataMapper
public interface DataMapper<T>General interface for all data mappers- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable TgetById(int id)Loads a data set from database and maps it into destination data type
-
-
-
Method Detail
-
getById
@Nullable T getById(int id)
Loads a data set from database and maps it into destination data type- Parameters:
id- The database id of the root procedure data set- Returns:
- The data set to be loaded
-
-