Class PageContentActionServiceImpl
java.lang.Object
ch.tocco.nice2.dms.spi.action.ContentActionServiceImpl
ch.tocco.nice2.optional.cms.impl.action.PageContentActionServiceImpl
- All Implemented Interfaces:
ContentActionService, PageContentActionService
public class PageContentActionServiceImpl
extends ContentActionServiceImpl
implements PageContentActionService
-
Field Summary
Fields inherited from class ContentActionServiceImpl
contentActionFactoryMap, entityExplorerActionSelectionService -
Constructor Summary
ConstructorsConstructorDescriptionPageContentActionServiceImpl(PageContentService pageContentService, EntityExplorerActionSelectionService entityExplorerActionSelectionService, Context context, QueryBuilderFactory queryBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptionaddSection(String pageKey, String containerName, String content) addSnippet(String contentToSectionKey, String snippetName) voidcopySnippetIntoPage(String contentToSectionKey) voiddeleteSection(String contentToSectionKey) getAvailableContentStatuses(String contentToSectionKey) insertSnippet(String pageKey, String containerName, String snippetKey) booleanisSnippetNameUnique(String snippetName) voidmoveSection(String contentToSectionKey, String containerName, int position) voidsetSectionVisibilities(String contentToSectionKey, SectionVisibility[] sectionVisibilities) updateSection(String contentToSectionKey, String content, long version) Methods inherited from class ContentActionServiceImpl
publish, publishAll, revert, revertAll, setServices, unpublish, unpublishAllMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentActionService
publish, publishAll, revert, revertAll, unpublish, unpublishAll
-
Constructor Details
-
PageContentActionServiceImpl
public PageContentActionServiceImpl(PageContentService pageContentService, EntityExplorerActionSelectionService entityExplorerActionSelectionService, Context context, QueryBuilderFactory queryBuilderFactory)
-
-
Method Details
-
addSection
- Specified by:
addSectionin interfacePageContentActionService
-
getSnippets
- Specified by:
getSnippetsin interfacePageContentActionService
-
insertSnippet
- Specified by:
insertSnippetin interfacePageContentActionService
-
copySnippetIntoPage
- Specified by:
copySnippetIntoPagein interfacePageContentActionService
-
updateSection
- Specified by:
updateSectionin interfacePageContentActionService
-
moveSection
- Specified by:
moveSectionin interfacePageContentActionService
-
deleteSection
- Specified by:
deleteSectionin interfacePageContentActionService
-
addSnippet
- Specified by:
addSnippetin interfacePageContentActionService
-
getAvailableContentStatuses
- Specified by:
getAvailableContentStatusesin interfacePageContentActionService
-
setSectionVisibilities
public void setSectionVisibilities(String contentToSectionKey, SectionVisibility[] sectionVisibilities) - Specified by:
setSectionVisibilitiesin interfacePageContentActionService
-
isSnippetNameUnique
- Specified by:
isSnippetNameUniquein interfacePageContentActionService
-