public interface GenerateRankingPolicyCmd extends BusinessPolicyCommand
GenerateRankingPolicyCmd
command.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME
The name of this command.
|
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 |
---|---|
Ranking |
getRanking()
This method returns the definition of the ranking list.
|
java.util.Map |
getRankingResult()
This method returns the map containing the ranking list.
|
void |
setParameterProperties(TypedProperty parameterProperties)
This method sets the command parameters.
|
void |
setRanking(Ranking ranking)
This method sets the definition of the ranking list.
|
void |
setRankingResult(java.util.Map rankingResult)
This method sets the map containing the ranking list.
|
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties
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
static final java.lang.String CLASS_NAME
void setRanking(Ranking ranking)
ranking
- The definition of the ranking list.Ranking getRanking()
void setParameterProperties(TypedProperty parameterProperties)
parameterProperties
- The command parameters.void setRankingResult(java.util.Map rankingResult)
rankingResult
- A map containing the ranking list.java.util.Map getRankingResult()