com.ibm.commerce.order.beans
Interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean
All Known Implementing Classes:
SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean

public interface SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
extends SmartDataBean

SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean for SRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean


Field Summary
static java.lang.String COPYRIGHT
The IBM copyright string.
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Method Summary
java.lang.String getDataBeanKeyMemberId()
java.lang.String getDataBeanKeyStoreId()
RequisitionDataBean[] getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
Methods inherited from interface com.ibm.commerce.beans.SmartDataBean
getCommandContext, populate, setCommandContext
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The IBM copyright string.
See Also:
Constant Field Values
Method Detail

getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList

public RequisitionDataBean[] getSRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
Returns:
RequisitionDataBean[]

getDataBeanKeyStoreId

public java.lang.String getDataBeanKeyStoreId()
Returns:
java.lang.String

getDataBeanKeyMemberId

public java.lang.String getDataBeanKeyMemberId()
Returns:
java.lang.String

Feedback