Subversion Repositories SmartDukaan

Rev

Rev 5168 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5168 Rev 5286
Line 64... Line 64...
64
		for(String agentRole : roles) {
64
		for(String agentRole : roles) {
65
			agentMapper.insertAgentRole(id, agentRole);
65
			agentMapper.insertAgentRole(id, agentRole);
66
		}
66
		}
67
		
67
		
68
	}
68
	}
-
 
69
 
-
 
70
	public List<Agent> getInactiveAgents(SearchFilter searchFilter) {
-
 
71
		return agentMapper.getInactiveAgents(searchFilter);
-
 
72
	}
69
}
73
}