public interface DSpaceCRUDService<T>
T create(Context context) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionT find(Context context, int id) throws SQLException
SQLExceptionvoid update(Context context, T t) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid update(Context context, List<T> t) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionvoid delete(Context context, T t) throws SQLException, AuthorizeException
SQLExceptionAuthorizeExceptionCopyright © 2016 DuraSpace. All rights reserved.