public interface CheckCatalogEntryFilteringCmd extends 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.List<java.lang.Long> |
getCatalogEntryIdList()
Get catalog entry ID List.
|
java.util.List<java.lang.Long> |
getCatalogFilterIdList()
Get Catalog Filter ID list.
|
java.util.List<java.lang.Long> |
getEntitledCatalogEntryIdList()
Get entitled catalog entry ID list against the catalog filter list for this command.
|
void |
setCatalogEntryIdList(java.util.List<java.lang.Long> catalogEntryIdList)
Set catalog entry IDs for entitlement check.
|
void |
setCatalogFilterIdList(java.util.List<java.lang.Long> catalogFilterIdList)
Set Catalog Filter ID list.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setCatalogEntryIdList(java.util.List<java.lang.Long> catalogEntryIdList)
catalogEntryIdList - A list of catalog entry ID.java.util.List<java.lang.Long> getCatalogEntryIdList()
java.util.List<java.lang.Long> getEntitledCatalogEntryIdList()
void setCatalogFilterIdList(java.util.List<java.lang.Long> catalogFilterIdList)
catalogFilterIdList - A array of catalog filter IDs.java.util.List<java.lang.Long> getCatalogFilterIdList()