Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.opensocial.container.shared.webcontent.WebContentData

Packages that use WebContentData
org.nuxeo.ecm.spaces.api   
org.nuxeo.ecm.spaces.impl.docwrapper   
org.nuxeo.opensocial.container.client.event.priv.model   
org.nuxeo.opensocial.container.client.model   
org.nuxeo.opensocial.container.client.model.adapter   
org.nuxeo.opensocial.container.client.presenter   
org.nuxeo.opensocial.container.client.rpc   
org.nuxeo.opensocial.container.client.rpc.webcontent.action   
org.nuxeo.opensocial.container.client.rpc.webcontent.result   
org.nuxeo.opensocial.container.client.utils   
org.nuxeo.opensocial.container.server.handler.webcontent   
org.nuxeo.opensocial.container.server.service   
org.nuxeo.opensocial.container.server.webcontent.abs   
org.nuxeo.opensocial.container.server.webcontent.api   
org.nuxeo.opensocial.container.shared.webcontent   
org.nuxeo.opensocial.container.shared.webcontent.abs   
 

Uses of WebContentData in org.nuxeo.ecm.spaces.api
 

Methods in org.nuxeo.ecm.spaces.api that return WebContentData
 WebContentData Space.createWebContent(WebContentData data)
           
 WebContentData Space.getWebContent(String webContentId)
           
 WebContentData Space.updateWebContent(WebContentData data)
           
 

Methods in org.nuxeo.ecm.spaces.api that return types with arguments of type WebContentData
 List<WebContentData> Space.readWebContents()
           
 

Methods in org.nuxeo.ecm.spaces.api with parameters of type WebContentData
 WebContentData Space.createWebContent(WebContentData data)
           
 void Space.deleteWebContent(WebContentData data)
           
 void Space.moveWebContent(WebContentData data, String unitId)
           
 WebContentData Space.updateWebContent(WebContentData data)
           
 

Method parameters in org.nuxeo.ecm.spaces.api with type arguments of type WebContentData
 Map<String,Map<String,Boolean>> SimplePermissionMapper.getPermissions(List<WebContentData> list)
           
 

Uses of WebContentData in org.nuxeo.ecm.spaces.impl.docwrapper
 

Methods in org.nuxeo.ecm.spaces.impl.docwrapper that return WebContentData
 WebContentData DocSpaceImpl.createWebContent(WebContentData data)
           
 WebContentData DocSpaceImpl.getWebContent(String webContentId)
           
 WebContentData DocSpaceImpl.updateWebContent(WebContentData data)
           
 

Methods in org.nuxeo.ecm.spaces.impl.docwrapper that return types with arguments of type WebContentData
 List<WebContentData> DocSpaceImpl.readWebContents()
           
 

Methods in org.nuxeo.ecm.spaces.impl.docwrapper with parameters of type WebContentData
 WebContentData DocSpaceImpl.createWebContent(WebContentData data)
           
 void DocSpaceImpl.deleteWebContent(WebContentData data)
           
 org.nuxeo.ecm.core.api.DocumentModel DocSpaceImpl.getDocForData(WebContentData data)
           
 void DocSpaceImpl.moveWebContent(WebContentData data, String dstUnitName)
           
 WebContentData DocSpaceImpl.updateWebContent(WebContentData data)
           
 

Method parameters in org.nuxeo.ecm.spaces.impl.docwrapper with type arguments of type WebContentData
 Map<String,Map<String,Boolean>> DocSpaceImpl.getPermissions(List<WebContentData> list)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.event.priv.model
 

Methods in org.nuxeo.opensocial.container.client.event.priv.model that return WebContentData
 WebContentData WebContentAddedEvent.getAbstractData()
           
 

Constructors in org.nuxeo.opensocial.container.client.event.priv.model with parameters of type WebContentData
WebContentAddedEvent(WebContentData webContentData)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.model
 

Methods in org.nuxeo.opensocial.container.client.model that return WebContentData
 WebContentData AppModel.getWebContent(String webcontentId)
           
 

Methods in org.nuxeo.opensocial.container.client.model that return types with arguments of type WebContentData
 Map<String,List<WebContentData>> AppModel.getWebContents()
           
 

Methods in org.nuxeo.opensocial.container.client.model with parameters of type WebContentData
 void AppModel.addWebContent(WebContentData webContent)
           
 

Method parameters in org.nuxeo.opensocial.container.client.model with type arguments of type WebContentData
 void AppModel.setWebContents(Map<String,List<WebContentData>> webContents)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.model.adapter
 

Constructors in org.nuxeo.opensocial.container.client.model.adapter with parameters of type WebContentData
GwtWebContentAdapter(WebContentData webContentData, net.customware.gwt.presenter.client.EventBus eventBus)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.presenter
 

Constructors in org.nuxeo.opensocial.container.client.presenter with parameters of type WebContentData
CustomWebContentPresenter(CustomWebContentPresenter.Display display, net.customware.gwt.presenter.client.EventBus eventBus, WebContentData data, net.customware.gwt.presenter.client.Presenter contentPresenter)
           
PortletPresenter(PortletPresenter.Display display, net.customware.gwt.presenter.client.EventBus eventBus, WebContentData data, net.customware.gwt.presenter.client.Presenter contentPresenter)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.rpc
 

Methods in org.nuxeo.opensocial.container.client.rpc that return types with arguments of type WebContentData
 Map<String,List<WebContentData>> InitApplicationResult.getWebContents()
           
 

