com.ibm.commerce.contract.commands
Interface PolicyDescriptionDeleteCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- PolicyDescriptionDeleteCmdImpl
- public interface PolicyDescriptionDeleteCmd
- extends ControllerCommand
Delete a description of the specified business policy for the specified language (WebSphere Commerce Business Edition only).
Field Summary |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.contract.commands.PolicyDescriptionDeleteCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.contract.commands.PolicyDescriptionDeleteCmd". |
Method Summary |
void |
setLanguageId(java.lang.Integer langId)
Set id of language |
void |
setPolicyId(java.lang.Long policyId)
Set id of the business policy to delete its description |
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation class is "com.ibm.commerce.contract.commands.PolicyDescriptionDeleteCmdImpl".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.contract.commands.PolicyDescriptionDeleteCmd".
setLanguageId
public void setLanguageId(java.lang.Integer langId)
- Set id of language
- Parameters:
langId
- java.lang.Integer
setPolicyId
public void setPolicyId(java.lang.Long policyId)
- Set id of the business policy to delete its description
- Parameters:
policyId
- java.lang.Long