Class ClientItemFinder
java.lang.Object
ru.bitel.bgbilling.modules.phone.server.bean.ClientItemFinder
-
Constructor Summary
ConstructorDescriptionClientItemFinder
(Connection con, int mid, int sourceId, Calendar date1, Calendar date2, String cids) -
Method Summary
Modifier and TypeMethodDescriptionfindPoint
(ru.bitel.bgbilling.modules.phone.server.LogRecord record, boolean byToNumber) findRuleList
(ru.bitel.bgbilling.modules.phone.server.LogRecord record, ru.bitel.bgbilling.kernel.base.phone.server.RangeMapCache rangeMapCache) ru.bitel.bgbilling.kernel.base.phone.server.RangeMapCache
void
setRangeMapCache
(ru.bitel.bgbilling.kernel.base.phone.server.RangeMapCache rangeMapCache) sub
(Connection con, int moduleId, Calendar hour)
-
Constructor Details
-
ClientItemFinder
public ClientItemFinder(Connection con, int mid, int sourceId, Calendar date1, Calendar date2, String cids)
-
-
Method Details
-
findPoint
public CalculateClientItem findPoint(ru.bitel.bgbilling.modules.phone.server.LogRecord record, boolean byToNumber) -
findRuleList
public List<CalculateClientItem> findRuleList(ru.bitel.bgbilling.modules.phone.server.LogRecord record, ru.bitel.bgbilling.kernel.base.phone.server.RangeMapCache rangeMapCache) -
getItemCount
-
getItemDetail
-
sub
public ClientItemFinder sub(Connection con, int moduleId, Calendar hour) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
setRangeMapCache
public void setRangeMapCache(ru.bitel.bgbilling.kernel.base.phone.server.RangeMapCache rangeMapCache) -
getRangeMapCache
public ru.bitel.bgbilling.kernel.base.phone.server.RangeMapCache getRangeMapCache()
-