Subversion Repositories SmartDukaan

Rev

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

Rev 26978 Rev 27078
Line 64... Line 64...
64
 
64
 
65
	public Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId);
65
	public Map<EscalationType, String> getAuthUserAndEsclationTypeByPartnerId(int fofoId);
66
 
66
 
67
	public Map<Integer, List<Integer>> getL2L1Mapping();
67
	public Map<Integer, List<Integer>> getL2L1Mapping();
68
 
68
 
-
 
69
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
-
 
70
 
69
}
71
}