|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ContentView instances in conjunction with
PageProvider instead.
@Deprecated public interface ResultsProvidersCache
This is a controller interface for pagination. The methods are bound to actions a user can perform on a pagination controls (next, previous) displayed by pageNavigationControls.xhtml
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. Declaration for [Seam]Destroy method. |
PagedDocumentsProvider |
get(String name)
Deprecated. Get a named results provider. |
PagedDocumentsProvider |
get(String name,
SortInfo sortInfo)
Deprecated. Gets a named results provider. |
int |
getNumberOfPages()
Deprecated. |
int |
getPageIndex()
Deprecated. |
void |
init()
Deprecated. Declaration for [Seam]Create method. |
void |
invalidate(String name)
Deprecated. Invalidates a results provider. |
| Method Detail |
|---|
PagedDocumentsProvider get(String name)
throws ClientException
This handles caching and first instantiation.
ClientException
SortNotSupportedException
PagedDocumentsProvider get(String name,
SortInfo sortInfo)
throws ClientException,
SortNotSupportedException
This handles caching and first instantiation.
ClientException
SortNotSupportedExceptionvoid invalidate(String name)
A new provider will be computed next time get() is called.
void init()
void destroy()
int getNumberOfPages()
int getPageIndex()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||