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
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, init
-
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- экзепшен с сообщением.
-