public class CustomerReturnReasonListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.CustomerReturnReasonListListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBean, com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
CustomerReturnReasonListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
ReturnReasonDataBean[] |
getCustomerReturnReasonList()
This method returns ReturnReasonDataBean array.
|
java.lang.String |
getDataBeanKeyCode()
This method returns Code.
|
java.lang.String |
getDataBeanKeyStoreentId1()
This method returns StoreentId1.
|
java.lang.String |
getDataBeanKeyStoreentId2()
This method returns StoreentId2.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the CustomerReturnReasonListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setCustomerReturnReasonList(ReturnReasonDataBean[] aListDataBean)
This method sets ReturnReasonDataBean array.
|
void |
setDataBeanKeyCode(java.lang.String aCode)
This method sets Code.
|
void |
setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
This method sets StoreentId1.
|
void |
setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
This method sets StoreentId2.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyCode()
getDataBeanKeyCode in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBeanpublic ReturnReasonDataBean[] getCustomerReturnReasonList()
getCustomerReturnReasonList in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreentId2()
getDataBeanKeyStoreentId2 in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreentId1()
getDataBeanKeyStoreentId1 in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonSmartListDataBeanpublic void setDataBeanKeyCode(java.lang.String aCode)
setDataBeanKeyCode in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBeanaCode - java.lang.Stringpublic void setCustomerReturnReasonList(ReturnReasonDataBean[] aListDataBean)
setCustomerReturnReasonList in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBeanaListDataBean - ReturnReasonDataBean[]public void setDataBeanKeyStoreentId2(java.lang.String aStoreentId2)
setDataBeanKeyStoreentId2 in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBeanaStoreentId2 - java.lang.Stringpublic void setDataBeanKeyStoreentId1(java.lang.String aStoreentId1)
setDataBeanKeyStoreentId1 in interface com.ibm.commerce.ordermanagement.beans.CustomerReturnReasonInputListDataBeanaStoreentId1 - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyCode(String),
setDataBeanKeyStoreentId1(String),
setDataBeanKeyStoreentId2(String)