public class EContentSpotCacheInvalCmdImpl extends TaskCommandImpl implements EContentSpotCacheInvalCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Deprecated.
IBM copyright notice field.
|
Constructor and Description |
---|
EContentSpotCacheInvalCmdImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getESpotName()
Deprecated.
Gets the name of the Content Spot that is used in this command.
|
java.lang.String | getLanguageId()
Deprecated.
Gets the language ID that is used in this command.
|
java.lang.String | getStoreEntId()
Deprecated.
Gets the store entity ID that is used in this command.
|
void | performExecute()
Deprecated.
This method performs the execution of this command, where parameters are set and the logic in dynamic cache component for invalidating the Content Spot cache is being run.
|
void | setESpotName(java.lang.String string)
Deprecated.
Sets the name of the Content Spot that is used in this command.
|
void | setLanguageId(java.lang.String string)
Deprecated.
Sets the language ID that is used in this command.
|
void | setStoreEntId(java.lang.String string)
Deprecated.
Sets the store entity ID that is used in this command.
|
void | validateParameters()
Deprecated.
Verifies the values of the parameters specified.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getESpotName()
public java.lang.String getLanguageId()
public java.lang.String getStoreEntId()
public void setESpotName(java.lang.String string)
public void setLanguageId(java.lang.String string)
public void setStoreEntId(java.lang.String string)
public void performExecute() throws ECException
public void validateParameters() throws ECException