com.ibm.commerce.order.beans
Interface PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean

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

public interface PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean
extends SmartDataBean

PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdSmartListDataBean for PRequisitionByMemberIdAndStoreHostedAtChannelStoreIdListDataBean


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[] getPRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList()
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

getPRequisitionByMemberIdAndStoreHostedAtChannelStoreIdList

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

getDataBeanKeyStoreId

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

getDataBeanKeyMemberId

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

Feedback