Class Sovintel
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.modules.voice.server.bean.operator.Operator
ru.bitel.bgbilling.modules.voice.server.bean.operator.sovintel.Sovintel
- 
Field Summary
Fields inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.Operator
ABONENT_SNAPSHOT_TABLE_PREFIX, billingToOperServiceMap, id, incorrectOperatorMessage, mid, moduleSetup, operatorSetup, operToBillingServiceMap, serviceList, tariffList - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidОператор должен проверить свои настройки и если что-то не так - кинуть экзепшен.voidcreateAbonentSnapshot(Connection con, Date month) getReportList(Date month, boolean hasSnapshot) booleanMethods inherited from class ru.bitel.bgbilling.modules.voice.server.bean.operator.Operator
clearSnapshot, getBillingToOperServiceMap, getChangedAbonents, getContractId, getId, getInsertSnapshotPs, getLastPrevSnapshot, getModuleId, getModuleSetup, getOperatorSetup, getOperToBillingServiceMap, getReport, getReportList, getServiceList, getTariffList, getTitle, hasShapshot, initMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError 
- 
Constructor Details
- 
Sovintel
public Sovintel() 
 - 
 - 
Method Details
- 
createAbonentSnapshot
- Specified by:
 createAbonentSnapshotin classOperator
 - 
getReportList
- Specified by:
 getReportListin classOperator
 - 
needAbonentSnapshot
public boolean needAbonentSnapshot()- Specified by:
 needAbonentSnapshotin classOperator
 - 
checkCorrectOperator
public void checkCorrectOperator() throws ru.bitel.bgbilling.common.BGExceptionDescription copied from class:OperatorОператор должен проверить свои настройки и если что-то не так - кинуть экзепшен.- Specified by:
 checkCorrectOperatorin classOperator- Throws:
 ru.bitel.bgbilling.common.BGException- экзепшен с сообщением.
 
 -