public final class CommerceCommentUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CommerceCommentParameter |
buildQuoteCommentParameter(AbstractOrderModel order,
UserModel author,
java.lang.String text)
Build a
CommerceCommentParameter for QuoteModel comments. |
static CommerceCommentParameter |
buildQuoteEntryCommentParameter(AbstractOrderEntryModel orderEntry,
UserModel author,
java.lang.String text)
Build a
CommerceCommentParameter for QuoteModel comments. |
static CommerceCommentParameterBuilder |
parameterBuilder()
Creates a new
CommerceCommentParameterBuilder instance. |
public static CommerceCommentParameterBuilder parameterBuilder()
CommerceCommentParameterBuilder instance.CommerceCommentParameterBuilderpublic static CommerceCommentParameter buildQuoteCommentParameter(AbstractOrderModel order, UserModel author, java.lang.String text)
CommerceCommentParameter for QuoteModel comments.order - the AbstractOrderModel that will hold the commentauthor - the author of the commenttext - text of the commentCommerceCommentParameter built based on the input.public static CommerceCommentParameter buildQuoteEntryCommentParameter(AbstractOrderEntryModel orderEntry, UserModel author, java.lang.String text)
CommerceCommentParameter for QuoteModel comments.orderEntry - the AbstractOrderEntryModel that will hold the commentauthor - the author of the commenttext - text of the commentCommerceCommentParameter built based on the input.Copyright © 2018 SAP SE. All Rights Reserved.