Uses of Class
com.ellucian.ethos.integration.client.proxy.Pager
-
Packages that use Pager Package Description com.ellucian.ethos.integration.client.proxy -
-
Uses of Pager in com.ellucian.ethos.integration.client.proxy
Methods in com.ellucian.ethos.integration.client.proxy that return Pager Modifier and Type Method Description Pager
Pager.Builder. build()
Builds the Pager object with whatever attributes are specified from the various methods above.protected Pager
EthosFilterQueryClient. prepareForPaging(Pager pager)
Intended to be used internally within the SDK.protected Pager
EthosProxyClient. prepareForPaging(Pager pager)
Intended to be used internally within the SDK.protected Pager
EthosFilterQueryClient. preparePagerForPageSize(Pager pager)
Intended to be used internally by the SDK.protected Pager
EthosFilterQueryClient. preparePagerForTotalCount(Pager pager)
Intended to be used internally by the SDK.protected Pager
EthosProxyClient. shouldDoPaging(Pager pager, boolean forNumRows)
Intended to be used internally within the SDK.Methods in com.ellucian.ethos.integration.client.proxy with parameters of type Pager Modifier and Type Method Description protected List<EthosResponse>
EthosProxyClient. getDataFromInitialContent(Pager pager)
Intended to be used internally within the SDK.protected List<EthosResponse>
EthosProxyClient. getDataFromPaging(Pager pager)
Intended to be used internally within the SDK.protected List<EthosResponse>
EthosProxyClient. handlePaging(Pager pager)
Intended to be used internally within the SDK.protected Pager
EthosFilterQueryClient. prepareForPaging(Pager pager)
Intended to be used internally within the SDK.protected Pager
EthosProxyClient. prepareForPaging(Pager pager)
Intended to be used internally within the SDK.protected Pager
EthosFilterQueryClient. preparePagerForPageSize(Pager pager)
Intended to be used internally by the SDK.protected Pager
EthosFilterQueryClient. preparePagerForTotalCount(Pager pager)
Intended to be used internally by the SDK.protected Pager
EthosProxyClient. shouldDoPaging(Pager pager, boolean forNumRows)
Intended to be used internally within the SDK.
-