| 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.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 |
|---|---|
Usage.Category |
Usage.getCategory() |
static Usage.Category |
Usage.Category.getCategoryValue(String text) |
static Usage.Category |
Usage.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Usage.Category[] |
Usage.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Usage(Usage.Category category,
String description,
Sid accountSid,
org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Long usage,
String usageUnit,
Long count,
String countUnit,
BigDecimal price,
Currency priceUnit,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
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.