Package org.cyclos.impl.search
Interface RecordSearchHandler
-
- All Superinterfaces:
EntitySearchHandler<Record,RecordQuery,RecordVO>
public interface RecordSearchHandler extends EntitySearchHandler<Record,RecordQuery,RecordVO>
Handler for searching records
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RecordCountResult>counts(User user)Returns the counts of records per type, for the given user-
Methods inherited from interface org.cyclos.impl.search.EntitySearchHandler
exportEntities, index, indexName, iterateEntities, iterateIds, reindex, remove, search, searchEntities
-
-
-
-
Method Detail
-
counts
List<RecordCountResult> counts(User user)
Returns the counts of records per type, for the given user
-
-