public interface ResolveProductSetSearchExpressionCmd extends ResolveProductSearchExpressionCmd
ResolveProductSetSearchExpressionCmd
is a interface that used to resolve
the product set entitlement search expression from a set of contractsModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default name of this command.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
getContractIdList()
Get contract ID list.
|
java.lang.Long |
getParticipantId()
Get participant ID.
|
void |
setContractIdList(java.util.List<java.lang.Long> contractIdList)
Set contract ID list
|
void |
setParticipantId(java.lang.Long participantId)
Set participant ID.
|
getExpression
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
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
void setContractIdList(java.util.List<java.lang.Long> contractIdList)
contractIdList
- A contract ID list.java.util.List<java.lang.Long> getContractIdList()
void setParticipantId(java.lang.Long participantId)
participantId
- The participant ID.java.lang.Long getParticipantId()