public interface HandleDAO extends GenericDAO<Handle>
| Modifier and Type | Method and Description |
|---|---|
long |
countHandlesByPrefix(Context context,
String prefix) |
int |
countRows(Context context) |
Handle |
findByHandle(Context context,
String handle) |
List<Handle> |
findByPrefix(Context context,
String prefix) |
List<Handle> |
getHandlesByDSpaceObject(Context context,
DSpaceObject dso) |
Long |
getNextHandleSuffix(Context context) |
int |
updateHandlesWithNewPrefix(Context context,
String newPrefix,
String oldPrefix) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveLong getNextHandleSuffix(Context context) throws SQLException
SQLExceptionList<Handle> getHandlesByDSpaceObject(Context context, DSpaceObject dso) throws SQLException
SQLExceptionHandle findByHandle(Context context, String handle) throws SQLException
SQLExceptionList<Handle> findByPrefix(Context context, String prefix) throws SQLException
SQLExceptionlong countHandlesByPrefix(Context context, String prefix) throws SQLException
SQLExceptionint updateHandlesWithNewPrefix(Context context, String newPrefix, String oldPrefix) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.