public class ReturnReasonDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnReasonDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnReasonInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnReasonSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnReasonDataBean()
Constructs an ReturnReasonDataBean.
|
ReturnReasonDataBean(ReturnReasonAccessBean aabReturnReason)
Constructs an ReturnReasonDataBean from an ReturnReasonAccessBean by
extracting the ReturnReason EJB reference from the ReturnReasonAccessBean.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyRtnReasonId()
This method returns RtnReasonId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the ReturnReasonDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyRtnReasonId(java.lang.String aRtnReasonId)
This method sets RtnReasonId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByCodeAndStoreentId, findByCodeAndStoreentIdsForCustomer, findByCodeAndStoreentIdsForStore, findByStoreentIdsForCustomer, findByStoreentIdsForStore, findByStoreIdAndStoreGroupId, getCode, getDescription, getEntity, getMarkForDelete, getMarkForDeleteInEntityType, getReasonType, getRtnReasonId, getRtnReasonIdInEntityType, getStoreentId, getStoreentIdInEntityType, instantiateEntity, setCode, setInitKey_rtnReasonId, setInitKey_rtnReasonId, setMarkForDelete, setMarkForDelete, setReasonType, setRtnReasonId, setRtnReasonId, setStoreentId, setStoreentIdpublic static final java.lang.String COPYRIGHT
public ReturnReasonDataBean()
public ReturnReasonDataBean(ReturnReasonAccessBean aabReturnReason)
aabReturnReason - ReturnReasonAccessBeanjava.lang.Exceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyRtnReasonId()
getDataBeanKeyRtnReasonId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyRtnReasonId(java.lang.String aRtnReasonId)
setDataBeanKeyRtnReasonId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonInputDataBeanaRtnReasonId - java.lang.Stringpublic void populate()
populate() method.populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyRtnReasonId(String)