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