Subversion Repositories SmartDukaan

Rev

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

Rev 36212 Rev 36802
Line 70... Line 70...
70
 
70
 
71
    Map<String, Set<Integer>> getAuthUserPartnerIdMapping() throws ProfitMandiBusinessException;
71
    Map<String, Set<Integer>> getAuthUserPartnerIdMapping() throws ProfitMandiBusinessException;
72
 
72
 
73
    Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping() throws ProfitMandiBusinessException;
73
    Map<Integer, List<Integer>> getAuthUserIdPartnerIdMapping() throws ProfitMandiBusinessException;
74
 
74
 
-
 
75
    Map<Integer, List<Integer>> getAuthUserIdAllPartnerIdMapping() throws ProfitMandiBusinessException;
-
 
76
 
75
    List<String> getAuthUserByPartnerId(int fofoId) throws ProfitMandiBusinessException;
77
    List<String> getAuthUserByPartnerId(int fofoId) throws ProfitMandiBusinessException;
76
 
78
 
77
    Map<Integer, List<Integer>> authUserpartnerIdMap(int authId, int categoryId);
79
    Map<Integer, List<Integer>> authUserpartnerIdMap(int authId, int categoryId);
78
 
80
 
79
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId) throws ProfitMandiBusinessException;
81
    List<AuthUser> getAuthUserIdByPartnerId(int fofoId) throws ProfitMandiBusinessException;