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.
|
getDelegate
fulfills, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
aRequestProperty
- com.ibm.commerce.datatype.TypedPropertypublic CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
getCommandContext
in class SmartDataBeanImpl
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface SmartDataBean
setCommandContext
in class SmartDataBeanImpl
aCommandContext
- com.ibm.commerce.command.CommandContextpublic java.lang.String getDataBeanKeyLanguageId()
getDataBeanKeyLanguageId
in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBean
public ReturnedProductsDataBean[] getReturnedProductsList()
getReturnedProductsList
in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBean
public java.lang.String getDataBeanKeyRmaId()
getDataBeanKeyRmaId
in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsSmartListDataBean
public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
setDataBeanKeyLanguageId
in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBean
aLanguageId
- java.lang.Stringpublic void setReturnedProductsList(ReturnedProductsDataBean[] aListDataBean)
setReturnedProductsList
in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBean
aListDataBean
- ReturnedProductsDataBean[]public void setDataBeanKeyRmaId(java.lang.String aRmaId)
setDataBeanKeyRmaId
in interface com.ibm.commerce.ordermanagement.beans.ReturnedProductsInputListDataBean
aRmaId
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate()
method.
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
setDataBeanKeyLanguageId(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()