public class CreationBlogTO extends BlogTO
Constructor and Description |
---|
CreationBlogTO()
Default constructor.
|
CreationBlogTO(boolean allCanRead,
boolean allCanWrite,
String title,
boolean createSystemNotes)
Create a new TO and set the provided members
|
Modifier and Type | Method and Description |
---|---|
Long |
getParentTopicId() |
void |
setParentTopicId(Long parentTopicId) |
copy, getChildTopicIds, getCreatorUserId, getDescription, getNameIdentifier, getProperties, getProperty, getTags, getTitle, getUnparsedTags, isAllCanRead, isAllCanWrite, isCreateSystemNotes, isToplevelTopic, setAllCanRead, setAllCanWrite, setChildTopicIds, setCreateSystemNotes, setCreatorUserId, setDescription, setNameIdentifier, setProperties, setTags, setTitle, setToplevelTopic, setUnparsedTags
public CreationBlogTO()
public CreationBlogTO(boolean allCanRead, boolean allCanWrite, String title, boolean createSystemNotes)
allCanRead
- true if all users are allowed to read, false otherwiseallCanWrite
- true if all users are allowed to write, false otherwisetitle
- the title of the blogcreateSystemNotes
- whether notes with creation source 'SYSTEM' can be created in the blogCopyright © 2019 Communote team. All rights reserved.