com.ibm.websphere.sdo.mediator.jdbc

Interface PagerFactory


  1. public interface PagerFactory
A PagerFactory is used to create Pager or CountingPager instances

Field Summary

Modifier and Type Field and Description
  1. static
  2. PagerFactory
soleInstance

Method Summary

Modifier and Type Method and Description
  1. CountingPager
createCountingPager(int pageSize)
Create a CountingPager with the specified page size
  1. CountingPager
createCountingPager(int pageSize,commonj.sdo.DataObject arguments)
Create a CountingPager with the specified page size and arguments
  1. Pager
createPager(int pageSize)
Create a Pager with the specified page size
  1. Pager
createPager(int pageSize,commonj.sdo.DataObject arguments)
Create a pager with the specified page size and arguments

Field Detail

soleInstance

  1. static final PagerFactory soleInstance

Method Detail

createPager

  1. Pager createPager(int pageSize)
  2. throws MediatorException
Create a Pager with the specified page size
Parameters:
pageSize -
Returns:
the pager
Throws:

createPager

  1. Pager createPager(int pageSize,
  2. commonj.sdo.DataObject arguments)
  3. throws MediatorException
Create a pager with the specified page size and arguments
Parameters:
pageSize -
arguments -
Returns:
the pager
Throws:

createCountingPager

  1. CountingPager createCountingPager( int pageSize)
  2. throws MediatorException
Create a CountingPager with the specified page size
Parameters:
pageSize -
Returns:
the counting pager
Throws:

createCountingPager

  1. CountingPager createCountingPager( int pageSize,
  2. commonj.sdo.DataObject arguments)
  3. throws MediatorException
Create a CountingPager with the specified page size and arguments
Parameters:
pageSize -
arguments -
Returns:
the counting pager
Throws: