Interface DataChoiceRestService
-
- All Known Implementing Classes:
DataChoiceRestServiceImpl
public interface DataChoiceRestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsageStatisticsReportDTO
getUsageStatistics()
void
updateCollectUsageStatisticFlag(javax.servlet.http.HttpServletRequest request, java.lang.String action)
-
-
-
Method Detail
-
updateCollectUsageStatisticFlag
void updateCollectUsageStatisticFlag(@Context javax.servlet.http.HttpServletRequest request, java.lang.String action)
-
getUsageStatistics
UsageStatisticsReportDTO getUsageStatistics() throws javax.servlet.ServletException, java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException
-
-