Class InetAuthErrorDao
java.lang.Object
ru.bitel.bgbilling.modules.inet.server.bean.InetAuthErrorDao
- All Implemented Interfaces:
ru.bitel.common.worker.Recyclable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addError
(InetAuthError error) void
addError
(InetAuthError error, boolean update) void
addError
(InetAuthError error, ConnectionLogEntry logEntry, boolean update) errorList
(Date timeFrom, Date timeTo, Set<Integer> deviceIds, Set<Integer> contractIds, Set<Integer> serviceIds, String contract, String login, Page page) void
recycle()
-
Constructor Details
-
InetAuthErrorDao
-
-
Method Details
-
addError
- Throws:
ru.bitel.bgbilling.common.BGException
-
recycle
public void recycle()- Specified by:
recycle
in interfaceru.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
-