| Package | Description |
|---|---|
| com.neurosys.comments.dao | |
| com.neurosys.comments.dao.jpa | |
| com.neurosys.comments.domain | |
| com.neurosys.comments.service |
| Modifier and Type | Method and Description |
|---|---|
Page<Comment> |
BasicCommentDao.getComments(String topic,
PageInfo pageInfo) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentDaoImpl.load(Object id) |
Comment |
CommentDaoImpl.load(Object id,
Class entityClass) |
Comment |
CommentDaoImpl.save(Comment transientObject) |
| Modifier and Type | Method and Description |
|---|---|
Page<Comment> |
CommentDaoImpl.getComments(String topic,
PageInfo pageInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentDaoImpl.delete(Comment persistentObject) |
CommentFacet |
CommentDaoImpl.getContentFacetInstance(Comment comment,
String facetName) |
Comment |
CommentDaoImpl.save(Comment transientObject) |
void |
CommentDaoImpl.unPublish(Comment post) |
| Modifier and Type | Field and Description |
|---|---|
protected Comment |
CommentAttribute.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
CommentAttribute.getEntity() |
Comment |
CommentAttribute.getPost() |
Comment |
Comment.setAttribute(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentAttribute.setPost(Comment post) |
| Constructor and Description |
|---|
CommentAttribute(String name,
String value,
Comment comment) |
CommentFacet(Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
protected Comment |
CommentServiceImpl.getContentProxyObject() |
Comment |
CommentServiceImpl.publish(Comment content) |
| Modifier and Type | Method and Description |
|---|---|
Page<Comment> |
CommentServiceImpl.getComments(String topic,
PageInfo pageInfo) |
Page<Comment> |
CommentService.getComments(String topic,
PageInfo pageInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommentServiceImpl.moveHierarchyOnly(Comment content,
Comment newParent,
Integer sequence,
String parentLastHCode) |
Comment |
CommentServiceImpl.publish(Comment content) |
Copyright © 2018. All rights reserved.