Uses of Class
com.jalios.jcms.Content

Packages that use Content
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets. 
com.jalios.jcmsplugin.dbcomment   
com.jalios.jcmsplugin.dbforum   
com.jalios.jcmsplugin.dbpoll   
com.jalios.jcmsplugin.jstoreforum Contains all the abstract classes and some listener used by forum in JCMS. 
com.jalios.jcmsplugin.wiki   
 

Uses of Content in com.jalios.jcms
 

Subclasses of Content in com.jalios.jcms
 class FileDocument
           
 

Methods in com.jalios.jcms that return types with arguments of type Content
 Set<Content> Category.getAllContentSet()
          Return a set containing all the contents referenced by this category and all the descendant of this category
 Set<Content> CategoryIndexManager.getAllContentSet(Category cat)
          Returns the all content set associated to the given category.
 Set<Content> Member.getContentSet()
          Get the value of contentSet.
 Set<Content> Category.getContentSet()
          Returns the contents which use this category
 Set<Content> CategoryIndexManager.getContentSet(Category cat)
          Returns the content set associated to the given category.
 Set<Content> MemberIndexManager.getContentSet(Member mbr)
          Returns the content set associated to the given member.
 

Methods in com.jalios.jcms with parameters of type Content
 boolean CategoryIndexManager.addAllContent(Category cat, Content content)
          Adds the given content to the all content set of the given category.
 boolean CategoryIndexManager.addContent(Category cat, Content content)
          Adds the given content to the content set of the given category.
 boolean MemberIndexManager.addContent(Member mbr, Content content)
          Adds the given content to the content set of the given member.
 boolean CategoryIndexManager.removeAllContent(Category cat, Content content)
          Removes the given content for the given category.
 boolean CategoryIndexManager.removeContent(Category cat, Content content)
          Removes the given content for the given category.
 boolean MemberIndexManager.removeContent(Member mbr, Content content)
          Removes the given content for the given member.
 void Member.updateContentSet(Content content, boolean add)
          Update contentSet index
 

Method parameters in com.jalios.jcms with type arguments of type Content
 void CategoryIndexManager.setAllContentSet(Category cat, Set<Content> set)
          Set the all content set associated to the given Category.
 

Constructors in com.jalios.jcms with parameters of type Content
Content(Content other)
           
 

Uses of Content in com.jalios.jcms.calendar
 

Subclasses of Content in com.jalios.jcms.calendar
 class AbstractCalendarEvent
          This abstract class provides a superclass to every calendar event and base methods for their manipulation
 

Constructors in com.jalios.jcms.calendar with parameters of type Content
AbstractCalendarEvent(Content other)
           
 

Uses of Content in com.jalios.jcms.portlet
 

Methods in com.jalios.jcms.portlet that return Content
abstract  Content EditPortalRedirectHandler.getAvailableContent()
           
abstract  Content PortalRedirect.getContent()
           
 

Methods in com.jalios.jcms.portlet with parameters of type Content
abstract  void PortalRedirect.setContent(Content v)
           
 

Uses of Content in com.jalios.jcmsplugin.dbcomment
 

Methods in com.jalios.jcmsplugin.dbcomment that return Content
abstract  Content AbstractDBComment.getTargetContent()
           
 

Uses of Content in com.jalios.jcmsplugin.dbforum
 

Subclasses of Content in com.jalios.jcmsplugin.dbforum
 class AbstractDBForum
           
 

Constructors in com.jalios.jcmsplugin.dbforum with parameters of type Content
AbstractDBForum(Content other)
           
 

Uses of Content in com.jalios.jcmsplugin.dbpoll
 

Subclasses of Content in com.jalios.jcmsplugin.dbpoll
 class AbstractPoll
          Abstract implementation for Poll
 

Uses of Content in com.jalios.jcmsplugin.jstoreforum
 

Subclasses of Content in com.jalios.jcmsplugin.jstoreforum
 class AbstractForum
           
 

Constructors in com.jalios.jcmsplugin.jstoreforum with parameters of type Content
AbstractForum(Content other)
           
 

Uses of Content in com.jalios.jcmsplugin.wiki
 

Subclasses of Content in com.jalios.jcmsplugin.wiki
 class AbstractWikiPage
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.