|
||||||||||
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(java.lang.String rolename)
Gets role information based on rolename |
Methods in com.gisgraphy.dao that return types with arguments of type Role | |
---|---|
java.util.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(java.lang.String rolename)
Gets role information based on rolename |
Methods in com.gisgraphy.dao.hibernate that return types with arguments of type Role | |
---|---|
java.util.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 | |
---|---|
java.util.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(java.util.Set<Role> roles)
|
Uses of Role in com.gisgraphy.service |
---|
Methods in com.gisgraphy.service that return Role | |
---|---|
Role |
RoleManager.getRole(java.lang.String rolename)
|
Role |
RoleManager.saveRole(Role role)
|
Methods in com.gisgraphy.service that return types with arguments of type Role | |
---|---|
java.util.List<Role> |
RoleManager.getRoles(Role role)
|
Methods in com.gisgraphy.service with parameters of type Role | |
---|---|
java.util.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(java.lang.String rolename)
|
Role |
RoleManagerImpl.saveRole(Role role)
|
Methods in com.gisgraphy.service.impl that return types with arguments of type Role | |
---|---|
java.util.List<Role> |
RoleManagerImpl.getRoles(Role role)
|
Methods in com.gisgraphy.service.impl with parameters of type Role | |
---|---|
java.util.List<Role> |
RoleManagerImpl.getRoles(Role role)
|
Role |
RoleManagerImpl.saveRole(Role role)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |