Class TvAccountDetailDao
java.lang.Object
ru.bitel.bgbilling.modules.tv.server.bean.TvAccountDetailDao
public class TvAccountDetailDao
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TvAccountDetailDao()
-
Method Summary
Modifier and Type Method Description static void
checkTable(java.sql.Connection con, java.lang.String detailTable)
static java.math.BigDecimal
getAccount(java.sql.Connection con, int moduleId, int tvAccountId, java.util.Set<java.lang.Integer> sids, java.util.Date dateFrom, java.util.Date dateTo)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TvAccountDetailDao
public TvAccountDetailDao()
-
-
Method Details
-
getAccount
public static java.math.BigDecimal getAccount(java.sql.Connection con, int moduleId, int tvAccountId, java.util.Set<java.lang.Integer> sids, java.util.Date dateFrom, java.util.Date dateTo) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
checkTable
public static void checkTable(java.sql.Connection con, java.lang.String detailTable) throws java.sql.SQLException- Throws:
java.sql.SQLException
-