Class EntityCounter
- java.lang.Object
-
- org.n52.sensorweb.server.db.assembler.core.EntityCounter
-
@Component public class EntityCounter extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityCounter(DbQueryFactory dbQueryFactory, DataRepositoryTypeFactory dataRepositoryFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongcountCategories(DbQuery query)LongcountDatasets(DbQuery query)LongcountFeatures(DbQuery query)LongcountIndividualObservations(DbQuery query)LongcountMeasuringPrograms(DbQuery query)LongcountOfferings(DbQuery query)LongcountPhenomena(DbQuery query)LongcountPlatforms(DbQuery query)LongcountProcedures(DbQuery query)LongcountProfiles(DbQuery query)LongcountSamplings(DbQuery query)LongcountTags(DbQuery query)LongcountTimeseries(DbQuery query)LongcountTrajectories(DbQuery query)
-
-
-
Constructor Detail
-
EntityCounter
public EntityCounter(DbQueryFactory dbQueryFactory, DataRepositoryTypeFactory dataRepositoryFactory)
-
-