|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.dbmember | |
com.jalios.jcms.mail | |
com.jalios.jcms.portlet | Contains core Portlets parent of all generated portlets. |
com.jalios.jcms.test |
Uses of Content in com.jalios.jcms |
---|
Subclasses of Content in com.jalios.jcms | |
---|---|
class |
DBFileDocument
|
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> |
Category.getAllContentSet(boolean searchInDB)
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> |
Category.getContentSet(boolean searchInDB)
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 |
class |
AbstractEventResource
|
Constructors in com.jalios.jcms.calendar with parameters of type Content | |
---|---|
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 | |
---|---|
Set<Content> |
DBMember.getContentSet()
|
Methods in com.jalios.jcms.dbmember with parameters of type Content | |
---|---|
void |
DBMember.updateContentSet(Content content,
boolean add)
|
Uses of Content in com.jalios.jcms.mail |
---|
Subclasses of Content in com.jalios.jcms.mail | |
---|---|
class |
MailMessage
Class used to build and send a mail message. |
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.jcms.test |
---|
Subclasses of Content in com.jalios.jcms.test | |
---|---|
class |
AbstractTestType
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |