Interface AccountingPeriodService
public interface AccountingPeriodService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
periodDelete
(int id) periodList
(int contractId) int
periodUpdate
(InetAccountingPeriod period) void
periodWrap
(InetAccountingPeriod period, int cidTo, Date date)
-
Method Details
-
periodList
- Throws:
ru.bitel.bgbilling.common.BGException
-
periodUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
periodDelete
void periodDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
periodWrap
void periodWrap(InetAccountingPeriod period, int cidTo, Date date) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-