com.ibm.commerce.order.beans
Class SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

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

public class SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean
extends SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase
implements SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdInputListDataBean, SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
The IBM copyright string.
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
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 com.ibm.commerce.order.beansrc.SRequisitionOwnedByMemberIdAndStoreHostedAtChannelStoreIdListListDataBeanBase
getDelegate
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getResources
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

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
Overrides:
getRequestProperties in class InputDataBeanImpl
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
Overrides:
setRequestProperties in class InputDataBeanImpl
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
Overrides:
getCommandContext in class SmartDataBeanImpl
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
Overrides:
setCommandContext in class SmartDataBeanImpl
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
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception

Feedback