Subversion Repositories SmartDukaan

Rev

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

Rev 31465 Rev 31518
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,boolean active);
81
	public Map<String, Set<Integer>> getAuthUserPartnerIdMappingByCategoryIds(List<Integer> categoryIds,boolean activeOnly);
82
 
82
 
83
	Set<Integer> getAuthFofoIds(String email,boolean active) throws ProfitMandiBusinessException;
83
	Set<Integer> getAuthFofoIds(String email,boolean active) throws ProfitMandiBusinessException;
84
 
84
 
85
}
85
}