com.ibm.commerce.order.beans
Class SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.order.beansrc.SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase
        |
        +--com.ibm.commerce.order.beans.SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean, SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean, SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

public class SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
extends com.ibm.commerce.order.beansrc.SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase
implements SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean, SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          The IBM copyright string.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Constructor Summary
SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean()
          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[] getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
          Returns Shareable Requisition in Requisition 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 setSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList( RequisitionDataBean[] aListDataBean)
          Sets RequisitionDataBean array in this class
 
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
The IBM copyright string.
See Also:
Constant Field Values
Constructor Detail

SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

public SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean()
Databean constructor.
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request property set within this bean.
Specified by:
getRequestProperties in interface InputDataBean
Returns:
com.ibm.commerce.datatype.TypedProperty

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request property within this bean.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
aRequestProperty - TypedProperty
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getCommandContext

public CommandContext getCommandContext()
Gets the command context set within this bean.
Specified by:
getCommandContext in interface SmartDataBean
Returns:
com.ibm.commerce.command.CommandContext

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
Specified by:
setCommandContext in interface SmartDataBean
Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext

getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList

public RequisitionDataBean[] getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
Returns Shareable Requisition in Requisition array
Specified by:
getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList in interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
Returns:
RequisitionDataBean[]

getDataBeanKeyStoreId

public java.lang.String getDataBeanKeyStoreId()
Returns store id
Specified by:
getDataBeanKeyStoreId in interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
Returns:
java.lang.String

getDataBeanKeyMemberId

public java.lang.String getDataBeanKeyMemberId()
Returns member id
Specified by:
getDataBeanKeyMemberId in interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
Returns:
java.lang.String

setSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList

public void setSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList(RequisitionDataBean[] aListDataBean)
Sets RequisitionDataBean array in this class
Specified by:
setSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList in interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
Parameters:
aListDataBean - RequisitionDataBean[]
Returns:
void

setDataBeanKeyStoreId

public void setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets store id
Specified by:
setDataBeanKeyStoreId in interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
Parameters:
aStoreId - java.lang.String
Returns:
void

setDataBeanKeyMemberId

public void setDataBeanKeyMemberId(java.lang.String aMemberId)
Sets member id
Specified by:
setDataBeanKeyMemberId in interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
Parameters:
aMemberId - java.lang.String
Returns:
void

populate

public void populate()
              throws java.lang.Exception
IBM internal use only.
Specified by:
populate in interface SmartDataBean
Throws:
java.lang.Exception