|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ContentSection | |
| org.liquidsite.app.admin.view | |
| org.liquidsite.app.template | |
| org.liquidsite.core.content | |
| org.liquidsite.core.web | |
| Uses of ContentSection in org.liquidsite.app.admin.view |
| Methods in org.liquidsite.app.admin.view with parameters of type ContentSection | |
void |
ContentView.viewEditSection(Request request,
PersistentObject parent,
ContentSection section)
Shows the add or edit section page. |
void |
ContentView.viewSectionPreview(Request request,
ContentSection section)
Shows the section preview page. |
protected java.util.ArrayList |
AdminView.findSections(User user,
Domain domain,
ContentSection exclude)
Finds all content sections in a domain. |
| Uses of ContentSection in org.liquidsite.app.template |
| Methods in org.liquidsite.app.template with parameters of type ContentSection | |
int |
BeanContext.countDocuments(ContentSection section)
Counts the number of documents under the specified section (and subsections). |
java.util.ArrayList |
BeanContext.findDocuments(ContentSection section,
java.lang.String sorting,
int offset,
int count)
Finds all documents under the specified section (and subsections). |
ForumBean |
BeanContext.findForum(ContentSection section,
java.lang.String name)
Finds a named forum in a section. |
| Uses of ContentSection in org.liquidsite.core.content |
| Methods in org.liquidsite.core.content that return ContentSection | |
ContentSection |
ContentTranslator.getSection(User user)
Returns the translator section. |
| Methods in org.liquidsite.core.content with parameters of type ContentSection | |
void |
ContentTranslator.setSection(ContentSection section)
Sets the translator section. |
| Constructors in org.liquidsite.core.content with parameters of type ContentSection | |
ContentSection(ContentManager manager,
ContentSection parent)
Creates a new section with default values. |
|
ContentForum(ContentManager manager,
ContentSection parent)
Creates a new forum with default values. |
|
ContentDocument(ContentManager manager,
ContentSection parent)
Creates a new document with default values. |
|
| Uses of ContentSection in org.liquidsite.core.web |
| Methods in org.liquidsite.core.web that return ContentSection | |
ContentSection |
RequestEnvironment.getSection()
Returns the content section. |
| Methods in org.liquidsite.core.web with parameters of type ContentSection | |
void |
RequestEnvironment.setSection(ContentSection section)
Sets the content section. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||