Subversion Repositories SmartDukaan

Rev

Rev 35061 | Rev 35078 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35061 Rev 35063
Line 149... Line 149...
149
        List<AuthUser> categoryAuthUserList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_ABM, Arrays.asList(EscalationType.L1, EscalationType.L2, EscalationType.L3));
149
        List<AuthUser> categoryAuthUserList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_ABM, Arrays.asList(EscalationType.L1, EscalationType.L2, EscalationType.L3));
150
        List<String> categoryTeamMails = categoryAuthUserList.stream().map(x -> x.getEmailId()).collect(Collectors.toList());
150
        List<String> categoryTeamMails = categoryAuthUserList.stream().map(x -> x.getEmailId()).collect(Collectors.toList());
151
 
151
 
152
        List<String> allEmails = new ArrayList<>(Arrays.asList(
152
        List<String> allEmails = new ArrayList<>(Arrays.asList(
153
                "sm@smartdukaan.com",
153
                "sm@smartdukaan.com",
154
                "tarun.verma@smartdukaan.com"
154
                "tarun.verma@smartdukaan.com",
155
                //"amit.gupta@smartdukaan.com"
155
                "amit.gupta@smartdukaan.com"
156
        ));
156
        ));
157
 
157
 
158
//         niranjan kala(authId -54) Team Emails,
158
//         niranjan kala(authId -54) Team Emails,
159
        List<Integer> allReportees = authService.getAllReportees(54);
159
        List<Integer> allReportees = authService.getAllReportees(54);
160
        List<AuthUser> authUsers = authRepository.selectAllAuthUserByIds(allReportees);
160
        List<AuthUser> authUsers = authRepository.selectAllAuthUserByIds(allReportees);