public interface MessageReportService
| Modifier and Type | Method and Description |
|---|---|
List<MessageReportDto> |
getMessageStateSummary(Date startDate,
Date endDate)
Returns list of aggregated values about messages in specified time interval.
|
List<MessageReportDto> getMessageStateSummary(Date startDate, Date endDate)
startDate - Start dateendDate - End dateaggregated DTOsCopyright © 2016. All rights reserved.