public interface CatalogDeleteCmd extends ControllerCommand
CatalogDeleteCmd is a URL and Controller Command that:
CatalogAccessBean
CatalogDescriptionAccessBean
DeleteCatalogCmd| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCatalogId()
Gets the catalog ID
|
java.lang.String |
getIdentifier()
Gets the identifier of the catalog.
|
void |
setCatalogId(java.lang.Long anCatalogId)
Sets the catalog ID.
|
void |
setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the catalog.
|
void |
setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the catalog.
|
void |
setURL(java.lang.String astrURL)
Sets the redirect URL
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getCatalogId()
java.lang.String getIdentifier()
void setCatalogId(java.lang.Long anCatalogId)
anCatalogId - the catalog IDvoid setIdentifier(java.lang.String astrIdentifier)
astrIdentifier - the catalog identifiervoid setMemberId(java.lang.Long anMemberId)
anMemberId - the owner of the catalogvoid setURL(java.lang.String astrURL)
astrString - the redirect URL