public class OrderCommentDataBean extends OrderCommentDataBeanBase implements OrderCommentInputDataBean, OrderCommentSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderCommentDataBean()
OrderCommentDataBean constructor comment.
|
OrderCommentDataBean(OrderCommentAccessBean argabOrderComment)
Constructs an OrderCommentDataBean from an OrderCommentAccessBean by
extracting the OrderComment EJB reference from the OrderCommentAccessBean.
|
OrderCommentDataBean(OrderCommentAccessBean argabOrderComment,
CommandContext aCommandContext)
Constructs an OrderCommentDataBean from an OrderCommentAccessBean by
extracting the OrderComment EJB reference from the OrderCommentAccessBean and setting the commandContext
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
OrderChangeReasonDataBean |
getOrderChangeReasonDataBean()
This method returns the order change reason data bean for this order comment.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderCommentDataBean.
|
void |
setCommandContext(CommandContext commandContext)
This method sets the command context within this bean.
|
void |
setOrderCommentId(java.lang.String argOrderCommentId)
This method sets the order comment id.
|
void |
setRequestProperties(TypedProperty requestProperties)
This method sets the request property within this bean.
|
getDelegatefindByBusinessChannelId, findByOrder, findByOrderAndOrderVersion, findByOrderChangeReasonId, findByOrderIdAndOrderVersionAndServiceRepId, findByOrderIdAndOrderVersionAndServiceRepIdAndBusinessChannelId, findByOrderIdAndOrderVersionIsNULL, findByServiceRepId, getBusinessChannelId, getBusinessChannelIdInEntityType, getComment, getEntity, getField1, getField1InEntityType, getField2, getField3, getField3InEntityType, getLastupdate, getLastupdateInEntityType, getOrcommentId, getOrcommentIdInEntityType, getOrderChangeReasonId, getOrderChangeReasonIdInEntityType, getOrderId, getOrderIdInEntityType, getOrderVersion, getOrderVersionInEntityType, getServiceRepresentativeId, getServiceRepresentativeIdInEntityType, instantiateEntity, setBusinessChannelId, setBusinessChannelId, setComment, setField1, setField1, setField2, setField3, setField3, setInitKey_orcommentId, setInitKey_orcommentId, setLastupdate, setLastupdate, setOrcommentId, setOrcommentId, setOrderChangeReasonId, setOrderChangeReasonId, setOrderId, setOrderId, setOrderVersion, setOrderVersion, setServiceRepresentativeId, setServiceRepresentativeIdpublic static final java.lang.String COPYRIGHT
public OrderCommentDataBean()
public OrderCommentDataBean(OrderCommentAccessBean argabOrderComment)
argabOrderComment - OrderCommentAccessBeanjava.lang.Exceptionpublic OrderCommentDataBean(OrderCommentAccessBean argabOrderComment, CommandContext aCommandContext)
argabOrderComment - OrderCommentAccessBeanaCommandContext - CommandContextjava.lang.Exceptionpublic void setOrderCommentId(java.lang.String argOrderCommentId)
setOrderCommentId in interface OrderCommentInputDataBeanargOrderCommentId - order comment idpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty requestProperties)
setRequestProperties in interface InputDataBeanrequestProperties - TypedPropertypublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void populate()
populate() method.populate in interface SmartDataBeansetOrderCommentId(String)public void setCommandContext(CommandContext commandContext)
setCommandContext in interface SmartDataBeancommandContext - command contextpublic OrderChangeReasonDataBean getOrderChangeReasonDataBean()
getOrderChangeReasonDataBean in interface OrderCommentSmartDataBean