Subversion Repositories SmartDukaan

Rev

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

Rev 30003 Rev 31152
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);
-
 
82
 
-
 
83
	Set<Integer> getAuthFofoIds(String email) throws ProfitMandiBusinessException;
-
 
84
 
81
}
85
}