| Package | Description |
|---|---|
| org.restcomm.connect.dao | |
| org.restcomm.connect.dao.entities | |
| org.restcomm.connect.dao.mybatis |
| Modifier and Type | Method and Description |
|---|---|
List<Usage> |
UsageDao.getUsage(Sid accountSid) |
List<Usage> |
UsageDao.getUsageAllTime(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
UsageDao.getUsageDaily(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
UsageDao.getUsageMonthly(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
UsageDao.getUsageYearly(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
| Modifier and Type | Method and Description |
|---|---|
List<Usage> |
UsageList.getUsages() |
| Constructor and Description |
|---|
UsageList(List<Usage> usages) |
| Modifier and Type | Method and Description |
|---|---|
List<Usage> |
MybatisUsageDao.getUsage(Sid accountSid) |
List<Usage> |
MybatisUsageDao.getUsageAllTime(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
MybatisUsageDao.getUsageDaily(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
MybatisUsageDao.getUsageMonthly(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
List<Usage> |
MybatisUsageDao.getUsageYearly(Sid accountSid,
Usage.Category category,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate) |
Copyright © 2017. All Rights Reserved.