public class ReturnReasonDescriptionDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnReasonDescriptionDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnReasonDescriptionInputDataBean, com.ibm.commerce.ordermanagement.beans.ReturnReasonDescriptionSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnReasonDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns LanguageId.
|
java.lang.String |
getDataBeanKeyRtnReasonId()
This method returns RtnReasonId.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
static java.util.Hashtable |
getReturnReasonsForLanguage(java.lang.Integer languageID)
This method gets the full list of return reason descriptions and the associated
return reason codes for a particular language.
|
void |
populate()
This method is used to populate the ReturnReasonDescriptionDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets LanguageId.
|
void |
setDataBeanKeyRtnReasonId(java.lang.String aRtnReasonId)
This method sets RtnReasonId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByLanguageID, getDescription, getEntity, getLanguageId, getLanguageIdInEntityType, getRtnReasonId, getRtnReasonIdInEntityType, instantiateEntity, setDescription, setInitKey_languageId, setInitKey_languageId, setInitKey_rtnReasonId, setInitKey_rtnReasonId, setLanguageId, setLanguageId, setRtnReasonId, setRtnReasonIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyRtnReasonId()
getDataBeanKeyRtnReasonId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonDescriptionInputDataBeanaLanguageId - java.lang.Stringpublic void setDataBeanKeyRtnReasonId(java.lang.String aRtnReasonId)
setDataBeanKeyRtnReasonId in interface com.ibm.commerce.ordermanagement.beans.ReturnReasonDescriptionInputDataBeanaRtnReasonId - java.lang.Stringpublic void populate()
populate() method.
populate in interface SmartDataBeanjava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyRtnReasonId(String)public static java.util.Hashtable getReturnReasonsForLanguage(java.lang.Integer languageID)
languageID - java.lang.Exception