Uses of Interface
com.e1c.langtool.history.db.pagination.IPageable
Packages that use IPageable
Package
Description
-
Uses of IPageable in com.e1c.langtool.history.db
Methods in com.e1c.langtool.history.db with parameters of type IPageableModifier and TypeMethodDescriptionIProjectTranslationStorage.getTranslations(IExpression expression, IPageable pageRequest) Returns a page of translations found by the given query expression and with restriction provided in theIPageableobject. -
Uses of IPageable in com.e1c.langtool.history.db.pagination
Classes in com.e1c.langtool.history.db.pagination that implement IPageableMethods in com.e1c.langtool.history.db.pagination that return IPageableModifier and TypeMethodDescriptionIPageable.getNext()Returns theIPageablerequesting the next page.PageRequest.getNext()IPage.getPageable()Returns the pageable object are associated with this page.Page.getPageable()IPageable.getPrevious()PageRequest.getPrevious()Methods in com.e1c.langtool.history.db.pagination with parameters of type IPageableModifier and TypeMethodDescriptionLoads the page that is associated with the given pageable object.Constructors in com.e1c.langtool.history.db.pagination with parameters of type IPageableModifierConstructorDescriptionCreates a new page with content is slice in range from 0 to the given pageable size.PageIterator(IPageLoader<T> pageLoader, IPageable pageable, long totalSize) Creates a new page iterator. -
Uses of IPageable in com.e1c.langtool.internal.history.db.service
Methods in com.e1c.langtool.internal.history.db.service with parameters of type IPageableModifier and TypeMethodDescriptionProjectTranslationStorage.getTranslations(IExpression expression, IPageable pageRequest)