public interface CollectionRoleService
| Modifier and Type | Method and Description |
|---|---|
CollectionRole |
create(Context context,
Collection collection,
String roleId,
Group group) |
void |
delete(Context context,
CollectionRole collectionRole) |
void |
deleteByCollection(Context context,
Collection collection) |
CollectionRole |
find(Context context,
Collection collection,
String role) |
CollectionRole |
find(Context context,
int id) |
List<CollectionRole> |
findByCollection(Context context,
Collection collection) |
void |
update(Context context,
CollectionRole collectionRole) |
CollectionRole find(Context context, int id) throws SQLException
SQLExceptionCollectionRole find(Context context, Collection collection, String role) throws SQLException
SQLExceptionList<CollectionRole> findByCollection(Context context, Collection collection) throws SQLException
SQLExceptionCollectionRole create(Context context, Collection collection, String roleId, Group group) throws SQLException
SQLExceptionvoid update(Context context, CollectionRole collectionRole) throws SQLException
SQLExceptionvoid delete(Context context, CollectionRole collectionRole) throws SQLException
SQLExceptionvoid deleteByCollection(Context context, Collection collection) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.