Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.models
Interface Model

All Known Implementing Classes:
AbstractModel, BlogPostListModel, BlogPostModel, BlogSiteArchiveDayModel, BlogSiteArchiveListModel, BlogSiteArchiveMonthModel, BlogSiteArchiveYearModel, CommentListModel, CommentModel, ContextualLinkListModel, ContextualLinkModel, Feed, FeedItem, Html, 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)
           
 List<Model> getItems()
           
 ModelType getModelType()
           
 String getModelTypeName()
           
 boolean hasItems()
           
 Model insertItem(int order, Model model)
           
 

Method Detail

getModelTypeName

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

List<Model> getItems()

hasItems

boolean hasItems()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.