Package inha.git.statistics.api.service
Interface StatisticsService
- All Known Implementing Classes:
StatisticsServiceImpl
public interface StatisticsService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustCount
(User user, List<Field> fields, Semester semester, Category category, Integer type, boolean isIncrease) getProjectStatistics
(SearchCond searchCond) getQuestionStatistics
(SearchCond searchCond)
-
Method Details
-
adjustCount
-
getProjectStatistics
-
getQuestionStatistics
-
getBatchStatistics
List<BatchCollegeStatisticsResponse> getBatchStatistics() -
getPatentStatistics
List<PatentStatisticsResponse> getPatentStatistics()
-