Subversion Repositories SmartDukaan

Rev

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

Rev 24569 Rev 24570
Line 41... Line 41...
41
 
41
 
42
	public Map<Integer, Region> getRegionIdAndRegionMap(List<Position> positions);
42
	public Map<Integer, Region> getRegionIdAndRegionMap(List<Position> positions);
43
 
43
 
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,AuthUser authUser);
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
	
49
	
50
	public void sendAssignedTicketMail(AuthUser authUser,Ticket ticket) throws ProfitMandiBusinessException;
50
	public void sendAssignedTicketMail(AuthUser authUser,Ticket ticket) throws ProfitMandiBusinessException;
51
}
51
}