Class BGSQueryLogDao
java.lang.Object
ru.bitel.bgbilling.kernel.bgsecure.server.bean.BGSQueryLogDao
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<BGSQueryLogEntry>
getLogTable
(ConnectionSet connectionSet, Period period, int userId, String contractIds, String actionList, String parameter, String parameterValue, boolean isRegexp, Page page) static String
getTableName
(Date date) static void
log
(Connection con, BGSQueryLogEntry entry, Date date)
-
Constructor Details
-
BGSQueryLogDao
public BGSQueryLogDao()
-
-
Method Details
-
getTableName
-
log
public static void log(Connection con, BGSQueryLogEntry entry, Date date) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getLogTable
public static List<BGSQueryLogEntry> getLogTable(ConnectionSet connectionSet, Period period, int userId, String contractIds, String actionList, String parameter, String parameterValue, boolean isRegexp, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-