Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.dashboard.theme
Class GadgetManagerModel

java.lang.Object
  extended by org.nuxeo.theme.models.AbstractModel
      extended by org.nuxeo.opensocial.dashboard.theme.GadgetManagerModel
All Implemented Interfaces:
Model

public class GadgetManagerModel
extends AbstractModel


Constructor Summary
GadgetManagerModel(java.util.List<java.lang.String> categories, java.util.List<GadgetDeclaration> gadgets)
           
 
Method Summary
 java.util.List<java.lang.String> getCategories()
           
 java.util.List<GadgetDeclaration> getGadgets()
           
 boolean isAnonymous()
           
 void setAnonymous(boolean anonymous)
           
 
Methods inherited from class org.nuxeo.theme.models.AbstractModel
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GadgetManagerModel

public GadgetManagerModel(java.util.List<java.lang.String> categories,
                          java.util.List<GadgetDeclaration> gadgets)
Method Detail

isAnonymous

public boolean isAnonymous()

setAnonymous

public void setAnonymous(boolean anonymous)

getCategories

public java.util.List<java.lang.String> getCategories()

getGadgets

public java.util.List<GadgetDeclaration> getGadgets()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.