Subversion Repositories SmartDukaan

Rev

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

Rev 24500 Rev 24569
Line 44... Line 44...
44
	public Map<Integer, AuthUser> getTicketIdAndAuthUserMapUsingTickets(List<Ticket> tickets);
44
	public Map<Integer, AuthUser> getTicketIdAndAuthUserMapUsingTickets(List<Ticket> tickets);
45
	
45
	
46
	public Map<Integer,List<AuthUser>> getAuthUserList(List<Ticket> tickets,EscalationType escalationType);
46
	public Map<Integer,List<AuthUser>> getAuthUserList(List<Ticket> tickets,EscalationType escalationType);
47
	
47
	
48
	public void updateTicket(int categoryId,int subCategoryId,Ticket ticket) throws ProfitMandiBusinessException;
48
	public void updateTicket(int categoryId,int subCategoryId,Ticket ticket) throws ProfitMandiBusinessException;
-
 
49
	
-
 
50
	public void sendAssignedTicketMail(AuthUser authUser,Ticket ticket) throws ProfitMandiBusinessException;
49
}
51
}