Package org.n52.sensorweb.server.srv
Class PhenomenonService
java.lang.Object
org.n52.series.spi.srv.ParameterService<T>
org.n52.sensorweb.server.srv.AccessService<org.n52.io.response.PhenomenonOutput>
org.n52.sensorweb.server.srv.PhenomenonService
- All Implemented Interfaces:
org.n52.series.spi.srv.RawDataInfo
@Component
public class PhenomenonService
extends AccessService<org.n52.io.response.PhenomenonOutput>
-
Field Summary
Fields inherited from class org.n52.sensorweb.server.srv.AccessService
dbQueryFactory, repository -
Constructor Summary
ConstructorsConstructorDescriptionPhenomenonService(OutputAssembler<org.n52.io.response.PhenomenonOutput> repository, DbQueryFactory queryFactory) -
Method Summary
Methods inherited from class org.n52.sensorweb.server.srv.AccessService
exists, getCondensedParameters, getExpandedParameters, getParameter, getParametersMethods inherited from class org.n52.series.spi.srv.ParameterService
getRawDataService, setRawDataServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.n52.series.spi.srv.RawDataInfo
supportsRawData
-
Constructor Details
-
PhenomenonService
public PhenomenonService(OutputAssembler<org.n52.io.response.PhenomenonOutput> repository, DbQueryFactory queryFactory)
-