com.ibm.commerce.order.beans
Class SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

java.lang.Object
  |
  +--com.ibm.commerce.order.beansrc.SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase
        |
        +--com.ibm.commerce.order.beans.SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean, SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean, SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

public class SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
extends com.ibm.commerce.order.beansrc.SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase
implements SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean, SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

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
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
The IBM copyright string.
See Also:
Constant Field Values
Constructor Detail

SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

public SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean()
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

getSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList

public RequisitionDataBean[] getSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList()
Returns ResuisitionDataBean array
Specified by:
getSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList in interface SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
Returns:
RequisitionDataBean[]

getDataBeanKeyStoreId

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

getDataBeanKeyMemberId

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

setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList

public void setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList(RequisitionDataBean[] aListDataBean)
Sets RequisitionDataBean array
Specified by:
setSRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdList in interface SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
Parameters:
aListDataBean - RequisitionDataBean[]
Returns:
void

setDataBeanKeyStoreId

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

setDataBeanKeyMemberId

public void setDataBeanKeyMemberId(java.lang.String aMemberId)
Sets member id
Specified by:
setDataBeanKeyMemberId in interface SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean
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