public class ReturnReasonsListDataBean extends SmartDataBeanImpl implements com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBean, Delegator, Protectable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnReasonsListDataBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Deprecated.
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
Deprecated.
This method returns LanguageId.
|
java.lang.String |
getDataBeanKeyStoreentId()
Deprecated.
This method returns StoreentId.
|
Protectable |
getDelegate()
Deprecated.
This method returns the Protectable object whose access control policies will indirectly control the access control for this object.
|
java.lang.Long |
getOwner()
Deprecated.
This method returns the member id of the owner.
|
TypedProperty |
getRequestProperties()
Deprecated.
This method returns the request property set within this bean.
|
ReturnReasonsDataBean[] |
getReturnReasonsList()
Deprecated.
This method returns ReturnReasonsDataBean array.
|
void |
populate()
Deprecated.
This method is used to populate the ReturnReasonsListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
Deprecated.
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
Deprecated.
This method sets LanguageId.
|
void |
setDataBeanKeyStoreentId(java.lang.String aStoreentId)
Deprecated.
This method sets StoreentId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Deprecated.
This method sets the request property within this bean.
|
void |
setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
Deprecated.
This method sets ReturnReasonsDataBean array.
|
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillspublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBeanpublic Protectable getDelegate() throws java.lang.Exception
getDelegate in interface Delegatorjava.lang.Exceptionpublic java.lang.Long getOwner()
throws java.lang.Exception
getOwner in interface Protectablejava.lang.Exceptionpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic ReturnReasonsDataBean[] getReturnReasonsList()
getReturnReasonsList in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBeanpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyStoreentId(String)public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBeanaStoreentId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic void setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
setReturnReasonsList in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBeanaListDataBean - ReturnReasonsDataBean[]