public class PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean extends PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase implements PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean, PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright string.
|
Constructor and Description |
---|
PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean()
Databean constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyMemberId()
This method returns member id.
|
java.lang.String | getDataBeanKeyStoreId()
This method returns store id.
|
RequisitionDataBean[] | getPRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
This method returns PRequisitionByMemberId and StoreHostedAtChannelStoreIdList.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyMemberId(java.lang.String aMemberId)
This method sets member id.
|
void | setDataBeanKeyStoreId(java.lang.String aStoreId)
This method sets store id.
|
void | setPRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList(RequisitionDataBean[] aListDataBean)
This method sets PRequisition by MemberId and StoreHostedAtChannelStoreIdList
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
public PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean()
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public RequisitionDataBean[] getPRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
public java.lang.String getDataBeanKeyStoreId()
public java.lang.String getDataBeanKeyMemberId()
public void setPRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList(RequisitionDataBean[] aListDataBean)
public void setDataBeanKeyStoreId(java.lang.String aStoreId)
public void setDataBeanKeyMemberId(java.lang.String aMemberId)
public void populate() throws java.lang.Exception