Interface AccountingPeriodService
public interface AccountingPeriodService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidperiodDelete(int id) periodList(int contractId) intperiodUpdate(InetAccountingPeriod period) voidperiodWrap(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
 
 -