Package | Description |
---|---|
com.neurosys.comments.service | |
com.neurosys.content.service | |
com.neurosys.posts.service | |
com.neurosys.products.service |
Modifier and Type | Interface and Description |
---|---|
interface |
CommentService
Service for
Comment |
Modifier and Type | Class and Description |
---|---|
class |
CommentServiceImpl |
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 |
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 | Interface and Description |
---|---|
interface |
PostService
Service for Post
|
Modifier and Type | Class and Description |
---|---|
class |
PostServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductService<T extends Product>
Added service methods over basic DAO ones
|
Modifier and Type | Class and Description |
---|---|
class |
ProductServiceImpl<T extends Product>
Added service methods over basic DAO ones
This class will also generate Event with are Object[] Since this implements ChangeGenerator ; it will also generate Events of TypeObject[]{"before-delete", Product} Object[]{"before-delete", id as Long} Object[]{"before-deletes", ids as List of Long} Object[]{"after-delete", Product} Object[]{"after-delete", id as Long} Object[]{"save", Product} Object[]{"new-product", product} Object[]{"save-attribute", ProductAttribute} Object[]{"move", Product node, Product parent, Integer sequence} Object[]{"before-delete-sub-hierarchy", category as Product} Object[]{"after-delete-sub-hierarchy", category as Product} Object[]{"make-space-parent-node", Product node, Product parent, Integer sequence} |
Copyright © 2018. All rights reserved.