java.lang.Object | +--com.ibm.commerce.order.beansrc.SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase | +--com.ibm.commerce.order.beans.SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The IBM copyright string. |
Fields inherited from interface com.ibm.commerce.beans. DataBean |
emptyString |
Constructor Summary | |
---|---|
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean() Databean constructor. |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Gets the command context set within this bean. |
java.lang.String |
getDataBeanKeyMemberId() Returns member id |
java.lang.String |
getDataBeanKeyStoreId() Returns store id |
TypedProperty |
getRequestProperties() Gets the request property set within this bean. |
RequisitionDataBean[] |
getSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList() Returns ResuisitionDataBean array |
void |
populate() IBM internal use only. |
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context within this bean. |
void |
setDataBeanKeyMemberId(java.lang.String aMemberId) Sets member id |
void |
setDataBeanKeyStoreId(java.lang.String aStoreId) Sets store id |
void |
setRequestProperties(
TypedProperty aRequestProperty) Sets the request property within this bean. |
void |
setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList(
RequisitionDataBean[] aListDataBean) Sets RequisitionDataBean array |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean()
Method Detail |
---|
public TypedProperty getRequestProperties()
getRequestProperties
in interface
InputDataBean
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
setRequestProperties
in interface
InputDataBean
aRequestProperty
- TypedPropertyjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public CommandContext getCommandContext()
getCommandContext
in interface
SmartDataBean
public void setCommandContext(CommandContext aCommandContext)
setCommandContext
in interface
SmartDataBean
aCommandContext
-
com.ibm.commerce.command.CommandContextpublic RequisitionDataBean[] getSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList()
getSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList
in
interface
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
public java.lang.String getDataBeanKeyStoreId()
getDataBeanKeyStoreId
in interface
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
public java.lang.String getDataBeanKeyMemberId()
getDataBeanKeyMemberId
in interface
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
public void setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList(RequisitionDataBean[] aListDataBean)
setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList
in
interface
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
aListDataBean
- RequisitionDataBean[]public void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId
in interface
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
aStoreId
- java.lang.Stringpublic void setDataBeanKeyMemberId(java.lang.String aMemberId)
setDataBeanKeyMemberId
in interface
SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
aMemberId
- java.lang.Stringpublic void populate() throws java.lang.Exception
populate
in interface
SmartDataBean
java.lang.Exception