@Service public class MessageReportServiceImpl extends Object implements MessageReportService
MessageReportService
.Constructor and Description |
---|
MessageReportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<MessageReportDto> |
getMessageStateSummary(Date startDate,
Date endDate)
Returns list of aggregated values about messages in specified time interval.
|
public List<MessageReportDto> getMessageStateSummary(Date startDate, Date endDate)
MessageReportService
getMessageStateSummary
in interface MessageReportService
startDate
- Start dateendDate
- End dateaggregated DTOs
Copyright © 2016. All rights reserved.