com.ibm.commerce.contract.commands
Interface AddContractNLDescriptionCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- AddContractNLDescriptionCmdImpl
- public interface AddContractNLDescriptionCmd
- extends TaskCommand
Adds Contract National Language Description (WebSphere Commerce Business Edition only).
Normally this command will add the National Language Description to the database. If an error occurred,
an ECException will be thrown.
Calling commands: ContractImportDraftVersion, ContractImportApprovedVersion
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.AddContractNLDescriptionCmd". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.contract.commands.AddContractNLDescriptionCmd". |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, 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.AddContractNLDescriptionCmd".
NAME
public static final java.lang.String NAME
- The name of this interface is "com.ibm.commerce.contract.commands.AddContractNLDescriptionCmd".
getContractId
public java.lang.Long getContractId()
- Return contract id
- Returns:
- java.lang.Long
setContractNLDescriptionElement
public void setContractNLDescriptionElement(org.w3c.dom.Element element)
- Set ContractNLDescriptionElement
- Parameters:
element
- org.w3c.dom.Element