Class InetAuthErrorDao
java.lang.Object
ru.bitel.bgbilling.modules.inet.server.bean.InetAuthErrorDao
- All Implemented Interfaces:
 ru.bitel.common.worker.Recyclable
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddError(InetAuthError error) voidaddError(InetAuthError error, boolean update) voidaddError(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) voidrecycle() 
- 
Constructor Details
- 
InetAuthErrorDao
 
 - 
 - 
Method Details
- 
addError
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
recycle
public void recycle()- Specified by:
 recyclein 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
 
 -