public class ReturnedProductsListDataBean
extends com.ibm.commerce.ordermanagement.beansrc.ReturnedProductsListListDataBeanBase
implements com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBean, com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
ReturnedProductsListDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
int |
getCurrentPage()
This method returns current page number.
|
java.lang.String |
getDataBeanKeyLanguageId()
This method returns LanguageId.
|
java.lang.String |
getDataBeanKeyRmaId()
This method returns RmaId.
|
int |
getPageSize()
This method returns page size.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
ReturnedProductsDataBean[] |
getReturnedProductsDataBeansByPageNumber(int pageNum)
This method returns a list of ReturnedProducts databeans by the page number.
|
ReturnedProductsDataBean[] |
getReturnedProductsDataBeansInCurrentPage()
This method returns a list of ReturnedProducts databeans in the current page.
|
ReturnedProductsDataBean[] |
getReturnedProductsList()
This method returns ReturnedProductsDataBean array.
|
int |
getTotalPages()
This method returns total page number.
|
int |
getTotalSize()
This method returns total ReturnedProducts' number.
|
void |
populate()
This method is used to populate the ReturnedProductsListDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setCurrentPage(int i)
This method sets current page number.
|
void |
setDataBeanKeyLanguageId(java.lang.String aLanguageId)
This method sets LanguageId.
|
void |
setDataBeanKeyRmaId(java.lang.String aRmaId)
This method sets RmaId.
|
void |
setPageSize(int i)
This method sets page size.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
void |
setReturnedProductsList(ReturnedProductsDataBean[] aListDataBean)
This method sets ReturnedProductsDataBean array.
|
getDelegatefulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeangetRequestProperties in class InputDataBeanImplpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeansetRequestProperties in class InputDataBeanImplaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeangetCommandContext in class SmartDataBeanImplpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeansetCommandContext in class SmartDataBeanImplaCommandContext - com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBeanpublic ReturnedProductsDataBean[] getReturnedProductsList()
getReturnedProductsList in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBeanpublic java.lang.String getDataBeanKeyRmaId()
getDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBeanpublic void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBeanaLanguageId - java.lang.Stringpublic void setReturnedProductsList(ReturnedProductsDataBean[] aListDataBean)
setReturnedProductsList in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBeanaListDataBean - ReturnedProductsDataBean[]public void setDataBeanKeyRmaId(java.lang.String aRmaId)
setDataBeanKeyRmaId in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBeanaRmaId - java.lang.Stringpublic void populate()
throws java.lang.Exception
populate() method.
populate in interface SmartDataBeanpopulate in class SmartDataBeanImpljava.lang.ExceptionsetDataBeanKeyLanguageId(String),
setDataBeanKeyRmaId(String)public int getCurrentPage()
public int getPageSize()
public void setCurrentPage(int i)
i - public void setPageSize(int i)
i - public int getTotalPages()
public int getTotalSize()
public ReturnedProductsDataBean[] getReturnedProductsDataBeansByPageNumber(int pageNum)
pageNum - public ReturnedProductsDataBean[] getReturnedProductsDataBeansInCurrentPage()