Class Sovintel
java.lang.Object
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, log, mid, moduleSetup, operatorSetup, operToBillingServiceMap, serviceList, tariffList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Оператор должен проверить свои настройки и если что-то не так - кинуть экзепшен.void
createAbonentSnapshot
(Connection con, Date month) getReportList
(Date month, boolean hasSnapshot) boolean
Methods 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, init
-
Constructor Details
-
Sovintel
public Sovintel()
-
-
Method Details
-
createAbonentSnapshot
- Specified by:
createAbonentSnapshot
in classOperator
-
getReportList
- Specified by:
getReportList
in classOperator
-
needAbonentSnapshot
public boolean needAbonentSnapshot()- Specified by:
needAbonentSnapshot
in classOperator
-
checkCorrectOperator
public void checkCorrectOperator() throws ru.bitel.bgbilling.common.BGExceptionDescription copied from class:Operator
Оператор должен проверить свои настройки и если что-то не так - кинуть экзепшен.- Specified by:
checkCorrectOperator
in classOperator
- Throws:
ru.bitel.bgbilling.common.BGException
- экзепшен с сообщением.
-