Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ContentView
org.nuxeo.ecm.platform.contentview.jsf   
org.nuxeo.ecm.platform.contentview.seam   
 

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(String name)
          Returns cached content view with given name, or null if not found.
 ContentView ContentViewServiceImpl.getContentView(String name)
           
 ContentView ContentViewService.getContentView(String name)
          Returns the content view with given name, or null if not found.
 ContentView ContentViewServiceImpl.restoreContentView(ContentViewState contentViewState)
           
 ContentView ContentViewService.restoreContentView(ContentViewState contentViewState)
          Restores a content view given a state.
 

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.
 ContentViewState ContentViewServiceImpl.saveContentView(ContentView contentView)
           
 ContentViewState ContentViewService.saveContentView(ContentView contentView)
          Returns the state of this content view.
 

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

Methods in org.nuxeo.ecm.platform.contentview.seam that return ContentView
 ContentView ContentViewActions.getContentView(String name)
           
 ContentView ContentViewActions.getContentView(String name, DocumentModel searchDocumentModel)
          Returns content view with given name, or null if no content view with this name is found.
 ContentView ContentViewActions.getContentViewWithProvider(String name)
           
 ContentView ContentViewActions.getContentViewWithProvider(String name, DocumentModel searchDocumentModel)
           
 ContentView ContentViewActions.getContentViewWithProvider(String name, DocumentModel searchDocumentModel, List<SortInfo> sortInfos, Long pageSize, Long currentPage)
           
 ContentView ContentViewActions.getContentViewWithProvider(String name, DocumentModel searchDocumentModel, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Object... params)
           
 ContentView ContentViewActions.getCurrentContentView()
          Returns the current global content view
 ContentView ContentViewRestActions.restoreContentView(String contentViewName, Long currentPage, Long pageSize, List<SortInfo> sortInfos, String jsonContentViewState)
           
 

Methods in org.nuxeo.ecm.platform.contentview.seam with parameters of type ContentView
 String ContentViewRestActions.getContentViewState(ContentView contentView)
           
 void ContentViewActions.setCurrentContentView(ContentView cv)
          Sets the current global content view
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.