|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateCollection | |
com.arsdigita.cms | Contains the core classes for the Red Hat Content Management
System (CMS), classes that persist the fundamental objects for CMS
such as content items , templates , content sections , and content types . |
com.arsdigita.cms.ui.templates |
Uses of TemplateCollection in com.arsdigita.cms |
Subclasses of TemplateCollection in com.arsdigita.cms | |
class |
CategoryTemplateCollection
This class contains a collection of CategoryTemplateMapping s |
Methods in com.arsdigita.cms that return TemplateCollection | |
TemplateCollection |
TemplateManager.getTemplates(ContentItem item)
Retrieve all templates for the content item, along with their use contexts |
TemplateCollection |
TemplateManager.getUseContexts(ContentItem item)
Retrieve a collection of all use contexts for the item, along with the templates assigned to each use context (if any). |
TemplateCollection |
TemplateManager.getTemplates(ContentSection section,
ContentType type)
Get all the templates within the given section and type |
TemplateCollection |
TemplateManager.getTemplates(ContentSection section,
ContentType type,
String context)
Get all the templates within the given section, type and context |
TemplateCollection |
DefaultTemplateManager.getTemplates(ContentItem item)
Retrieve all templates for the content item |
TemplateCollection |
DefaultTemplateManager.getUseContexts(ContentItem item)
Retrieve a collection of all use contexts for the item, along with the templates assigned to each use context (if any). |
TemplateCollection |
DefaultTemplateManager.getTemplates(ContentSection section,
ContentType type)
Get all the templates within the given section and type |
TemplateCollection |
DefaultTemplateManager.getTemplates(ContentSection section,
ContentType type,
String context)
Get all the templates within the given section, type and context |
Uses of TemplateCollection in com.arsdigita.cms.ui.templates |
Methods in com.arsdigita.cms.ui.templates that return TemplateCollection | |
protected TemplateCollection |
ItemTemplatesListing.getTemplateCollection(com.arsdigita.bebop.PageState s)
Get the templates for the current content section and type |
protected TemplateCollection |
CategoryTemplatesListing.getTemplateCollection(com.arsdigita.bebop.PageState s)
Get the templates for the current content section and type |
protected TemplateCollection |
CategoryTemplates.AvailableTemplatesListing.getTemplateCollection(com.arsdigita.bebop.PageState s)
Get all the templates for the given type in the current section |
protected TemplateCollection |
SectionTemplatesListing.getTemplateCollection(com.arsdigita.bebop.PageState state)
Get the templates for the current content section and type |
protected TemplateCollection |
ItemTemplates.AvailableTemplatesListing.getTemplateCollection(com.arsdigita.bebop.PageState s)
Get all the templates for the given context in the current section |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |