|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| com.gisgraphy.dao | |
| com.gisgraphy.dao.hibernate | |
| com.gisgraphy.model | |
| com.gisgraphy.service | |
| com.gisgraphy.service.impl | |
| Uses of Role in com.gisgraphy.dao |
|---|
| Methods in com.gisgraphy.dao that return Role | |
|---|---|
Role |
RoleDao.getRoleByName(String rolename)
Gets role information based on rolename |
| Methods in com.gisgraphy.dao that return types with arguments of type Role | |
|---|---|
List<Role> |
LookupDao.getRoles()
Returns all Roles ordered by name |
| Uses of Role in com.gisgraphy.dao.hibernate |
|---|
| Methods in com.gisgraphy.dao.hibernate that return Role | |
|---|---|
Role |
RoleDaoHibernate.getRoleByName(String rolename)
Gets role information based on rolename |
| Methods in com.gisgraphy.dao.hibernate that return types with arguments of type Role | |
|---|---|
List<Role> |
LookupDaoHibernate.getRoles()
Returns all Roles ordered by name |
| Uses of Role in com.gisgraphy.model |
|---|
| Methods in com.gisgraphy.model that return types with arguments of type Role | |
|---|---|
Set<Role> |
User.getRoles()
|
| Methods in com.gisgraphy.model with parameters of type Role | |
|---|---|
void |
User.addRole(Role role)
Adds a role for the user |
| Method parameters in com.gisgraphy.model with type arguments of type Role | |
|---|---|
void |
User.setRoles(Set<Role> roles)
|
| Uses of Role in com.gisgraphy.service |
|---|
| Methods in com.gisgraphy.service that return Role | |
|---|---|
Role |
RoleManager.getRole(String rolename)
|
Role |
RoleManager.saveRole(Role role)
|
| Methods in com.gisgraphy.service that return types with arguments of type Role | |
|---|---|
List<Role> |
RoleManager.getRoles(Role role)
|
| Methods in com.gisgraphy.service with parameters of type Role | |
|---|---|
List<Role> |
RoleManager.getRoles(Role role)
|
Role |
RoleManager.saveRole(Role role)
|
| Uses of Role in com.gisgraphy.service.impl |
|---|
| Methods in com.gisgraphy.service.impl that return Role | |
|---|---|
Role |
RoleManagerImpl.getRole(String rolename)
|
Role |
RoleManagerImpl.saveRole(Role role)
|
| Methods in com.gisgraphy.service.impl that return types with arguments of type Role | |
|---|---|
List<Role> |
RoleManagerImpl.getRoles(Role role)
|
| Methods in com.gisgraphy.service.impl with parameters of type Role | |
|---|---|
List<Role> |
RoleManagerImpl.getRoles(Role role)
|
Role |
RoleManagerImpl.saveRole(Role role)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||