Subversion Repositories SmartDukaan

Rev

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

Rev 31152 Rev 31465
Line 76... Line 76...
76
 
76
 
77
	List<AuthUser> getAuthUserByCategoryId(int categoryId, EscalationType escalationType);
77
	List<AuthUser> getAuthUserByCategoryId(int categoryId, EscalationType escalationType);
78
 
78
 
79
	public Map<Integer, FofoReportingModel> getPartnerIdSalesHeaders();
79
	public Map<Integer, FofoReportingModel> getPartnerIdSalesHeaders();
80
 
80
 
81
	public Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds);
81
	public Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds,boolean active);
82
 
82
 
83
	Set<Integer> getAuthFofoIds(String email) throws ProfitMandiBusinessException;
83
	Set<Integer> getAuthFofoIds(String email,boolean active) throws ProfitMandiBusinessException;
84
 
84
 
85
}
85
}