Subversion Repositories SmartDukaan

Rev

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

Rev 5168 Rev 5286
Line 31... Line 31...
31
    public void insertAgent(Agent agent);
31
    public void insertAgent(Agent agent);
32
 
32
 
33
	public void insertAgentRole(@Param("id")long id, @Param("agentRole")String agentRole);
33
	public void insertAgentRole(@Param("id")long id, @Param("agentRole")String agentRole);
34
 
34
 
35
	public void removeAgentRoles(long id);
35
	public void removeAgentRoles(long id);
-
 
36
 
-
 
37
	public List<Agent> getInactiveAgents(SearchFilter searchFilter);
36
}
38
}