public class ReturnRecordsForReceiverListDataBean extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReceiverListListDataBeanBase implements com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartListDataBean, Delegator, Protectable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnRecordsForReceiverListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyFfmCenterId()
This method returns FfmCenterId.
|
java.lang.String |
getDataBeanKeyStoreId()
This method returns StoreId.
|
Protectable |
getDelegate()
This method returns the Protectable object whose access control policies will indirectly control the access control for this object.
|
java.lang.Long |
getOwner()
This method returns the member id of the owner.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
ReturnRecordsForReceiverDataBean[] |
getReturnRecordsForReceiverList()
This method returns ReturnRecordsForReceiverDataBean array.
|
void |
populate()
This method is used to populate the ReturnRecordsForReceiverListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
This method sets FfmCenterId.
|
void |
setDataBeanKeyStoreId(java.lang.String aStoreId)
This method sets StoreId.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
void |
setReturnRecordsForReceiverList(ReturnRecordsForReceiverDataBean[] aListDataBean)
This method sets ReturnRecordsForReceiverDataBean array.
|
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillspublic static final java.lang.String COPYRIGHT
public ReturnRecordsForReceiverListDataBean()
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic java.lang.String getDataBeanKeyFfmCenterId()
getDataBeanKeyFfmCenterId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartListDataBeanpublic 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 ReturnRecordsForReceiverDataBean[] getReturnRecordsForReceiverList()
getReturnRecordsForReceiverList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverSmartListDataBeanpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyFfmCenterId(String),
setDataBeanKeyStoreId(String)public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyFfmCenterId(java.lang.String aFfmCenterId)
setDataBeanKeyFfmCenterId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputListDataBeanaFfmCenterId - java.lang.Stringpublic void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputListDataBeanaStoreId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic void setReturnRecordsForReceiverList(ReturnRecordsForReceiverDataBean[] aListDataBean)
setReturnRecordsForReceiverList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReceiverInputListDataBeanaListDataBean - ReturnRecordsForReceiverDataBean[]