Class TvAccountDetailDao
java.lang.Object
ru.bitel.bgbilling.modules.tv.server.bean.TvAccountDetailDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkTable
(Connection con, String detailTable) static BigDecimal
getAccount
(Connection con, int moduleId, int tvAccountId, Set<Integer> sids, Date dateFrom, Date dateTo)
-
Constructor Details
-
TvAccountDetailDao
public TvAccountDetailDao()
-
-
Method Details
-
getAccount
public static BigDecimal getAccount(Connection con, int moduleId, int tvAccountId, Set<Integer> sids, Date dateFrom, Date dateTo) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
checkTable
- Throws:
SQLException
-