com.ibm.commerce.catalogmanagement.commands
Interface CatalogGroupDeleteCmd

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

public interface CatalogGroupDeleteCmd
extends ControllerCommand

Interface for CatalogGroupDelete command which deletes a catalog group.


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 java.lang.Long getCatgroupId()
          Get the catalog group Id
 java.lang.String getIdentifier()
          Get the identifier for the catalog group
 void setCatgroupId(java.lang.Long anCatgroupId)
          Set the catalog group Id.
 void setForce(java.lang.Integer anForce)
          Set the force option for the deleting the catalog group 0 = Mark for delete 1 = Remove for database
 void setIdentifier(java.lang.String astrIdentifier)
          Set the identifier for the catalog group
 void setLastupdate(java.sql.Timestamp atmLastupdate)
          Sets the date and time when the Catalog Group was updated
 void setMarkfordelete(java.lang.Integer anMarkfordelete)
          Set the mark for delete flag of the catalog group
 void setMemberId(java.lang.Long anMemberId)
          Set the owner Id of the catalog group
 void setURL(java.lang.String astrURL)
          Set the redirect URL
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
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, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getCatgroupId

public java.lang.Long getCatgroupId()
Get the catalog group Id
Returns:
java.lang.Long

getIdentifier

public java.lang.String getIdentifier()
Get the identifier for the catalog group
Returns:
java.lang.String

setCatgroupId

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

setForce

public void setForce(java.lang.Integer anForce)
Set the force option for the deleting the catalog group 0 = Mark for delete 1 = Remove for database
Parameters:
anForce - java.lang.Integer

setIdentifier

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

setLastupdate

public void setLastupdate(java.sql.Timestamp atmLastupdate)
Sets the date and time when the Catalog Group was updated
Parameters:
atmLastupdate - java.sql.Timestamp

setMarkfordelete

public void setMarkfordelete(java.lang.Integer anMarkfordelete)
Set the mark for delete flag of the catalog group
Parameters:
anMarkfordelete - java.lang.Integer

setMemberId

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

setURL

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