public interface BitstreamFormatDAO extends GenericDAO<BitstreamFormat>
| Modifier and Type | Method and Description |
|---|---|
List<BitstreamFormat> |
findByFileExtension(Context context,
String extension) |
BitstreamFormat |
findByMIMEType(Context context,
String mimeType,
boolean includeInternal) |
BitstreamFormat |
findByShortDescription(Context context,
String desc) |
List<BitstreamFormat> |
findNonInternal(Context context) |
int |
updateRemovedBitstreamFormat(Context context,
BitstreamFormat deletedBitstreamFormat,
BitstreamFormat newBitstreamFormat) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveBitstreamFormat findByMIMEType(Context context, String mimeType, boolean includeInternal) throws SQLException
SQLExceptionBitstreamFormat findByShortDescription(Context context, String desc) throws SQLException
SQLExceptionint updateRemovedBitstreamFormat(Context context, BitstreamFormat deletedBitstreamFormat, BitstreamFormat newBitstreamFormat) throws SQLException
SQLExceptionList<BitstreamFormat> findNonInternal(Context context) throws SQLException
SQLExceptionList<BitstreamFormat> findByFileExtension(Context context, String extension) throws SQLException
SQLExceptionCopyright © 2017 DuraSpace. All rights reserved.