com.ibm.commerce.catalogmanagement.commands
Interface CatalogGroupDeleteCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
CatalogGroupDeleteCmdImpl

public interface CatalogGroupDeleteCmd
extends ControllerCommand

The CatalogGroupDeleteCmd is a URL and controller command that:

Parameters: Access Beans: Task Commands: 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
The internal copyright field.
See Also:
Constant Field Values

CLASSNAME

public static final java.lang.String CLASSNAME
Defines the CLASSNAME.
See Also:
Constant Field Values
Method Detail

getCatgroupId

public java.lang.Long getCatgroupId()
Gets the catalog group ID.
Returns:
the catalog group ID

getIdentifier

public java.lang.String getIdentifier()
Gets the identifier of the catalog group.
Returns:
the catalog group identifier

setCatgroupId

public void setCatgroupId(java.lang.Long anCatgroupId)
Sets the catalog group ID.
Parameters:
anCatgroupId - the catalog group ID

setForce

public void setForce(java.lang.Integer anForce)
Sets the force option for the deleting the catalog group:
Parameters:
anForce - the force option for deletion of the catalog group

setIdentifier

public void setIdentifier(java.lang.String astrIdentifier)
Sets the identifier for the catalog group.
Parameters:
astrIdentifier - the catalog group identifier

setLastupdate

public void setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the date and time the Catalog Group was updated. If not set, the time this command was called will be used.
Parameters:
atmLastupdate - the time the catalog group was last updated.

setMarkfordelete

public void setMarkfordelete(java.lang.Integer anMarkfordelete)
Sets the mark for delete flag of the catalog group: This is not used unless specified. Use the force option to set whether the catalog group will be deleted or marked for delete.
Parameters:
anMarkfordelete - the mark for delete option for deleting the catalog group

setMemberId

public void setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the catalog group.
Parameters:
anMemberId - the owner of the catalog group

setURL

public void setURL(java.lang.String astrURL)
Sets the redirect URL.
Parameters:
astrURL - the redirect URL