public class CatalogEntryDeleteCmdImpl extends ControllerCommandImpl implements CatalogEntryDeleteCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this interface is "com.ibm.commerce.catalogmanagement.commands.CatalogEntryDeleteCmdImpl".
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
protected java.lang.Boolean | ibCheckATP
The check ATP option.
|
protected java.lang.Long | inCatentryId
The ID of the catalog entry to be deleted.
|
protected java.lang.Integer | inForce
The force delete option.
|
protected java.lang.Integer | inMarkfordelete
The mark for delete option.
|
protected java.lang.Long | inMemberId
The owner of the catalog entry.
|
protected java.lang.String | istrPartnumber
The partnumber of the catalog entry.
|
protected java.lang.String | istrURL
Redirect URL
|
protected java.sql.Timestamp | itmLastupdate
The last update timestamp.
|
Constructor and Description |
---|
CatalogEntryDeleteCmdImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.Integer | getForce()
Get the force delete option: 0 = catalog entry mark for deletion.
|
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.
|
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.
|
void | setForce(java.lang.Integer anForce)
Set the force delete option of the catalog entry: 0 = catalog entry will be marked for delete.
|
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.
|
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 obtains 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
|
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
public java.lang.Long getCatentryId()
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()
public java.lang.String getURL()
public void performExecute() throws ECException
public void reset()
public void setCatentryId(java.lang.Long anCatentryId)
public void setCheckATP(java.lang.Boolean abCheckATP)
public void setForce(java.lang.Integer anForce)
public void setLastupdate(java.sql.Timestamp atmLastupdate)
public void setMarkfordelete(java.lang.Integer anMarkfordelete)
public void setMemberId(java.lang.Long anMemberId)
public void setPartnumber(java.lang.String astrPartnumber)
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
public void setURL(java.lang.String astrURL)
public void validateParameters() throws ECException