public interface I18NDAO<T extends AbstractI18NMetadata> extends Component<I18NDAOKey>
| Modifier and Type | Method and Description |
|---|---|
Collection<Locale> |
getAvailableLocales() |
Collection<T> |
getMetadata() |
Collection<T> |
getMetadata(Collection<String> id) |
Collection<T> |
getMetadata(Collection<String> id,
Locale locale) |
T |
getMetadata(String id) |
T |
getMetadata(String id,
Locale locale) |
boolean |
isSupported() |
void |
saveMetadata(T i18n) |
boolean isSupported()
T getMetadata(String id) throws OwsExceptionReport
OwsExceptionReportT getMetadata(String id, Locale locale) throws OwsExceptionReport
OwsExceptionReportCollection<T> getMetadata() throws OwsExceptionReport
OwsExceptionReportCollection<T> getMetadata(Collection<String> id) throws OwsExceptionReport
OwsExceptionReportCollection<T> getMetadata(Collection<String> id, Locale locale) throws OwsExceptionReport
OwsExceptionReportvoid saveMetadata(T i18n) throws OwsExceptionReport
OwsExceptionReportCollection<Locale> getAvailableLocales() throws OwsExceptionReport
OwsExceptionReportCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.