public abstract class AbstractBaseStatisticsService<T> extends Object implements StatisticsService<T>, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
AbstractBaseStatisticsService() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
abstract OnmsDao<T,Integer> |
getDao() |
int |
getTotalCount(Criteria criteria) |
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
@Transactional public int getTotalCount(Criteria criteria)
getTotalCount
in interface StatisticsService<T>
Copyright © 2021. All rights reserved.