Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.models
Interface Model

All Known Implementing Classes:
AbstractModel, BlogPostListModel, BlogPostModel, BlogSiteArchiveDayModel, BlogSiteArchiveListModel, BlogSiteArchiveMonthModel, BlogSiteArchiveYearModel, CommentListModel, CommentModel, ContextualLinkListModel, ContextualLinkModel, Feed, FeedItem, GadgetManagerModel, Html, LayoutManagerModel, MainContentModel, Menu, MenuItem, Navigation, NavigationItem, Region, RegionModel, SearchListModel, SearchModel, TagCloudListModel, TagCloudModel, TagListModel, TagModel, Text, WebpageCommentListModel, WebpageCommentModel, WebpageListModel, WebpageModel

public interface Model


Method Summary
 Model addItem(Model model)
           
 java.util.List<Model> getItems()
           
 ModelType getModelType()
           
 java.lang.String getModelTypeName()
           
 boolean hasItems()
           
 Model insertItem(int order, Model model)
           
 

Method Detail

getModelTypeName

java.lang.String getModelTypeName()

getModelType

ModelType getModelType()

addItem

Model addItem(Model model)
              throws ModelException
Throws:
ModelException

insertItem

Model insertItem(int order,
                 Model model)
                 throws ModelException
Throws:
ModelException

getItems

java.util.List<Model> getItems()

hasItems

boolean hasItems()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.