Subversion Repositories SmartDukaan

Rev

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

Rev 33244 Rev 34082
Line 67... Line 67...
67
 
67
 
68
    Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping() throws ProfitMandiBusinessException;
68
    Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping() throws ProfitMandiBusinessException;
69
 
69
 
70
    List<String> getAuthUserByPartnerId(int fofoId) throws ProfitMandiBusinessException;
70
    List<String> getAuthUserByPartnerId(int fofoId) throws ProfitMandiBusinessException;
71
 
71
 
-
 
72
    Map<Integer, List<Integer>> authUserpartnerIdMap(int authId, int categoryId);
-
 
73
 
72
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId) throws ProfitMandiBusinessException;
74
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId) throws ProfitMandiBusinessException;
73
 
75
 
74
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId, EscalationType... escalationTypes) throws ProfitMandiBusinessException;
76
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId, EscalationType... escalationTypes) throws ProfitMandiBusinessException;
75
 
77
 
76
    Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId) throws ProfitMandiBusinessException;
78
    Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId) throws ProfitMandiBusinessException;