public interface UsageDao
| Modifier and Type | Method and Description |
|---|---|
List<Usage> |
getUsage(Sid accountSid) |
List<Usage> |
getUsageAllTime(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
getUsageDaily(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
getUsageMonthly(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
getUsageYearly(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> getUsageDaily(Sid accountSid, Usage.Category category, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate)
List<Usage> getUsageMonthly(Sid accountSid, Usage.Category category, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate)
List<Usage> getUsageYearly(Sid accountSid, Usage.Category category, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate)
List<Usage> getUsageAllTime(Sid accountSid, Usage.Category category, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate)
Copyright © 2017. All Rights Reserved.