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 PagerPager.Builder. build()Builds the Pager object with whatever attributes are specified from the various methods above.protected PagerEthosFilterQueryClient. prepareForPaging(Pager pager)Intended to be used internally within the SDK.protected PagerEthosProxyClient. prepareForPaging(Pager pager)Intended to be used internally within the SDK.protected PagerEthosFilterQueryClient. preparePagerForPageSize(Pager pager)Intended to be used internally by the SDK.protected PagerEthosFilterQueryClient. preparePagerForTotalCount(Pager pager)Intended to be used internally by the SDK.protected PagerEthosProxyClient. 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 PagerEthosFilterQueryClient. prepareForPaging(Pager pager)Intended to be used internally within the SDK.protected PagerEthosProxyClient. prepareForPaging(Pager pager)Intended to be used internally within the SDK.protected PagerEthosFilterQueryClient. preparePagerForPageSize(Pager pager)Intended to be used internally by the SDK.protected PagerEthosFilterQueryClient. preparePagerForTotalCount(Pager pager)Intended to be used internally by the SDK.protected PagerEthosProxyClient. shouldDoPaging(Pager pager, boolean forNumRows)Intended to be used internally within the SDK.
-