public interface DeliveredReportApi extends ReportApi
Long
count(String startTime, String endTime)
List<Map<String,Object>>
list(String startTime, String endTime, int startIndex)
@Named(value="GetDeliveredCount") Long count(String startTime, String endTime)
count
ReportApi
@Named(value="GetDeliveredList") List<Map<String,Object>> list(String startTime, String endTime, int startIndex)
list
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.