public class ChangeAttachmentAttachmentDescriptionActionCmdImpl extends AbstractChangeNounPartActionCmdImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ChangeAttachmentAttachmentDescriptionActionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected void | add(java.lang.Object noun, java.lang.Object nounPart, java.util.List controlParameters)
This method adds an attachment asset to an attachment.
|
protected void | change(java.lang.Object noun, java.lang.Object nounPart, java.util.List controlParameters)
This method changes an attachment asset in an attachment.
|
protected void | delete(java.lang.Object noun, java.lang.Object nounPart, java.util.List controlParameters)
This method does nothing.
|
protected CommandContext | getCommandContext()
This method is to return the current CommandContext.
|
void | validate()
This method will perform any additional validation on the action expressions specified.
|
public static final java.lang.String COPYRIGHT
public ChangeAttachmentAttachmentDescriptionActionCmdImpl()
protected void add(java.lang.Object noun, java.lang.Object nounPart, java.util.List controlParameters) throws AbstractApplicationException
protected void change(java.lang.Object noun, java.lang.Object nounPart, java.util.List controlParameters) throws AbstractApplicationException
protected void delete(java.lang.Object noun, java.lang.Object nounPart, java.util.List controlParameters) throws AbstractApplicationException
public void validate() throws AbstractApplicationException
protected CommandContext getCommandContext()