Interface DataCatalogue
-
- All Known Implementing Classes:
AbstractDataCatalogue,AbstractSubformDataCatalogue,ConsentMvCatalogue,ConsentMvVerlaufCatalogue,EcogCatalogue,EinzelempfehlungCatalogue,FollowUpCatalogue,HistologieCatalogue,KeimbahndiagnoseCatalogue,KpaCatalogue,MolekulargenetikCatalogue,MolekulargenMsiCatalogue,MolekulargenuntersuchungCatalogue,MolekularImmunhistoCatalogue,MolekularPcrCatalogue,PatientCatalogue,ProzedurCatalogue,RebiopsieCatalogue,ReevaluationCatalogue,TherapielinieCatalogue,TherapieplanCatalogue,TumorausbreitungCatalogue,TumorgradingCatalogue,VerwandteCatalogue,VorbefundeCatalogue
@NullMarked public interface DataCatalogueCommon interface for all data catalogues- Since:
- 0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultSetgetById(int id)Get a result set by database id
-
-
-
Method Detail
-
getById
ResultSet getById(int id)
Get a result set by database id- Parameters:
id- The database id (primary key)- Returns:
- The result set
-
-