Subversion Repositories SmartDukaan

Rev

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

Rev 3088 Rev 3137
Line 21... Line 21...
21
    public List<String> getPermissionsForRoleName(String roleName);
21
    public List<String> getPermissionsForRoleName(String roleName);
22
 
22
 
23
    public List<Agent> getAllAgents();
23
    public List<Agent> getAllAgents();
24
 
24
 
25
    public void updatePasswordForAgent(@Param("emailId")String agentEmailId, @Param("password")String password);
25
    public void updatePasswordForAgent(@Param("emailId")String agentEmailId, @Param("password")String password);
-
 
26
 
-
 
27
    public List<Agent> getReportees(long agentId);
26
}
28
}