Interface InetAuthErrorService
public interface InetAuthErrorService
- 
Method Summary
 
- 
Method Details
- 
authErrorDateList
Result<InetAuthError> authErrorDateList(Date timeFrom, Date timeTo, Set<Integer> deviceIds, Set<Integer> contractIds, Set<Integer> serviceIds, String contract, String login, Page page) throws Exception Получаем ошибки на определенную дату ( за весь день)- Parameters:
 timeFrom-timeTo-deviceIds-contractIds-serviceIds-contract-login-page-- Returns:
 - Throws:
 BGExceptionException
 
 -