The CatalogGroupDeleteCmd is a URL and controller command that:
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 |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
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)
public void setForce(java.lang.Integer anForce)
public void setIdentifier(java.lang.String astrIdentifier)
public void setLastupdate(java.sql.Timestamp atmLastupdate)
public void setMarkfordelete(java.lang.Integer anMarkfordelete)
public void setMemberId(java.lang.Long anMemberId)
public void setURL(java.lang.String astrURL)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.