public interface AccountingPeriodService
| Modifier and Type | Method and Description |
|---|---|
void |
periodDelete(int id) |
java.util.List<InetAccountingPeriod> |
periodList(int contractId) |
int |
periodUpdate(InetAccountingPeriod period) |
void |
periodWrap(InetAccountingPeriod period,
int cidTo,
java.util.Date date) |
java.util.List<InetAccountingPeriod> periodList(int contractId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint periodUpdate(InetAccountingPeriod period) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid periodDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid periodWrap(InetAccountingPeriod period, int cidTo, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException