| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<CollectionRole,Collection> |
CollectionRole_.collection |
static javax.persistence.metamodel.SingularAttribute<CollectionRole,Group> |
CollectionRole_.group |
static javax.persistence.metamodel.SingularAttribute<CollectionRole,Integer> |
CollectionRole_.id |
static javax.persistence.metamodel.SingularAttribute<CollectionRole,String> |
CollectionRole_.roleId |
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
CollectionRoleServiceImpl.create(Context context,
Collection collection,
String roleId,
Group group) |
CollectionRole |
CollectionRoleServiceImpl.find(Context context,
Collection collection,
String role) |
CollectionRole |
CollectionRoleServiceImpl.find(Context context,
int id) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionRole> |
CollectionRoleServiceImpl.findByCollection(Context context,
Collection collection) |
List<CollectionRole> |
CollectionRoleServiceImpl.findByGroup(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRoleServiceImpl.delete(Context context,
CollectionRole collectionRole) |
void |
CollectionRoleServiceImpl.update(Context context,
CollectionRole collectionRole) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
CollectionRoleDAO.findByCollectionAndRole(Context context,
Collection collection,
String role) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionRole> |
CollectionRoleDAO.findByCollection(Context context,
Collection collection) |
List<CollectionRole> |
CollectionRoleDAO.findByGroup(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
CollectionRoleDAOImpl.findByCollectionAndRole(Context context,
Collection collection,
String role) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionRole> |
CollectionRoleDAOImpl.findByCollection(Context context,
Collection collection) |
List<CollectionRole> |
CollectionRoleDAOImpl.findByGroup(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
CollectionRoleService.create(Context context,
Collection collection,
String roleId,
Group group) |
CollectionRole |
CollectionRoleService.find(Context context,
Collection collection,
String role) |
CollectionRole |
CollectionRoleService.find(Context context,
int id) |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionRole> |
CollectionRoleService.findByCollection(Context context,
Collection collection) |
List<CollectionRole> |
CollectionRoleService.findByGroup(Context context,
Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRoleService.delete(Context context,
CollectionRole collectionRole) |
void |
CollectionRoleService.update(Context context,
CollectionRole collectionRole) |
Copyright © 2019 DuraSpace. All rights reserved.