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, setViewCommandContext
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fulfills
public static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
getCommandContext
in class SmartDataBeanImpl
public java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBean
public java.lang.String getDataBeanKeyStoreentId()
getDataBeanKeyStoreentId
in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBean
public Protectable getDelegate() throws java.lang.Exception
getDelegate
in interface Delegator
java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception
getOwner
in interface Protectable
java.lang.Exception
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public ReturnReasonsDataBean[] getReturnReasonsList()
getReturnReasonsList
in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsSmartListDataBean
public void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyLanguageId(String)
,
setDataBeanKeyStoreentId(String)
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
setCommandContext
in class SmartDataBeanImpl
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBean
aLanguageId
- java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
setDataBeanKeyStoreentId
in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBean
aStoreentId
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic void setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
setReturnReasonsList
in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonsInputListDataBean
aListDataBean
- ReturnReasonsDataBean[]