java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.catalogmanagement.commands.CatalogEntryDeleteCmdImpl
Implementation for CatalogEntryDelete command for deleting a Catalog Entry
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME |
static java.lang.String |
COPYRIGHT |
protected
java.lang.Boolean |
ibCheckATP |
protected
java.lang.Long |
inCatentryId |
protected
java.lang.Integer |
inForce |
protected
java.lang.Integer |
inMarkfordelete |
protected
java.lang.Long |
inMemberId |
protected
java.lang.String |
istrPartnumber |
protected
java.lang.String |
istrURL |
protected
java.sql.Timestamp |
itmLastupdate |
Fields inherited from class com.ibm.commerce.command. ControllerCommandImpl |
requestProperties,
responseProperties,
retriable,
viewReqProperties |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
CatalogEntryDeleteCmdImpl() |
Method Summary | |
---|---|
java.lang.Long |
getCatentryId() Get the Catalog Entry Id |
java.lang.Boolean |
getCheckATP() Get the check ATP option True = BaseItem and ItemSpc will be checked False = BaseItem nd ItemSpc will not be checked |
java.lang.Integer |
getForce() Get the force delete option 0 = catalog entry mark for deletion 1 = catalog entry force delete |
java.sql.Timestamp |
getLastupdate() Get last update time of the catalog entry |
java.lang.Integer |
getMarkfordelete() Get the mark for delete value of the catalog entry |
java.lang.Long |
getMemberId() Get the owner Id of the catalog entry |
java.lang.String |
getPartnumber() Get the part number of the catalog entry |
java.lang.String |
getURL() Get the redirect URL |
void |
performExecute() The main program for CatalogEntryDelete command, it calls the task command DeleteCatalogEntry |
void |
reset() This method reset all the variables used in CatalogEntryDelete command |
void |
setCatentryId(java.lang.Long anCatentryId) Set the catalog entry Id |
void |
setCheckATP(java.lang.Boolean abCheckATP) Set the check ATP option for the catalog entry true = BaseItem and ItemSpc will be checked when deleting the catalog entry false = BaseItem and ItemSpc will not be checked when deleting the catalog entry |
void |
setForce(java.lang.Integer anForce) Set the force delete option of the catalog entry 0 = catalog entry will be marked for delete 1 = catalog entry will be force deleted |
void |
setLastupdate(java.sql.Timestamp atmLastupdate) Set the date and time when the catalog entry was updated |
void |
setMarkfordelete(java.lang.Integer anMarkfordelete) Set the mark for delete flag of the catalog entry 0 = catalog entry not marked for delete 1 = catalog entry marked for delete |
void |
setMemberId(java.lang.Long anMemberId) Set the owner Id of the catalog entry |
void |
setPartnumber(java.lang.String astrPartnumber) Set the partnumber of the catalog entry |
void |
setRequestProperties(
TypedProperty reqParms) This method obtain the input parameters for CatalogEntryDelete command |
void |
setURL(java.lang.String astrURL) Set a redirect URL |
void |
validateParameters() This method validates the parameters for CatalogGroupAdd command |
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setResponseProperties,
setRetriable,
setViewInputProperties |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
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,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
protected java.lang.String istrURL
protected java.lang.Long inCatentryId
protected java.lang.Integer inMarkfordelete
protected java.lang.Long inMemberId
protected java.lang.String istrPartnumber
protected java.sql.Timestamp itmLastupdate
protected java.lang.Integer inForce
protected java.lang.Boolean ibCheckATP
Constructor Detail |
---|
public CatalogEntryDeleteCmdImpl()
Method Detail |
---|
public java.lang.Long getCatentryId()
getCatentryId
in interface
CatalogEntryDeleteCmd
public java.lang.Boolean getCheckATP()
public java.lang.Integer getForce()
public java.sql.Timestamp getLastupdate()
public java.lang.Integer getMarkfordelete()
public java.lang.Long getMemberId()
public java.lang.String getPartnumber()
getPartnumber
in interface
CatalogEntryDeleteCmd
public java.lang.String getURL()
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
public void reset()
reset
in class
AbstractECTargetableCommand
public void setCatentryId(java.lang.Long anCatentryId)
setCatentryId
in interface
CatalogEntryDeleteCmd
anCatentryId
- java.lang.Longpublic void setCheckATP(java.lang.Boolean abCheckATP)
setCheckATP
in interface
CatalogEntryDeleteCmd
abCheckATP
-public void setForce(java.lang.Integer anForce)
setForce
in interface
CatalogEntryDeleteCmd
anForce
- java.lang.Integerpublic void setLastupdate(java.sql.Timestamp atmLastupdate)
atmLastupdate
- java.sql.Timestamppublic void setMarkfordelete(java.lang.Integer anMarkfordelete)
setMarkfordelete
in interface
CatalogEntryDeleteCmd
anMarkfordelete
- java.lang.Integerpublic void setMemberId(java.lang.Long anMemberId)
setMemberId
in interface
CatalogEntryDeleteCmd
anMemberId
- java.lang.Longpublic void setPartnumber(java.lang.String astrPartnumber)
setPartnumber
in interface
CatalogEntryDeleteCmd
astrPartnumber
- java.lang.Stringpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface
ControllerCommand
setRequestProperties
in class
ControllerCommandImpl
reqParms
- request properties
ECApplicationException
public void setURL(java.lang.String astrURL)
astrURL
- java.lang.Stringpublic void validateParameters() throws ECException
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException