Class Infolada
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.operator.Operator
ru.bitel.bgbilling.modules.voice.server.bean.operator.infolada.Infolada
public class Infolada extends Operator
-
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 Constructor Description Infolada() -
Method Summary
Modifier and Type Method Description voidcheckCorrectOperator()Оператор должен проверить свои настройки и если что-то не так - кинуть экзепшен.voidcreateAbonentSnapshot(java.sql.Connection con, java.util.Date month)java.util.List<Report>getReportList(java.util.Date month, boolean hasSnapshot)booleanneedAbonentSnapshot()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, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Infolada
public Infolada()
-
-
Method Details
-
needAbonentSnapshot
public boolean needAbonentSnapshot()- Specified by:
needAbonentSnapshotin classOperator
-
createAbonentSnapshot
public void createAbonentSnapshot(java.sql.Connection con, java.util.Date month)- Specified by:
createAbonentSnapshotin classOperator
-
getReportList
- Specified by:
getReportListin 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- экзепшен с сообщением.
-