public class LogCalculator
extends ru.bitel.bgbilling.kernel.task.server.TaskBase
| Modifier and Type | Field and Description |
|---|---|
protected ServiceCostCache |
cache |
protected java.lang.String |
cids |
protected java.sql.Connection |
con |
protected java.sql.Connection |
conSlave |
protected java.util.Map<java.lang.Integer,bitel.billing.server.tariff.TariffTreeSet> |
contractTreeSets |
protected java.lang.String |
ipnContractDataTableName |
protected int |
mid |
protected java.lang.String |
moduleServices |
protected Preferences |
moduleSetup |
protected java.util.Calendar |
startMonth |
protected java.util.Calendar |
stopMonth |
| Constructor and Description |
|---|
LogCalculator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createContractTrees() |
void |
executeTask() |
java.lang.String |
getDescription() |
protected boolean |
initTask() |
protected void |
process() |
void |
setCids(java.lang.String value) |
protected int mid
protected java.lang.String ipnContractDataTableName
protected java.util.Calendar startMonth
protected java.util.Calendar stopMonth
protected java.util.Map<java.lang.Integer,bitel.billing.server.tariff.TariffTreeSet> contractTreeSets
protected java.lang.String moduleServices
protected java.lang.String cids
protected Preferences moduleSetup
protected java.sql.Connection con
protected java.sql.Connection conSlave
protected ServiceCostCache cache
public void setCids(java.lang.String value)
public java.lang.String getDescription()
getDescription in class ru.bitel.bgbilling.kernel.task.server.TaskBaseprotected boolean initTask()
initTask in class ru.bitel.bgbilling.kernel.task.server.TaskBasepublic void executeTask()
executeTask in class ru.bitel.bgbilling.kernel.task.server.TaskBaseprotected void process()
protected void createContractTrees()
throws java.sql.SQLException,
ru.bitel.bgbilling.common.BGException
java.sql.SQLExceptionru.bitel.bgbilling.common.BGException