Package | Description |
---|---|
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.dbmember | |
com.jalios.jcms.mail | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.test |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBTestType |
class |
AbstractWebPage |
class |
DBFileDocument |
class |
FileDocument |
Modifier and Type | Method and 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> |
Member.getContentSet()
Get the value of contentSet.
|
java.util.Set<Content> |
Category.getContentSet()
Returns the contents which use this category
|
java.util.Set<Content> |
Category.getContentSet(boolean searchInDB)
Returns the contents which use this category
|
java.util.Set<Content> |
CategoryIndexManager.getContentSet(Category cat)
Returns the content set associated to the given category.
|
java.util.Set<Content> |
MemberIndexManager.getContentSet(Member mbr)
Returns the content set associated to the given member.
|
Modifier and Type | Method and 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 index
|
Modifier and Type | Method and Description |
---|---|
void |
CategoryIndexManager.setAllContentSet(Category cat,
java.util.Set<Content> set)
Set the all content set associated to the given Category.
|
Constructor and Description |
---|
Content(Content other) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base
methods for their manipulation
|
class |
AbstractEventResource |
Constructor and Description |
---|
AbstractCalendarEvent(Content other) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Content> |
DBMember.getContentSet() |
Modifier and Type | Method and Description |
---|---|
void |
DBMember.updateContentSet(Content content,
boolean add) |
Modifier and Type | Class and Description |
---|---|
class |
MailMessage
Class used to build and send a mail message.
|
Modifier and Type | Method and Description |
---|---|
abstract Content |
EditPortalRedirectHandler.getAvailableContent() |
abstract Content |
PortalRedirect.getContent() |
Modifier and Type | Method and Description |
---|---|
abstract void |
PortalRedirect.setContent(Content v) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestType |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.