Subversion Repositories SmartDukaan

Rev

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

Rev 28377 Rev 28857
Line 65... Line 65...
65
 
65
 
66
	public Map<Integer, List<Integer>> getL2L1Mapping();
66
	public Map<Integer, List<Integer>> getL2L1Mapping();
67
 
67
 
68
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
68
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
69
 
69
 
-
 
70
	
-
 
71
	List<AuthUser> getAuthUserIds(int categoryId, EscalationType escalationType);
-
 
72
	
70
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
73
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
71
 
74
 
72
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
75
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
73
 
76
 
74
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);
77
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);