Constructor parameters in org.nuxeo.opensocial.container.client.rpc with type arguments of type WebContentData
InitApplicationResult(YUILayout layout, Map<String,List<WebContentData>> webContents, Map<String,Map<String,Boolean>> permissions, String spaceId)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.rpc.webcontent.action
 

Methods in org.nuxeo.opensocial.container.client.rpc.webcontent.action that return WebContentData
 WebContentData DeleteWebContent.getData()
           
 WebContentData CreateWebContent.getData()
           
 WebContentData UpdateWebContent.getWebContent()
           
 

Methods in org.nuxeo.opensocial.container.client.rpc.webcontent.action that return types with arguments of type WebContentData
 Map<String,List<WebContentData>> UpdateAllWebContents.getWebContents()
           
 

Constructors in org.nuxeo.opensocial.container.client.rpc.webcontent.action with parameters of type WebContentData
CreateWebContent(ContainerContext containerContext, WebContentData data)
           
DeleteWebContent(ContainerContext containerContext, WebContentData webContentData)
           
UpdateWebContent(ContainerContext containerContext, WebContentData webContentData, List<String> files)
           
 

Constructor parameters in org.nuxeo.opensocial.container.client.rpc.webcontent.action with type arguments of type WebContentData
UpdateAllWebContents(ContainerContext containerContext, Map<String,List<WebContentData>> map)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.rpc.webcontent.result
 

Methods in org.nuxeo.opensocial.container.client.rpc.webcontent.result that return WebContentData
 WebContentData CreateWebContentResult.getData()
           
 WebContentData UpdateWebContentResult.getWebContentData()
           
 

Constructors in org.nuxeo.opensocial.container.client.rpc.webcontent.result with parameters of type WebContentData
CreateWebContentResult(WebContentData data, Map<String,Boolean> permissions)
           
UpdateWebContentResult(WebContentData data)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.client.utils
 

Methods in org.nuxeo.opensocial.container.client.utils that return WebContentData
 WebContentData WebContentFactory.getDataFor(String gadgetType)
           
 

Methods in org.nuxeo.opensocial.container.client.utils with parameters of type WebContentData
 net.customware.gwt.presenter.client.Presenter WebContentFactory.getPresenterFor(WebContentData webContentData)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.server.handler.webcontent
 

Methods in org.nuxeo.opensocial.container.server.handler.webcontent that return WebContentData
static WebContentData UpdateWebContentHandler.updateWebContent(WebContentData webContent, List<String> filesIds, Space space)
           
 

Methods in org.nuxeo.opensocial.container.server.handler.webcontent with parameters of type WebContentData
static WebContentData UpdateWebContentHandler.updateWebContent(WebContentData webContent, List<String> filesIds, Space space)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.server.service
 

Methods in org.nuxeo.opensocial.container.server.service that return WebContentData
 WebContentData WebContentSaverServiceImpl.create(WebContentData data, String parentId, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverService.create(WebContentData data, String parentId, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverServiceImpl.read(org.nuxeo.ecm.core.api.DocumentModel doc, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverService.read(org.nuxeo.ecm.core.api.DocumentModel doc, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverServiceImpl.update(WebContentData data, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverService.update(WebContentData data, org.nuxeo.ecm.core.api.CoreSession session)
           
 

Methods in org.nuxeo.opensocial.container.server.service with parameters of type WebContentData
 WebContentData WebContentSaverServiceImpl.create(WebContentData data, String parentId, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverService.create(WebContentData data, String parentId, org.nuxeo.ecm.core.api.CoreSession session)
           
 void WebContentSaverServiceImpl.delete(WebContentData data, org.nuxeo.ecm.core.api.CoreSession session)
           
 void WebContentSaverService.delete(WebContentData data, org.nuxeo.ecm.core.api.CoreSession session)
           
 String WebContentSaverServiceImpl.getDocTypeFor(WebContentData data)
           
 String WebContentSaverService.getDocTypeFor(WebContentData data)
           
 WebContentData WebContentSaverServiceImpl.update(WebContentData data, org.nuxeo.ecm.core.api.CoreSession session)
           
 WebContentData WebContentSaverService.update(WebContentData data, org.nuxeo.ecm.core.api.CoreSession session)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.server.webcontent.abs
 

Classes in org.nuxeo.opensocial.container.server.webcontent.abs with type parameters of type WebContentData
 class AbstractWebContentAdapter<T extends WebContentData>
           
 class AbstractWebContentDAO<T extends WebContentData>
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.server.webcontent.api
 

Classes in org.nuxeo.opensocial.container.server.webcontent.api with type parameters of type WebContentData
 interface WebContentAdapter<T extends WebContentData>
          Adapter around WebContent.
 interface WebContentDAO<T extends WebContentData>
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.shared.webcontent
 

Classes in org.nuxeo.opensocial.container.shared.webcontent that implement WebContentData
 class HTMLData
           
 class OpenSocialData
           
 class PictureData
           
 

Methods in org.nuxeo.opensocial.container.shared.webcontent with parameters of type WebContentData
 void WebContentData.updateFrom(WebContentData data)
           
 void PictureData.updateFrom(WebContentData data)
           
 void OpenSocialData.updateFrom(WebContentData data)
           
 void HTMLData.updateFrom(WebContentData data)
           
 

Uses of WebContentData in org.nuxeo.opensocial.container.shared.webcontent.abs
 

Classes in org.nuxeo.opensocial.container.shared.webcontent.abs that implement WebContentData
 class AbstractWebContentData
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.