|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| com.jamasoftware.contour.dao | |
| com.jamasoftware.contour.domain | Classes for domain objects. |
| Uses of Role in com.jamasoftware.contour.dao |
|---|
| Methods in com.jamasoftware.contour.dao that return Role | |
|---|---|
Role |
RoleDao.getRole(java.lang.Integer roleId)
|
Role |
RoleDao.getRoleByNameWithUsers(java.lang.String roleName)
|
Role |
RoleDao.getRoleWithUsers(java.lang.Integer roleId)
|
| Methods in com.jamasoftware.contour.dao that return types with arguments of type Role | |
|---|---|
java.util.List<Role> |
SubscriptionDao.getDirectlySubscribedGroups(java.lang.Integer scopeId,
java.lang.Integer refId)
|
java.util.List<Role> |
RoleDao.getOrgAndGenericRoleList(java.lang.Integer orgId)
|
java.util.List<Role> |
RoleDao.getOrgAndProjectRoleList(java.lang.Integer orgId,
java.lang.Integer projectId)
|
java.util.List<Role> |
RoleDao.getOrgRoleList(java.lang.Integer orgId)
|
java.util.List<Role> |
RoleDao.getProjectRoleList(java.lang.Integer projectId)
|
java.util.List<Role> |
RoleDao.getRoleList()
|
java.util.List<Role> |
RoleDao.getRoleListByOrgId(java.lang.Integer orgId)
|
java.util.List<Role> |
UserDao.getRoles()
|
java.util.List<Role> |
SubscriptionDao.getSubscribedGroupsToNotify(java.lang.Integer docId,
java.lang.Integer parentDocId,
java.lang.Integer docProjectId)
|
| Methods in com.jamasoftware.contour.dao with parameters of type Role | |
|---|---|
void |
RoleDao.deleteRole(Role role)
|
void |
RoleDao.saveRole(Role role)
|
| Method parameters in com.jamasoftware.contour.dao with type arguments of type Role | |
|---|---|
java.util.List<Perspective_Role> |
PerspectiveDao.getPerspectiveListForRoles(java.util.Set<Role> roles)
|
| Uses of Role in com.jamasoftware.contour.domain |
|---|
| Methods in com.jamasoftware.contour.domain that return Role | |
|---|---|
Role |
AclPermission.getRole()
Deprecated. |
Role |
Subscription.getRole()
|
Role |
Perspective_Role.getRole()
|
| Methods in com.jamasoftware.contour.domain that return types with arguments of type Role | |
|---|---|
java.util.Set<Role> |
User.getRoles()
|
| Methods in com.jamasoftware.contour.domain with parameters of type Role | |
|---|---|
void |
AclPermission.setRole(Role role)
Deprecated. |
void |
Subscription.setRole(Role role)
|
void |
Perspective_Role.setRole(Role role)
|
| Method parameters in com.jamasoftware.contour.domain with type arguments of type Role | |
|---|---|
void |
User.setRoles(java.util.Set<Role> roles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||