|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleDao
Role Data Access Object (DAO) interface.
Method Summary | |
---|---|
Role |
getRoleByName(String rolename)
Gets role information based on rolename |
void |
removeRole(String rolename)
Removes a role from the database by name |
Methods inherited from interface com.gisgraphy.dao.GenericDao |
---|
exists, get, getAll, remove, save |
Method Detail |
---|
Role getRoleByName(String rolename)
rolename
- the rolename
void removeRole(String rolename)
rolename
- the role's rolename
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |