Subversion Repositories SmartDukaan

Rev

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

Rev 27124 Rev 27205
Line 46... Line 46...
46
 
46
 
47
	public Map<Integer, List<CustomRetailer>> getPositionCustomRetailerMap(List<Position> position);
47
	public Map<Integer, List<CustomRetailer>> getPositionCustomRetailerMap(List<Position> position);
48
 
48
 
49
	public Map<Integer, AuthUser> getTicketIdAndAuthUserMapUsingTickets(List<Ticket> tickets);
49
	public Map<Integer, AuthUser> getTicketIdAndAuthUserMapUsingTickets(List<Ticket> tickets);
50
 
50
 
51
	public Map<Integer, List<AuthUser>> getAuthUserList(List<Ticket> tickets, AuthUser authUser);
-
 
52
 
-
 
53
	public void updateTicket(int categoryId, int subCategoryId, Ticket ticket) throws ProfitMandiBusinessException;
51
	public void updateTicket(int categoryId, int subCategoryId, Ticket ticket) throws ProfitMandiBusinessException;
54
 
52
 
55
	public Map<String, Set<String>> getAuthUserPartnerEmailMapping();
53
	public Map<String, Set<String>> getAuthUserPartnerEmailMapping();
56
 
54
 
57
	public Map<String, Set<Integer>> getAuthUserPartnerIdMapping();
55
	public Map<String, Set<Integer>> getAuthUserPartnerIdMapping();
Line 66... Line 64...
66
 
64
 
67
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
65
	int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId);
68
 
66
 
69
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
67
	void assignTicket(Ticket ticket) throws ProfitMandiBusinessException;
70
 
68
 
-
 
69
	Map<Integer, List<AuthUser>> getAssignedAuthList(List<Ticket> tickets);
-
 
70
 
-
 
71
 
71
}
72
}