Subversion Repositories SmartDukaan

Rev

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

Rev 28857 Rev 28908
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);
70
	List<AuthUser> getAuthUserIds(int categoryId, EscalationType escalationType);
-
 
71
 
-
 
72
	public List<AuthUser> getAuthUserByCategoryId(int categoryId);
72
	
73
 
73
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
74
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
74
 
75
 
75
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
76
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
76
 
77
 
77
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);
78
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);