-
public class PaginatedQuery extends ApplicationScopedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Longstartprivate final Integersizeprivate final SearchMarksearchMarkprivate final List<Pair<String, Boolean>>sortprivate final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Method Summary
Modifier and Type Method Description final LonggetStart()final IntegergetSize()final SearchMarkgetSearchMark()If searchMark is not null, the results start with the elements after the searchMark. final List<Pair<String, Boolean>>getSort()The optional sort parameters. final LocalegetCurrentLanguage()final StringgetNamespace()final StringgetApplicationName()final LocalegetLanguage()-
-
Method Detail
-
getSearchMark
final SearchMark getSearchMark()
If searchMark is not null, the results start with the elements after the searchMark.
-
getCurrentLanguage
final Locale getCurrentLanguage()
-
getNamespace
final String getNamespace()
-
getApplicationName
final String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
-
-
-