Nuxeo Enterprise Platform 5.4

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

Packages that use ContentViewState
org.nuxeo.ecm.platform.contentview.jsf   
org.nuxeo.ecm.platform.contentview.json   
 

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

Classes in org.nuxeo.ecm.platform.contentview.jsf that implement ContentViewState
 class ContentViewStateImpl
          Default implementation of ContentViewState
 

Methods in org.nuxeo.ecm.platform.contentview.jsf that return ContentViewState
 ContentViewState ContentViewServiceImpl.saveContentView(ContentView contentView)
           
 ContentViewState ContentViewService.saveContentView(ContentView contentView)
          Returns the state of this content view.
 

Methods in org.nuxeo.ecm.platform.contentview.jsf with parameters of type ContentViewState
 ContentView ContentViewServiceImpl.restoreContentView(ContentViewState contentViewState)
           
 ContentView ContentViewService.restoreContentView(ContentViewState contentViewState)
          Restores a content view given a state.
 

Uses of ContentViewState in org.nuxeo.ecm.platform.contentview.json
 

Methods in org.nuxeo.ecm.platform.contentview.json that return ContentViewState
static ContentViewState JSONContentViewState.fromJSON(String json, boolean decode)
          Returns the content view state from its String serialization in JSON format.
 

Methods in org.nuxeo.ecm.platform.contentview.json with parameters of type ContentViewState
static String JSONContentViewState.toJSON(ContentViewState state, boolean encode)
          Returns the String serialization in JSON format of a content view state.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.