public class ReplyModel extends AbstractCommentModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_COMMENTREPLYRELATION
Generated relation code constant for relation
CommentReplyRelation defining source attribute comment in extension comments. |
static String |
_REPLYPARENTRELATION
Generated relation code constant for relation
ReplyParentRelation defining source attribute replies in extension comments. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COMMENT
Generated constant - Attribute key of
Reply.comment attribute defined at extension comments. |
static String |
COMMENTPOS
Generated constant - Attribute key of
Reply.commentPOS attribute defined at extension comments. |
static String |
PARENT
Generated constant - Attribute key of
Reply.parent attribute defined at extension comments. |
static String |
PARENTPOS
Generated constant - Attribute key of
Reply.parentPOS attribute defined at extension comments. |
static String |
PRINTJOBDECISION
Generated constant - Attribute key of
Reply.printJobDecision attribute defined at extension print. |
static String |
REPLIES
Generated constant - Attribute key of
Reply.replies attribute defined at extension comments. |
_COMMENTUSERSETTINGABSTRACTCOMMENTRELATION, ATTACHMENTS, AUTHOR, COMMENTGROUP, COMMENTUSERSETTINGS, RECEIVEDBYDTP, SUBJECT, TEXT, WORKFLOW_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ReplyModel()
Generated constructor - Default constructor for generic creation.
|
ReplyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ReplyModel(UserModel _author,
CommentModel _comment,
ItemModel _owner,
ReplyModel _parent,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReplyModel(UserModel _author,
CommentModel _comment,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
getComment()
Generated method - Getter of the
Reply.comment attribute defined at extension comments. |
ReplyModel |
getParent()
Generated method - Getter of the
Reply.parent attribute defined at extension comments. |
WorkflowDecisionModel |
getPrintJobDecision()
Generated method - Getter of the
Reply.printJobDecision attribute defined at extension print. |
List<ReplyModel> |
getReplies()
Generated method - Getter of the
Reply.replies attribute defined at extension comments. |
void |
setComment(CommentModel value)
Generated method - Initial setter of
Reply.comment attribute defined at extension comments. |
void |
setParent(ReplyModel value)
Generated method - Initial setter of
Reply.parent attribute defined at extension comments. |
void |
setPrintJobDecision(WorkflowDecisionModel value)
Generated method - Setter of
Reply.printJobDecision attribute defined at extension print. |
void |
setReplies(List<ReplyModel> value)
Generated method - Setter of
Reply.replies attribute defined at extension comments. |
getAttachments, getAuthor, getCommentGroup, getReceivedByDtp, getSubject, getText, getWorkflow, setAttachments, setAuthor, setCommentGroup, setReceivedByDtp, setSubject, setText, setWorkflowgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _REPLYPARENTRELATION
ReplyParentRelation defining source attribute replies in extension comments.public static final String _COMMENTREPLYRELATION
CommentReplyRelation defining source attribute comment in extension comments.public static final String REPLIES
Reply.replies attribute defined at extension comments.public static final String PARENTPOS
Reply.parentPOS attribute defined at extension comments.public static final String PARENT
Reply.parent attribute defined at extension comments.public static final String COMMENTPOS
Reply.commentPOS attribute defined at extension comments.public static final String COMMENT
Reply.comment attribute defined at extension comments.public static final String PRINTJOBDECISION
Reply.printJobDecision attribute defined at extension print.public ReplyModel()
public ReplyModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ReplyModel(UserModel _author, CommentModel _comment, String _text)
_author - initial attribute declared by type AbstractComment at extension comments_comment - initial attribute declared by type Reply at extension comments_text - initial attribute declared by type AbstractComment at extension comments@Deprecated public ReplyModel(UserModel _author, CommentModel _comment, ItemModel _owner, ReplyModel _parent, String _text)
_author - initial attribute declared by type AbstractComment at extension comments_comment - initial attribute declared by type Reply at extension comments_owner - initial attribute declared by type Item at extension core_parent - initial attribute declared by type Reply at extension comments_text - initial attribute declared by type AbstractComment at extension comments@Accessor(qualifier="comment", type=GETTER) public CommentModel getComment()
Reply.comment attribute defined at extension comments.@Accessor(qualifier="parent", type=GETTER) public ReplyModel getParent()
Reply.parent attribute defined at extension comments.@Accessor(qualifier="printJobDecision", type=GETTER) public WorkflowDecisionModel getPrintJobDecision()
Reply.printJobDecision attribute defined at extension print.@Accessor(qualifier="replies", type=GETTER) public List<ReplyModel> getReplies()
Reply.replies attribute defined at extension comments.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="comment", type=SETTER) public void setComment(CommentModel value)
Reply.comment attribute defined at extension comments. Can only be used at creation of model - before first save.value - the comment@Accessor(qualifier="parent", type=SETTER) public void setParent(ReplyModel value)
Reply.parent attribute defined at extension comments. Can only be used at creation of model - before first save.value - the parent@Accessor(qualifier="printJobDecision", type=SETTER) public void setPrintJobDecision(WorkflowDecisionModel value)
Reply.printJobDecision attribute defined at extension print.value - the printJobDecisionCopyright © 2017 SAP SE. All Rights Reserved.