java.lang.Object
com.genologics.ri.savedquery.SavedQueries
- All Implemented Interfaces:
Batch<SavedQueryLink>,PaginatedBatch<SavedQueryLink>,Serializable,Iterable<SavedQueryLink>
- Since:
- 2.34
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()intgetSize()voidsetNextPage(Page nextPage) voidsetPreviousPage(Page previousPage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
savedQueries
-
previousPage
-
nextPage
-
-
Constructor Details
-
SavedQueries
public SavedQueries()
-
-
Method Details
-
getSavedQueries
-
getList
- Specified by:
getListin interfaceBatch<SavedQueryLink>
-
getSize
public int getSize()- Specified by:
getSizein interfaceBatch<SavedQueryLink>
-
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<SavedQueryLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<SavedQueryLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<SavedQueryLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<SavedQueryLink>
-