public interface PagerFactory
Modifier and Type | Field and Description |
---|---|
static PagerFactory |
soleInstance |
Modifier and Type | Method and Description |
---|---|
CountingPager |
createCountingPager(int pageSize)
Create a CountingPager with the specified page size
|
CountingPager |
createCountingPager(int pageSize,
commonj.sdo.DataObject arguments)
Create a CountingPager with the specified page size and arguments
|
Pager |
createPager(int pageSize)
Create a Pager with the specified page size
|
Pager |
createPager(int pageSize,
commonj.sdo.DataObject arguments)
Create a pager with the specified page size and arguments
|
static final PagerFactory soleInstance
Pager createPager(int pageSize) throws MediatorException
pageSize
- MediatorException
Pager createPager(int pageSize, commonj.sdo.DataObject arguments) throws MediatorException
pageSize
- arguments
- MediatorException
CountingPager createCountingPager(int pageSize) throws MediatorException
pageSize
- MediatorException
CountingPager createCountingPager(int pageSize, commonj.sdo.DataObject arguments) throws MediatorException
pageSize
- arguments
- MediatorException