Subversion Repositories SmartDukaan

Rev

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

Rev 32923 Rev 33041
Line 63... Line 63...
63
 
63
 
64
    List<String> getAuthUserByPartnerId(int fofoId);
64
    List<String> getAuthUserByPartnerId(int fofoId);
65
 
65
 
66
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId);
66
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId);
67
 
67
 
-
 
68
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId, EscalationType... escalationTypes);
-
 
69
 
68
    Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId);
70
    Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId);
69
 
71
 
70
    Map<Integer, List<Integer>> getL2L1Mapping();
72
    Map<Integer, List<Integer>> getL2L1Mapping();
71
 
73
 
72
    int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
74
    int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);