Modifier and Type | Method and Description |
---|---|
static BlogTO |
TopicResourceHelper.getBlogTO(EditTopicParameter editTopicParameter,
Blog topic)
Get transfer object of topic
|
Modifier and Type | Method and Description |
---|---|
static BlogTO |
TopicResourceHelper.getBlogTO(EditTopicParameter editTopicParameter,
Blog topic)
Get transfer object of topic
|
Modifier and Type | Method and Description |
---|---|
static BlogTO |
TopicResourceHelper.getBlogTO(EditTopicParameter editTopicParameter,
Blog topic)
Get transfer object of topic
|
Modifier and Type | Method and Description |
---|---|
static BlogTO |
TopicResourceHelper.getBlogTO(EditTopicParameter editTopicParameter,
Blog topic)
Get transfer object of topic
|
Modifier and Type | Class and Description |
---|---|
class |
CreationBlogTO
This is a variant of the BlogTO with special fields need only for creation of new topics.
|
Modifier and Type | Method and Description |
---|---|
void |
BlogTO.copy(BlogTO otherBean)
Copies all properties from the argument value object into this value object.
|
Blog |
BlogManagement.updateBlog(Long blogId,
BlogTO blogDetails)
Update the blog data including title, description alias, tags and properties but not access
rights.
|
Modifier and Type | Method and Description |
---|---|
protected Blog |
BlogManagementImpl.handleUpdateBlog(Long blogId,
BlogTO blogTO)
Performs the core logic for
BlogManagementBase.updateBlog(Long, BlogTO) |
protected abstract Blog |
BlogManagementBase.handleUpdateBlog(Long blogId,
BlogTO blog)
Performs the core logic for
BlogManagementBase.updateBlog(Long, BlogTO) |
Blog |
BlogManagementBase.updateBlog(Long blogId,
BlogTO blog) |
Copyright © 2019 Communote team. All rights reserved.