public class IndexListDataSource extends Object implements DataSource
źródeł,
które pobierają informacje z każdej instancji listy indeksów.| Constructor and Description |
|---|
IndexListDataSource()
Tworzy nową instancję wczytując do niej dane z czterech
list indeksów. |
| Modifier and Type | Method and Description |
|---|---|
ActNumber[] |
getBaptism(String surname,
String name) |
ActNumber[] |
getConfirmation(String surname,
String name) |
ActNumber[] |
getDecease(String surname,
String name) |
ActNumber[] |
getMarriage(String surname,
String name) |
Map<String,Set<String>> |
getPersonalData()
Zwraca mapę, która każdemu nazwisku przyporządkowuje zbiór imion.
|
public IndexListDataSource()
list indeksów.public ActNumber[] getBaptism(String surname, String name)
getBaptism in interface DataSourcesurname - nazwiskoname - imiępublic ActNumber[] getConfirmation(String surname, String name)
getConfirmation in interface DataSourcesurname - nazwiskoname - imiępublic ActNumber[] getMarriage(String surname, String name)
getMarriage in interface DataSourcesurname - nazwiskoname - imiępublic ActNumber[] getDecease(String surname, String name)
getDecease in interface DataSourcesurname - nazwiskoname - imiępublic Map<String,Set<String>> getPersonalData()
DataSourceDataSource.getBaptism(String, String), DataSource.getConfirmation(String, String),
DataSource.getMarriage(String, String) i DataSource.getDecease(String, String).getPersonalData in interface DataSourcenull - jeżeli źródło danych nie wspiera możliwości pobrania danych osobowych.Copyright © 2021. All rights reserved.