Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.contentview.jsf.ContentView

Packages that use ContentView
org.nuxeo.ecm.platform.contentview.jsf   
org.nuxeo.ecm.webapp.contentbrowser   
 

Uses of ContentView in org.nuxeo.ecm.platform.contentview.jsf
 

Classes in org.nuxeo.ecm.platform.contentview.jsf that implement ContentView
 class ContentViewImpl
          Default implementation for the content view object.
 

Methods in org.nuxeo.ecm.platform.contentview.jsf that return ContentView
 ContentView ContentViewCache.get(java.lang.String name)
          Returns cached content view with given name, or null if not found.
 ContentView ContentViewServiceImpl.getContentView(java.lang.String name)
           
 ContentView ContentViewService.getContentView(java.lang.String name)
          Returns the content view with given name, or null if not found.
 

Methods in org.nuxeo.ecm.platform.contentview.jsf with parameters of type ContentView
 void ContentViewCache.add(ContentView cView)
          Add given content view to the cache, resolving its cache key and initializing it with its cache size.
 

Uses of ContentView in org.nuxeo.ecm.webapp.contentbrowser
 

Methods in org.nuxeo.ecm.webapp.contentbrowser that return ContentView
 ContentView ContentViewActions.getContentView(java.lang.String name)
           
 ContentView ContentViewActions.getContentView(java.lang.String name, DocumentModel searchDocumentModel)
          Returns content view with given name, or null if no content view with this name is found.
 ContentView ContentViewActions.getContentViewWithProvider(java.lang.String name)
           
 ContentView ContentViewActions.getContentViewWithProvider(java.lang.String name, DocumentModel searchDocumentModel)
           
 ContentView ContentViewActions.getContentViewWithProvider(java.lang.String name, DocumentModel searchDocumentModel, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage)
           
 ContentView ContentViewActions.getContentViewWithProvider(java.lang.String name, DocumentModel searchDocumentModel, java.util.List<SortInfo> sortInfos, java.lang.Long pageSize, java.lang.Long currentPage, java.lang.Object... params)
           
 ContentView ContentViewActions.getCurrentContentView()
          Returns the current global content view
 

Methods in org.nuxeo.ecm.webapp.contentbrowser with parameters of type ContentView
 void ContentViewActions.setCurrentContentView(ContentView cv)
          Sets the current global content view
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.