Class RSCMExtractor
java.lang.Object
ru.bitel.bgbilling.modules.bill.server.bean.DataExtractor
ru.bitel.bgbilling.modules.bill.server.bean.extractor.Extractor
ru.bitel.bgbilling.modules.bill.server.bean.extractor.RSCMExtractor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionextract
(String function, Connection con, String cids, Calendar month, List<String> paramList, String posName) boolean
serviceExtended
(List<PositionValue> result, String function, Connection con, String cids, Calendar month, List<String> paramList) boolean
serviceSimple
(List<PositionValue> result, String function, Connection con, String cids, Calendar month, List<String> paramList) Methods inherited from class ru.bitel.bgbilling.modules.bill.server.bean.extractor.Extractor
makeTitle
Methods inherited from class ru.bitel.bgbilling.modules.bill.server.bean.DataExtractor
getAmount, getAmount, getAmount, getCountFromTable, getCountFromTable, getCountSession, getCountSession, getIdsFromEnd, getIntParam, getMonthParam, getSumFromTable
-
Constructor Details
-
RSCMExtractor
public RSCMExtractor()
-
-
Method Details
-
extract
public List<PositionValue> extract(String function, Connection con, String cids, Calendar month, List<String> paramList, String posName) -
serviceSimple
public boolean serviceSimple(List<PositionValue> result, String function, Connection con, String cids, Calendar month, List<String> paramList) -
serviceExtended
public boolean serviceExtended(List<PositionValue> result, String function, Connection con, String cids, Calendar month, List<String> paramList)
-