|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gisgraphy.service.impl.UniversalManagerImpl
com.gisgraphy.service.impl.RoleManagerImpl
public class RoleManagerImpl
Implementation of RoleManager interface.
| Field Summary |
|---|
| Fields inherited from class com.gisgraphy.service.impl.UniversalManagerImpl |
|---|
log |
| Constructor Summary | |
|---|---|
RoleManagerImpl()
|
|
| Method Summary | |
|---|---|
Role |
getRole(java.lang.String rolename)
|
java.util.List<Role> |
getRoles(Role role)
|
void |
removeRole(java.lang.String rolename)
|
Role |
saveRole(Role role)
|
void |
setRoleDao(RoleDao dao)
|
| Methods inherited from class com.gisgraphy.service.impl.UniversalManagerImpl |
|---|
get, getAll, remove, save, setDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.gisgraphy.service.UniversalManager |
|---|
get, getAll, remove, save |
| Constructor Detail |
|---|
public RoleManagerImpl()
| Method Detail |
|---|
public void setRoleDao(RoleDao dao)
public java.util.List<Role> getRoles(Role role)
getRoles in interface RoleManagerrole - The roles
public Role getRole(java.lang.String rolename)
getRole in interface RoleManagerrolename - The rolename
public Role saveRole(Role role)
saveRole in interface RoleManagerrole - The role
public void removeRole(java.lang.String rolename)
removeRole in interface RoleManagerrolename - The name of the role
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||