This command sets the view task that will display the root Categories in a specified Catalog. Catalogs can be specified in three ways:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
static java.lang.String |
defaultCommandClassName The default implementation class is "com.ibm.commerce.catalog.commands.TopCategoriesDisplayCmdImpl". |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.catalog.commands.TopCategoriesDisplayCmd". |
Method Summary | |
---|---|
void |
setCatalogId(java.lang.Long anCatalogId) Sets the CatalogId that represents the primary key of the Catalog whose root Categories are to be viewed. |
void |
setIdentifier(java.lang.String astrIdentifier) Sets the external Identifier that along with the MemberId uniquely identifies the Catalog whose root Categories are to be viewed. |
void |
setMemberId(java.lang.Long anMemberId) Sets the MemberId (or owner) that along with the Identifier uniquely identifies the Catalog whose root Categories are to be viewed. |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setCatalogId(java.lang.Long anCatalogId)
anCatalogId
- the primary key of the
catalogpublic void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- the external identifier of the
catalogpublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- the primary key of the member that owns the
catalog