public interface CalculateProductSetEntitlementCmd
extends com.ibm.commerce.command.TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name
|
static java.lang.String |
NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getExclusion()
Get the list of applicable exclusion product sets
|
java.util.Vector |
getInclusion()
Get the list of applicable inclusion product sets
|
java.lang.Long |
getParticipantId()
get memberId of the trading agreement participant
|
java.util.Vector[] |
getTradingAgreementBrowsableInclusionProductSetIds()
Gets the list of applicable browsable inclusion product sets for each trading agreement.
|
java.util.Vector[] |
getTradingAgreementExclusionProductSetIds()
Gets the list of applicable exclusion product sets for each trading agreement.
|
java.lang.Long[] |
getTradingAgreementIds()
get trading agreement Ids
|
java.util.Vector[] |
getTradingAgreementInclusionAndBrowsableProductSetIds()
Gets the list of applicable inclusion and browsable product sets for each trading agreement.
|
java.util.Vector[] |
getTradingAgreementInclusionProductSetIds()
Gets the list of applicable inclusion product sets for each trading agreement.
|
com.ibm.commerce.contract.objects.TradingAgreementAccessBean[] |
getTradingAgreements()
get a set of trading agreement access beans
|
boolean |
isEntireMasterCatalogSelected()
is the entire master catalog for sale under the trading agreements
|
void |
setParticipantId(java.lang.Long memberId)
set memberId of the trading agreement participant
|
void |
setTradingAgreements(com.ibm.commerce.contract.objects.TradingAgreementAccessBean[] agreements)
set a set of trading agreement access beans
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
java.util.Vector getExclusion()
java.util.Vector getInclusion()
java.lang.Long getParticipantId()
java.util.Vector[] getTradingAgreementBrowsableInclusionProductSetIds()
java.util.Vector[] getTradingAgreementExclusionProductSetIds()
java.lang.Long[] getTradingAgreementIds()
java.util.Vector[] getTradingAgreementInclusionAndBrowsableProductSetIds()
java.util.Vector[] getTradingAgreementInclusionProductSetIds()
com.ibm.commerce.contract.objects.TradingAgreementAccessBean[] getTradingAgreements()
boolean isEntireMasterCatalogSelected()
void setParticipantId(java.lang.Long memberId)
memberId
- void setTradingAgreements(com.ibm.commerce.contract.objects.TradingAgreementAccessBean[] agreements)
agreements
-