|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditableEntry
Defines an editable entry to be added to the discussion.
| Method Summary | |
|---|---|
EditableContent |
getContent()
Returns the editable content of this EditableEntry. |
void |
setAncestor(java.lang.String id)
Sets the ancestor of this post. |
void |
setApproved(boolean b)
Sets the flag that determines if the entry is approved. |
void |
setCaption(java.lang.String str)
Sets the caption of the entry. |
void |
setContentFormat(java.lang.String str)
Sets the format of the content. |
void |
setDescendantAllowed(boolean b)
Sets the flag for allowing or disallowing descendants. |
| Methods inherited from interface net.coalevo.discussion.model.EntryDescriptor |
|---|
getAncestor, getApproved, getAuthor, getCaption, getContentFormat, getCreated, getForumIdentifier, getTags, isApproved, isArchived, isDescendant, isDescendantAllowed, isOfficial |
| Methods inherited from interface net.coalevo.foundation.model.Identifiable |
|---|
getIdentifier |
| Methods inherited from interface net.coalevo.discussion.model.Tagable |
|---|
addTag, removeTag, setTags |
| Method Detail |
|---|
void setAncestor(java.lang.String id)
id - the identifier of the ancestor.void setCaption(java.lang.String str)
str - the subject of the entry.void setContentFormat(java.lang.String str)
str - a string identifying the content format.void setDescendantAllowed(boolean b)
b - true if descendants are allowed, false otherwise.void setApproved(boolean b)
b - true if approved, false otherwise.EditableContent getContent()
EditableContent.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||