Modifier and Type | Interface and Description |
---|---|
interface |
CommentService
Service for
Comment |
Modifier and Type | Class and Description |
---|---|
class |
CommentServiceImpl |
Modifier and Type | Method and Description |
---|---|
protected abstract GenericContentService<C,CA,CF> |
ContentDetailsPageForm.getContentService()
Override Source in case content from an auxiliary Data Source
|
Modifier and Type | Method and Description |
---|---|
protected abstract GenericContentService<C,CA,CF> |
ContentDetailsPanel.getContentService()
Override Source in case content from an auxiliary Data Source
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentService
Defines A content service provider
|
Modifier and Type | Class and Description |
---|---|
class |
ContentServiceImpl
Deprecated.
@see
GenericHierarchyContentServiceImpl . In future this class is expected to inherit from GenericHierarchyContentServiceImpl |
class |
GenericContentServiceImpl<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
class |
GenericHierarchyContentServiceImpl<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Generic services for
AbstractContent (which is a HierarchialDomainObject )00000
This class will also generate Event with are Object[] Since this implements ChangeGenerator ; it will also generate Events of TypeObject[]{"save", content} Object[]{"new-content", content, sequence as Integer} Object[]{"publish", published-content, source-content, path as String} Object[]{"unpublish", content, published path as String} Object[]{"move", content, newParent, sequence as Integer, movedRelatedContent as Map <Status, C> }
Object[]{"update-content-status", String name, Locale locale, Status oldStatus, Status newStatus}
Object[]{"delete-subhierarchy", node as C}
Object[]{"after-delete", name}
Object[]{"save-facet", CF}
Object[]{"clones", original content, clones as List of Content}
|
Modifier and Type | Method and Description |
---|---|
GenericContentService |
ContentQueryService.getService() |
Modifier and Type | Method and Description |
---|---|
void |
ContentQueryService.setService(GenericContentService service) |
Modifier and Type | Field and Description |
---|---|
protected GenericContentService<C,CA,CF> |
MarkupContentModel.contentService |
Modifier and Type | Method and Description |
---|---|
protected GenericContentService<C,CA,CF> |
MarkupContentModel.getContentService() |
Constructor and Description |
---|
MarkupContentModel(C contentDescriber,
FacetMeta facetMeta,
ContentContext<C,CA,CF> context,
Map<String,List<String>> facetContentCache,
GenericContentService<C,CA,CF> contentService) |
PublishableMarkupContentModel(C contentDescriber,
FacetMeta facetMeta,
ContentContext<C,CA,CF> context,
Map<String,List<String>> facetContentCache,
GenericContentService<C,CA,CF> contentService) |
Modifier and Type | Method and Description |
---|---|
protected GenericContentService<C,?,?> |
PublishTemplatePage.getContentService() |
Modifier and Type | Interface and Description |
---|---|
interface |
PostService
Service for Post
|
Modifier and Type | Class and Description |
---|---|
class |
PostServiceImpl |
Copyright © 2018. All rights reserved.