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.BGException
int periodUpdate(InetAccountingPeriod period) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void periodDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void periodWrap(InetAccountingPeriod period, int cidTo, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException