public class ResolveProductSetSolrExpressionCmdImpl extends TaskCommandImpl implements ResolveProductSetSearchExpressionCmd
ResolveProductSetSolrExpressionCmdImpl
is used to build a
Solr specific productset search expression from a set of contracts.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
The full path class name for ResolveProductSetSolrExpressionCmdImpl
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName
Constructor and Description |
---|
ResolveProductSetSolrExpressionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
getContractIdList()
Get contract ID list.
|
java.lang.String |
getExpression()
Get Search Expression.
|
java.lang.Long |
getParticipantId()
Get participant ID.
|
void |
performExecute()
Perform execution.
|
void |
setContractIdList(java.util.List<java.lang.Long> contractIdList)
Set contract Id List for the command.
|
void |
setParticipantId(java.lang.Long participantId)
Set participant ID for this command.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public ResolveProductSetSolrExpressionCmdImpl()
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
- if any error occurred.public java.lang.String getExpression()
getExpression
in interface ResolveProductSearchExpressionCmd
public void setContractIdList(java.util.List<java.lang.Long> contractIdList)
setContractIdList
in interface ResolveProductSetSearchExpressionCmd
contractIdList
- A contract ID list.public java.util.List<java.lang.Long> getContractIdList()
getContractIdList
in interface ResolveProductSetSearchExpressionCmd
public void setParticipantId(java.lang.Long participantId)
setParticipantId
in interface ResolveProductSetSearchExpressionCmd
participantId
- The Participant ID.public java.lang.Long getParticipantId()
getParticipantId
in interface ResolveProductSetSearchExpressionCmd