mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 20:13:17 +00:00
moving queries to DAOs
This commit is contained in:
@@ -110,4 +110,9 @@ public class MetadataValueServiceImpl implements MetadataValueService {
|
||||
return metadataValueDAO.getMinimum(context,
|
||||
metadataFieldId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int countTotal(Context context) throws SQLException {
|
||||
return metadataValueDAO.countRows(context);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user