The CatalogGroupDeleteCmd
is a URL and controller command
that:
CatalogGroupAccessBean
,
CatalogGroupDescrptionAccessBean
CatalogGroupAccessBean
,
CatalogGroupDescriptionAccessBean
DeleteCatalogGroupCmd
.
Other Controller Commands: None.
Mandatory Parameters: catgroupId, or identifier.
Additional Parameters: None.
Optional Parameters: force, URL.
Default Value: force = 0.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME Defines the CLASSNAME. |
static java.lang.String |
COPYRIGHT The internal copyright field. |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Method Summary | |
---|---|
java.lang.Long |
getCatgroupId() Gets the catalog group ID. |
java.lang.String |
getIdentifier() Gets the identifier of the catalog group. |
void |
setCatgroupId(java.lang.Long anCatgroupId) Sets the catalog group ID. |
void |
setForce(java.lang.Integer anForce) Sets the force option for the deleting the catalog group: 0 = Mark for delete. |
void |
setIdentifier(java.lang.String astrIdentifier) Sets the identifier for the catalog group. |
void |
setLastupdate(java.sql.Timestamp atmLastupdate) Sets the date and time the Catalog Group was updated. |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete) Sets the mark for delete flag of the catalog group: 0, null = catalog group not mark for delete 1 = catalog group mark for delete This is not used unless specified. |
void |
setMemberId(java.lang.Long anMemberId) Sets the owner ID of the catalog group. |
void |
setURL(java.lang.String astrURL) Sets the redirect URL. |
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 CLASSNAME
Method Detail |
---|
public java.lang.Long getCatgroupId()
public java.lang.String getIdentifier()
public void setCatgroupId(java.lang.Long anCatgroupId)
anCatgroupId
- the catalog group IDpublic void setForce(java.lang.Integer anForce)
anForce
- the force option for deletion of the catalog
grouppublic void setIdentifier(java.lang.String astrIdentifier)
astrIdentifier
- the catalog group
identifierpublic void setLastupdate(java.sql.Timestamp atmLastupdate)
atmLastupdate
- the time the catalog group was last
updated.public void setMarkfordelete(java.lang.Integer anMarkfordelete)
anMarkfordelete
- the mark for delete option for deleting the
catalog grouppublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- the owner of the catalog
grouppublic void setURL(java.lang.String astrURL)
astrURL
- the redirect URL