Uses of Class
com.jalios.jcms.Content
-
Packages that use Content Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform.com.jalios.jcms.dbmember com.jalios.jcms.mail com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.shortcut com.jalios.jcms.test com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of Content in com.jalios.jcms
Subclasses of Content in com.jalios.jcms Modifier and Type Class Description class
AbstractDBTestType
class
AbstractWebPage
class
DBFileDocument
class
FileDocument
Methods in com.jalios.jcms that return types with arguments of type Content Modifier and Type Method Description java.util.Set<Content>
Category. getAllContentSet()
Return a set containing all the contents referenced by this category and all the descendant of this category.java.util.Set<Content>
Category. getAllContentSet(boolean searchInDB)
Return a set containing all the contents referenced by this category and all the descendant of this category.java.util.Set<Content>
CategoryIndexManager. getAllContentSet(Category cat)
Returns the all content set associated to the given category.java.util.Set<Content>
Category. getContentSet()
Returns the contents which use this categoryjava.util.Set<Content>
Category. getContentSet(boolean searchInDB)
Returns the contents which use this categoryjava.util.Set<Content>
CategoryIndexManager. getContentSet(Category cat)
Returns the content set associated to the given category.java.util.Set<Content>
Member. getContentSet()
Get the value of contentSet.java.util.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 Modifier and Type Method Description 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 indexMethod parameters in com.jalios.jcms with type arguments of type Content Modifier and Type Method Description void
CategoryIndexManager. setAllContentSet(Category cat, java.util.Set<Content> set)
Set the all content set associated to the given Category.Constructors in com.jalios.jcms with parameters of type Content Constructor Description Content(Content other)
-
Uses of Content in com.jalios.jcms.calendar
Subclasses of Content in com.jalios.jcms.calendar Modifier and Type Class Description class
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base methods for their manipulationclass
AbstractEventResource
Deprecated.this class will be moved to CalendarPlugin and will be removed in further versionConstructors in com.jalios.jcms.calendar with parameters of type Content Constructor Description AbstractCalendarEvent(Content other)
-
Uses of Content in com.jalios.jcms.dbmember
Methods in com.jalios.jcms.dbmember that return types with arguments of type Content Modifier and Type Method Description java.util.Set<Content>
DBMember. getContentSet()
Methods in com.jalios.jcms.dbmember with parameters of type Content Modifier and Type Method Description void
DBMember. updateContentSet(Content content, boolean add)
-
Uses of Content in com.jalios.jcms.mail
Subclasses of Content in com.jalios.jcms.mail Modifier and Type Class Description class
MailMessage
Class used to build and send a mail message. -
Uses of Content in com.jalios.jcms.media
Subclasses of Content in com.jalios.jcms.media Modifier and Type Class Description class
AbstractMedia
-
Uses of Content in com.jalios.jcms.portlet
Methods in com.jalios.jcms.portlet that return Content Modifier and Type Method Description abstract Content
EditPortalRedirectHandler. getAvailableContent()
abstract Content
PortalRedirect. getContent()
Methods in com.jalios.jcms.portlet with parameters of type Content Modifier and Type Method Description abstract void
PortalRedirect. setContent(Content v)
-
Uses of Content in com.jalios.jcms.shortcut
Subclasses of Content in com.jalios.jcms.shortcut Modifier and Type Class Description class
AbstractShortcut
-
Uses of Content in com.jalios.jcms.test
Subclasses of Content in com.jalios.jcms.test Modifier and Type Class Description class
AbstractTestType
-
Uses of Content in com.jalios.jcms.workspace
Methods in com.jalios.jcms.workspace that return types with arguments of type Content Modifier and Type Method Description java.util.List<Content>
Workspace. getOtherWorkspaceContentList(Member mbr, int firstResult, int maxResults)
Returns the list of contents of other workspaces shared in this workspace.java.util.List<Content>
Workspace. getSharedContentList(Member mbr, int firstResult, int maxResults)
Returns the list of content of this workspace shared with other workspaces.
-