Subversion Repositories SmartDukaan

Rev

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

Rev 4793 Rev 5168
Line 29... Line 29...
29
    public void changeAgentStatus(@Param("status")boolean status, @Param("emailId")String emailId);
29
    public void changeAgentStatus(@Param("status")boolean status, @Param("emailId")String emailId);
30
    
30
    
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
 
-
 
35
	public void removeAgentRoles(long id);
34
}
36
}