Interface IdDatabasePagedQueryType<Q extends IdDatabaseQueriesType,T>

Type Parameters:
Q - The type of required query interfaces
T - The type of result values
All Known Subinterfaces:
IdDatabaseAdminSearchByEmailType, IdDatabaseAdminSearchType, IdDatabaseAuditEventsSearchType, IdDatabaseUserSearchByEmailType, IdDatabaseUserSearchType
All Known Implementing Classes:
IdAbstractSearch

public interface IdDatabasePagedQueryType<Q extends IdDatabaseQueriesType,T>
The type of paged queries.
  • Method Summary

    Modifier and Type
    Method
    Description
    pageCurrent(Q queries)
    Get data for the current page.
    pageNext(Q queries)
    Get data for the next page.
    pagePrevious(Q queries)
    Get data for the previous page.