The CatalogEntryDeleteCmd
is a URL and controller command
that:
CatalogEntryAccessBean
AttributeAccessBean
, AttributeValueAccessBean
,
CatalogEntryAccessBean
CatalogEntryDescriptionAccessBean
,
BaseItmDescriptionAccessBean
BaseItemAccessBean
,
ItemSpecificationAccessBean
BaseItemAccessBean
,
ItemSpecificationAccessBean
DeleteCatalogEntryCmd
Other Controller Commands: None
Mandatory Parameters: catentryId, or partnumber.
Additional Parameters: none
Optional Parameters: force, checkATP.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME The name of this interface is "com.ibm.commerce.catalogmanagement.commands.CatalogEntryDeleteCmd". |
static java.lang.String |
COPYRIGHT The internal copyright field. |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Method Summary | |
---|---|
java.lang.Long |
getCatentryId() Gets the catalog entry ID. |
java.lang.String |
getPartnumber() Gets the partnumber of the catalog entry. |
void |
setCatentryId(java.lang.Long anCatentryId) Sets the catalog entry ID. |
void |
setCheckATP(java.lang.Boolean abCheckATP) Sets the check ATP option for the delete command: True = BaseItem and ItemSpc will be checked. |
void |
setForce(java.lang.Integer anForce) Sets the force delete option for the catalog entry: 0 = catalog entry will be marked for delete. |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete) Sets the mark for delete flag of the catalog entry: 0 = catalog entry not marked for delete. |
void |
setMemberId(java.lang.Long anMemberId) Sets the owner ID of the catalog entry. |
void |
setPartnumber(java.lang.String astrPartnumber) Sets the partnumber of the catalog entry. |
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 getCatentryId()
public java.lang.String getPartnumber()
public void setCatentryId(java.lang.Long anCatentryId)
anCatentryId
- the catalog entry IDpublic void setCheckATP(java.lang.Boolean abCheckATP)
abCheckATP
- whether or not to check the baseitem and item
specification when deleting the catalog entrypublic void setForce(java.lang.Integer anForce)
anForce
- whether the catalog entry will be deleted or mark
for deletionpublic void setMarkfordelete(java.lang.Integer anMarkfordelete)
anMarkfordelete
- mark for delete flag of the catalog
entrypublic void setMemberId(java.lang.Long anMemberId)
anMemberId
- the owner ID of the catalog
entrypublic void setPartnumber(java.lang.String astrPartnumber)
astrPartnumber
- the partnumber of the catalog
entry