Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.wcps.property
Class PagedList.Builder<T>

java.lang.Object
  extended by oracle.wcps.property.PagedList.Builder<T>

Enclosing class:
PagedList<T>

public static class PagedList.Builder<T>
extends java.lang.Object

The builder for creating an instance of IPagedList. This builder provides various with* methods to customize an instance of IPagedList and finally call build method to validate parameters and return an instance of the IPagedList.


Method Summary
 IPagedList<T> build()
           
 PagedList.Builder<T> withCurrentPaginationContext(PaginationContext currentContext)
           
 PagedList.Builder<T> withList(java.util.List<T> list)
           
 PagedList.Builder<T> withNextPaginationContext(PaginationContext nextContext)
           
 PagedList.Builder<T> withPrevPaginationContext(PaginationContext prevContext)
           
 PagedList.Builder<T> withTotalCount(int totalCount)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

withList

public PagedList.Builder<T> withList(java.util.List<T> list)

withPrevPaginationContext

public PagedList.Builder<T> withPrevPaginationContext(PaginationContext prevContext)

withCurrentPaginationContext

public PagedList.Builder<T> withCurrentPaginationContext(PaginationContext currentContext)

withNextPaginationContext

public PagedList.Builder<T> withNextPaginationContext(PaginationContext nextContext)

withTotalCount

public PagedList.Builder<T> withTotalCount(int totalCount)

build

public IPagedList<T> build()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.