java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.ordermanagement.beans.ReturnReasonsListDataBean
ReturnReasonsListDataBean
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM Copyright |
protected
CommandContext |
iCommandContext Command context |
protected
java.lang.String |
iDataBeanKeyLanguageId LanguageId |
protected
java.lang.String |
iDataBeanKeyStoreentId StoreentId |
protected
TypedProperty |
iRequestProperties Request properties |
protected
ReturnReasonsDataBean[] |
iReturnReasonsListDataBean ReturnReasonsDataBean array |
Fields inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans. InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
ReturnReasonsListDataBean() |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyLanguageId() Returns LanguageId |
java.lang.String |
getDataBeanKeyStoreentId() Returns StoreentId |
com.ibm.commerce.security.Protectable |
getDelegate() Returns the Protectable object whose access control policies will indirectly control the access control for this object |
java.lang.Long |
getOwner() Returns the member id of the owner. |
TypedProperty |
getRequestProperties() Gets the request property set within this bean. |
ReturnReasonsDataBean[] |
getReturnReasonsList() Returns ReturnReasonsDataBean array |
void |
populate() IBM internal use only. |
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context within this bean. |
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId) Sets LanguageId |
void |
setDataBeanKeyStoreentId(java.lang.String aStoreentId) Sets StoreentId |
void |
setRequestProperties(
TypedProperty aRequestProperty) Sets the request property within this bean. |
void |
setReturnReasonsList(
ReturnReasonsDataBean[] aListDataBean) Sets ReturnReasonsDataBean array |
Methods inherited from class com.ibm.commerce.beans. SmartDataBeanImpl |
fulfills,
getResources |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyLanguageId
protected java.lang.String iDataBeanKeyStoreentId
protected ReturnReasonsDataBean[] iReturnReasonsListDataBean
Constructor Detail |
---|
public ReturnReasonsListDataBean()
Method Detail |
---|
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
getCommandContext
in class
SmartDataBeanImpl
public java.lang.String getDataBeanKeyLanguageId()
public java.lang.String getDataBeanKeyStoreentId()
public com.ibm.commerce.security.Protectable getDelegate() throws java.lang.Exception
java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
java.lang.Exception
RemoteException
public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
getRequestProperties
in class
InputDataBeanImpl
public ReturnReasonsDataBean[] getReturnReasonsList()
public void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
populate
in class
SmartDataBeanImpl
java.lang.Exception
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)
aLanguageId
- java.lang.Stringpublic void setDataBeanKeyStoreentId(java.lang.String aStoreentId)
aStoreentId
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
setRequestProperties
in interface
InputDataBean
setRequestProperties
in class
InputDataBeanImpl
aRequestProperty
-
com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public void setReturnReasonsList(ReturnReasonsDataBean[] aListDataBean)
aListDataBean
- ReturnReasonsDataBean[]