public class AccessService<T extends org.n52.io.response.ParameterOutput>
extends org.n52.series.spi.srv.ParameterService<T>
| Modifier and Type | Field and Description |
|---|---|
protected DbQueryFactory |
dbQueryFactory |
protected OutputAssembler<T> |
repository |
| Constructor and Description |
|---|
AccessService(OutputAssembler<T> repository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(java.lang.String id,
org.n52.io.request.IoParameters parameters) |
org.n52.io.response.OutputCollection<T> |
getCondensedParameters(org.n52.io.request.IoParameters query) |
org.n52.io.response.OutputCollection<T> |
getExpandedParameters(org.n52.io.request.IoParameters query) |
T |
getParameter(java.lang.String id,
org.n52.io.request.IoParameters query) |
org.n52.io.response.OutputCollection<T> |
getParameters(java.lang.String[] ids,
org.n52.io.request.IoParameters query) |
protected final OutputAssembler<T extends org.n52.io.response.ParameterOutput> repository
@Autowired protected DbQueryFactory dbQueryFactory
public AccessService(OutputAssembler<T> repository)
public org.n52.io.response.OutputCollection<T> getExpandedParameters(org.n52.io.request.IoParameters query)
getExpandedParameters in class org.n52.series.spi.srv.ParameterService<T extends org.n52.io.response.ParameterOutput>public org.n52.io.response.OutputCollection<T> getCondensedParameters(org.n52.io.request.IoParameters query)
getCondensedParameters in class org.n52.series.spi.srv.ParameterService<T extends org.n52.io.response.ParameterOutput>public org.n52.io.response.OutputCollection<T> getParameters(java.lang.String[] ids, org.n52.io.request.IoParameters query)
getParameters in class org.n52.series.spi.srv.ParameterService<T extends org.n52.io.response.ParameterOutput>public T getParameter(java.lang.String id, org.n52.io.request.IoParameters query)
getParameter in class org.n52.series.spi.srv.ParameterService<T extends org.n52.io.response.ParameterOutput>public boolean exists(java.lang.String id,
org.n52.io.request.IoParameters parameters)
exists in class org.n52.series.spi.srv.ParameterService<T extends org.n52.io.response.ParameterOutput>Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.