public interface OutputAssembler<T>
| Modifier and Type | Method and Description |
|---|---|
List<org.n52.series.spi.search.SearchResult> |
convertToSearchResults(List<? extends DescribableEntity> found,
DbQuery query) |
boolean |
exists(String id,
DbQuery query) |
List<T> |
getAllCondensed(DbQuery parameters) |
List<T> |
getAllCondensed(DbQuery parameters,
org.hibernate.Session session) |
List<T> |
getAllExpanded(DbQuery parameters) |
List<T> |
getAllExpanded(DbQuery parameters,
org.hibernate.Session session) |
T |
getInstance(String id,
DbQuery parameters) |
T |
getInstance(String id,
DbQuery parameters,
org.hibernate.Session session) |
Collection<org.n52.series.spi.search.SearchResult> |
searchFor(org.n52.io.request.IoParameters parameters) |
List<T> getAllCondensed(DbQuery parameters) throws DataAccessException
DataAccessExceptionList<T> getAllCondensed(DbQuery parameters, org.hibernate.Session session) throws DataAccessException
DataAccessExceptionList<T> getAllExpanded(DbQuery parameters) throws DataAccessException
DataAccessExceptionList<T> getAllExpanded(DbQuery parameters, org.hibernate.Session session) throws DataAccessException
DataAccessExceptionT getInstance(String id, DbQuery parameters) throws DataAccessException
DataAccessExceptionT getInstance(String id, DbQuery parameters, org.hibernate.Session session) throws DataAccessException
DataAccessExceptionCollection<org.n52.series.spi.search.SearchResult> searchFor(org.n52.io.request.IoParameters parameters)
List<org.n52.series.spi.search.SearchResult> convertToSearchResults(List<? extends DescribableEntity> found, DbQuery query)
boolean exists(String id, DbQuery query) throws DataAccessException
DataAccessExceptionCopyright © 2015–2017 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.