Class InetAuthErrorDao

java.lang.Object
ru.bitel.bgbilling.modules.inet.server.bean.InetAuthErrorDao
All Implemented Interfaces:
ru.bitel.common.worker.Recyclable

public class InetAuthErrorDao extends Object implements ru.bitel.common.worker.Recyclable
  • Constructor Details

    • InetAuthErrorDao

      public InetAuthErrorDao(ConnectionSet connectionSet, int mid, Date date)
  • Method Details

    • addError

      public void addError(InetAuthError error) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • recycle

      public void recycle()
      Specified by:
      recycle in interface ru.bitel.common.worker.Recyclable
    • addError

      public void addError(InetAuthError error, boolean update) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • addError

      public void addError(InetAuthError error, ConnectionLogEntry logEntry, boolean update) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • errorList

      public Result<InetAuthError> errorList(Date timeFrom, Date timeTo, Set<Integer> deviceIds, Set<Integer> contractIds, Set<Integer> serviceIds, String contract, String login, Page page) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException