public class ReturnRecordsForReturnAdministratorListDataBean extends com.ibm.commerce.ordermanagement.beansrc.ReturnRecordsForReturnAdministratorListListDataBeanBase implements com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBean, Delegator, Protectable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnRecordsForReturnAdministratorListDataBean() |
| 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.
|
ReturnRecordsForReturnAdministratorDataBean[] |
getReturnRecordsForReturnAdministratorList()
This method returns ReturnRecordsForReturnAdministratorDataBean array.
|
void |
populate()
This method is used to populate the ReturnRecordsForReturnAdministratorListDataBean.
|
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 |
setReturnRecordsForReturnAdministratorList(ReturnRecordsForReturnAdministratorDataBean[] aListDataBean)
This method sets ReturnRecordsForReturnAdministratorDataBean array.
|
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillspublic static final java.lang.String COPYRIGHT
public ReturnRecordsForReturnAdministratorListDataBean()
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic java.lang.String getDataBeanKeyFfmCenterId()
getDataBeanKeyFfmCenterId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBeanpublic java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBeanpublic 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 ReturnRecordsForReturnAdministratorDataBean[] getReturnRecordsForReturnAdministratorList()
getReturnRecordsForReturnAdministratorList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorSmartListDataBeanpublic 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.ReturnRecordsForReturnAdministratorInputListDataBeanaFfmCenterId - java.lang.Stringpublic void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBeanaStoreId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic void setReturnRecordsForReturnAdministratorList(ReturnRecordsForReturnAdministratorDataBean[] aListDataBean)
setReturnRecordsForReturnAdministratorList in interface com.ibm.commerce.ordermanagement.beans.ReturnRecordsForReturnAdministratorInputListDataBeanaListDataBean - ReturnRecordsForReturnAdministratorDataBean[]