public interface VoiceReportsService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameter(java.lang.String key) |
java.lang.String |
getParameters(java.lang.String reportType) |
java.lang.String |
getReportCSV(java.lang.String reportType,
java.time.LocalDate period) |
java.lang.String |
getReportRecords(java.lang.String reportType,
java.time.LocalDate period) |
void |
updateParameter(java.lang.String key,
java.lang.String value) |
java.lang.String getParameter(java.lang.String key) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.lang.String getParameters(java.lang.String reportType) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void updateParameter(java.lang.String key, java.lang.String value) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.lang.String getReportRecords(java.lang.String reportType, java.time.LocalDate period) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.lang.String getReportCSV(java.lang.String reportType, java.time.LocalDate period) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException