Subversion Repositories SmartDukaan

Rev

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

Rev 5142 Rev 5168
Line 208... Line 208...
208
	}
208
	}
209
	
209
	
210
	public void unassignAgentTickets(int assigneeId) {
210
	public void unassignAgentTickets(int assigneeId) {
211
		ticketHandler.unassignAgentTickets(assigneeId);
211
		ticketHandler.unassignAgentTickets(assigneeId);
212
	}
212
	}
-
 
213
	
-
 
214
	public void changeAgentRole(long id, List<String> role) {
-
 
215
		agentHandler.changeAgentRole(id,role);
-
 
216
	}
-
 
217
	
-
 
218
	public int getOpenTicketCountForAgent(long agentId) {
-
 
219
		return ticketHandler.getOpenTicketCountForAgent(agentId);
-
 
220
	}
213
}
221
}