com.ibm.commerce.messaging.commands
Interface AttributesUpdateCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable, ToolsControllerCommand
- All Known Implementing Classes:
- AttributesUpdateCmdImpl
- public interface AttributesUpdateCmd
- extends ToolsControllerCommand
The interface of the AttributesUpdate command. The AttributesUpdate command
is a command that creates or updates connection and interaction specifications
for different messaging transports. The new or updated values are passed via
the request properties in XML format and this command will determine whether
a create or updated is needed with these values.
Field Summary |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default class that is the implementation of the AttributeUpdate command. |
static java.lang.String |
NAME
The name of the class. |
Method Summary |
void |
setProfileID(java.lang.Integer id)
Sets the profile id to the given id for filtering results. |
void |
setResponseFlag(boolean newResponse)
Indicates whether the command needs to respond to the calling method by
generating or forwarding an Web document. |
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 class that is the implementation of the AttributeUpdate command.
NAME
public static final java.lang.String NAME
- The name of the class.
setProfileID
public void setProfileID(java.lang.Integer id)
- Sets the profile id to the given id for filtering results.
- Parameters:
Id
- java.lang.Integer
setResponseFlag
public void setResponseFlag(boolean newResponse)
- Indicates whether the command needs to respond to the calling method by
generating or forwarding an Web document.
- Parameters:
NewResponse
- boolean