Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.theme.models.Model

Packages that use Model
org.nuxeo.ecm.webapp.theme.fragment   
org.nuxeo.opensocial.dashboard.theme   
org.nuxeo.theme.fragments   
org.nuxeo.theme.models   
org.nuxeo.theme.rendering   
org.nuxeo.theme.webwidgets   
org.nuxeo.webengine.blogs.fragments   
org.nuxeo.webengine.blogs.models   
org.nuxeo.webengine.sites.fragments   
org.nuxeo.webengine.sites.models   
 

Uses of Model in org.nuxeo.ecm.webapp.theme.fragment
 

Methods in org.nuxeo.ecm.webapp.theme.fragment that return Model
 Model ActionFragment.getModel()
           
 

Uses of Model in org.nuxeo.opensocial.dashboard.theme
 

Classes in org.nuxeo.opensocial.dashboard.theme that implement Model
 class GadgetManagerModel
           
 class LayoutManagerModel
           
 class MainContentModel
           
 

Methods in org.nuxeo.opensocial.dashboard.theme that return Model
 Model MainContentFragment.getModel()
           
 Model LayoutManagerFragment.getModel()
           
 Model GadgetManagerFragment.getModel()
           
 Model LayoutManagerFragment.getModel(CoreSession session)
           
 Model GadgetManagerFragment.getModel(CoreSession session)
           
 

Uses of Model in org.nuxeo.theme.fragments
 

Methods in org.nuxeo.theme.fragments that return Model
 Model TextFragment.getModel()
           
 Model RegionFragment.getModel()
           
 Model GenericFragment.getModel()
           
 Model Fragment.getModel()
           
abstract  Model AbstractFragment.getModel()
           
 

Uses of Model in org.nuxeo.theme.models
 

Classes in org.nuxeo.theme.models that implement Model
 class AbstractModel
           
 class Feed
           
 class FeedItem
           
 class Html
           
 class Menu
           
 class MenuItem
           
 class Navigation
           
 class NavigationItem
           
 class Region
           
 class Text
           
 

Methods in org.nuxeo.theme.models that return Model
 Model Model.addItem(Model model)
           
 Model AbstractModel.addItem(Model model)
           
 Model Info.getModel()
           
 Model Model.insertItem(int order, Model model)
           
 Model AbstractModel.insertItem(int index, Model model)
           
 

Methods in org.nuxeo.theme.models that return types with arguments of type Model
 java.util.List<Model> Model.getItems()
           
 java.util.List<Model> AbstractModel.getItems()
           
 

Methods in org.nuxeo.theme.models with parameters of type Model
 Model Model.addItem(Model model)
           
 Model AbstractModel.addItem(Model model)
           
 Model Model.insertItem(int order, Model model)
           
 Model AbstractModel.insertItem(int index, Model model)
           
 void Info.setModel(Model model)
           
 

Uses of Model in org.nuxeo.theme.rendering
 

Methods in org.nuxeo.theme.rendering that return Model
 Model RenderingInfo.getModel()
           
 

Methods in org.nuxeo.theme.rendering with parameters of type Model
 void RenderingInfo.setModel(Model model)
           
 

Uses of Model in org.nuxeo.theme.webwidgets
 

Classes in org.nuxeo.theme.webwidgets that implement Model
 class RegionModel
           
 

Methods in org.nuxeo.theme.webwidgets that return Model
 Model AreaFragment.getModel()
           
 

Uses of Model in org.nuxeo.webengine.blogs.fragments
 

Methods in org.nuxeo.webengine.blogs.fragments that return Model
 Model RecentBlogPostsFragment.getModel()
          Retrieves a certain number of blog posts with information about the last BlogPost-s that are made under an BlogSite that is received as parameter.
 Model BlogSiteArchiveFragment.getModel()
           
 

Uses of Model in org.nuxeo.webengine.blogs.models
 

Classes in org.nuxeo.webengine.blogs.models that implement Model
 class BlogPostListModel
          Model related to the BlogPost-s in the fragment initialization mechanism.
 class BlogPostModel
          Model related to the BlogPost-s in the fragment initialization mechanism.
 class BlogSiteArchiveDayModel
          Model related to the BlogSite-s archive in the fragment initialization mechanism.
 class BlogSiteArchiveListModel
          Model related to the BlogSite-s archive in the fragment initialization mechanism.
 class BlogSiteArchiveMonthModel
          Model related to the BlogSite-s archive in the fragment initialization mechanism
 class BlogSiteArchiveYearModel
          Model related to the BlogSite-s archive in the fragment initialization mechanism.
 

Uses of Model in org.nuxeo.webengine.sites.fragments
 

Methods in org.nuxeo.webengine.sites.fragments that return Model
 Model TagFragment.getModel()
          Returns the list with the details about the Tag-s that have been created under a web page.
 Model TagCloudFragment.getModel()
          Returns the details about the tag cloud that have been created under a webpage.
 Model SearchResultsFragment.getModel()
          Searches a certain webPage between all the pages under a WebSite that contains in title, description , main content or attached files the given searchParam.
 Model PageLastCommentsFragment.getModel()
          Retrieves the comments that are bounded to a WebPage
 Model MinisiteLastPublishedFragment.getModel()
          Retrieves a certain number of pages with information about the last modified WebPage-s that are made under an WebSite or WebPage that is received as parameter.
 Model MinisiteLastCommentsFragment.getModel()
          Retrieves a certain number of comments that are last added under a WebPage under a WebSite.
 Model ContextualLinkFragment.getModel()
          Returns the list with the details about the Contextual Link-s that have been created under a WebSite or Webpage document type.
 Model AllWebpageFragment.getModel()
          Returns all the WebPage-s that are direct children of the received document.
 

Uses of Model in org.nuxeo.webengine.sites.models
 

Classes in org.nuxeo.webengine.sites.models that implement Model
 class CommentListModel
          Model related to comments that are bounded to a WebPage in the fragment initialization mechanism.
 class CommentModel
          Model related to comments that are bounded to a WebPage in the fragment initialization mechanism
 class ContextualLinkListModel
          Model related to the list with the details about the Contextual Link-s that have been created under a WebSite or Webpage document type, in the fragment initialization mechanism.
 class ContextualLinkModel
          Model related to the list with the details about the Contextual Link-s that have been created under a WebSite or Webpage document type, in the fragment initialization mechanism.
 class SearchListModel
          Model related to searching a certain webPage between all the pages under a WebSite that contains in title, description , main content or attached files the given searchParam. in the fragment initialization mechanism.
 class SearchModel
          Model related to searching a certain webPage between all the pages under a WebSite that contains in title, description , main content or attached files the given searchParam. in the fragment initialization mechanism.
 class TagCloudListModel
          Model related to the details about the tag cloud.
 class TagCloudModel
          Model related to the details about the tag cloud.
 class TagListModel
          Model related to the list with the details about the Tag-s that have been created under a webpage, in the fragment initialization mechanism.
 class TagModel
          Model related to the list with the details about the Tag-s that have been created under a webpage, in the fragment initialization mechanism.
 class WebpageCommentListModel
          Model related to the comments that are last added under a WebPage under a WebSite, in the fragment initialization mechanism.
 class WebpageCommentModel
          Model related to the comments that are last added under a WebPage under a WebSite, in the fragment initialization mechanism.
 class WebpageListModel
          Model related to the WebPage-s in the fragment initialization mechanism.
 class WebpageModel
          Model related to the WebPage-s in the fragment initialization mechanism.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.