Package com.eduix.genexp.storage
Interface StorageSearchResult<T>
-
- Type Parameters:
T- the type used for study elements
- All Superinterfaces:
StorageQuery
- All Known Implementing Classes:
StorageSearchResultDTO
public interface StorageSearchResult<T> extends StorageQuery
An interface for a study element storage query result.- Author:
- Jarkko Leponiemi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>getRows()longgetTotal()-
Methods inherited from interface com.eduix.genexp.storage.StorageQuery
getCreatedAfter, getModifiedAfter, getNext, getOrganisation, getPageSize, getType, getValidDate
-
-