| 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) |
| 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) |
| 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) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionRoleService.delete(Context context,
CollectionRole collectionRole) |
void |
CollectionRoleService.update(Context context,
CollectionRole collectionRole) |
Copyright © 2016 DuraSpace. All rights reserved.