Subversion Repositories SmartDukaan

Rev

Rev 37243 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37243 Rev 37262
Line 148... Line 148...
148
            }
148
            }
149
        }
149
        }
150
        // BM (labelled "State Head" on the LOI form) is now the L4/L5 sales head — was
150
        // BM (labelled "State Head" on the LOI form) is now the L4/L5 sales head — was
151
        // L2/L3 previously, which no longer matches the org hierarchy.
151
        // L2/L3 previously, which no longer matches the org hierarchy.
152
        List<AuthUser> stateHeadList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_SALES, Arrays.asList(EscalationType.L4, EscalationType.L5));
152
        List<AuthUser> stateHeadList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_SALES, Arrays.asList(EscalationType.L4, EscalationType.L5));
153
        List<AuthUser> bdmList = csService.getAuthUserByCategoryId(ProfitMandiConstants.TICKET_CATEGORY_SALES, EscalationType.L1);
153
        List<AuthUser> bdmList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_SALES, Arrays.asList(EscalationType.L1, EscalationType.L2));
154
        List<AuthUser> abmHeadList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_ABM, Arrays.asList(EscalationType.L4, EscalationType.L5));
154
        List<AuthUser> abmHeadList = csService.getAuthUserIds(ProfitMandiConstants.TICKET_CATEGORY_ABM, Arrays.asList(EscalationType.L4, EscalationType.L5));
155
        List<AuthUser> abmList = csService.getAuthUserByCategoryId(ProfitMandiConstants.TICKET_CATEGORY_ABM, EscalationType.L1);
155
        List<AuthUser> abmList = csService.getAuthUserByCategoryId(ProfitMandiConstants.TICKET_CATEGORY_ABM, EscalationType.L1);
156
        bdmList.addAll(abmList);
156
        bdmList.addAll(abmList);
157
        stateHeadList.addAll(abmHeadList);
157
        stateHeadList.addAll(abmHeadList);
158
        List<BrandCommit> brandCommits = brandCommitRepository.selectAllActiveBrand();
158
        List<BrandCommit> brandCommits = brandCommitRepository.selectAllActiveBrand();