Class BGSQueryLogDao

java.lang.Object
ru.bitel.bgbilling.kernel.bgsecure.server.bean.BGSQueryLogDao

public class BGSQueryLogDao
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BGSQueryLogDao()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.List<BGSQueryLogEntry> getLogTable​(ConnectionSet connectionSet, Period period, int userId, java.lang.String contractIds, java.lang.String actionList, java.lang.String parameter, java.lang.String parameterValue, boolean isRegexp, Page page)  
    static java.lang.String getTableName​(java.util.Date date)  
    static void log​(java.sql.Connection con, BGSQueryLogEntry entry, java.util.Date date)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BGSQueryLogDao

      public BGSQueryLogDao()
  • Method Details

    • getTableName

      public static java.lang.String getTableName​(java.util.Date date)
    • log

      public static void log​(java.sql.Connection con, BGSQueryLogEntry entry, java.util.Date date) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getLogTable

      public static java.util.List<BGSQueryLogEntry> getLogTable​(ConnectionSet connectionSet, Period period, int userId, java.lang.String contractIds, java.lang.String actionList, java.lang.String parameter, java.lang.String parameterValue, boolean isRegexp, Page page) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException