Package com.ibm.commerce.command

Contains classes and interfaces for all commands in the command framework, including base classes and interfaces.

See:
          Description

Interface Summary
AccCommand AccCommand defines the interface that is required by a command that implements command level Access Control.
AsyncCommand AsyncCommand defines the interface that is required by a command that implements the asynchronus command interface.
BusinessPolicyCommand Provides the base interface for any Business Policy Task Command.
CommandContext The command context contains session and user information.
ControllerCommand This interface has to be implemented by all top level command called by a WebController.
DataBeanCommand Interface for defining the contract of all DataBeans commands.
DirectViewCommand Interface for defining a direct view command.
ECCommand Interface that defines the base contract between any command that runs in the WebSphere Commerce Application server and the web controller code that invokes the command.
ECTargetableCommand This interface extends the TargetableCommand framework for an ECCommand.
ForwardViewCommand Provides the base interface for any forward view command.
HttpViewCommand The base interface that defines the signature of all commands that retrieve views from the database.
HttpViewControllerCommand The base interface that defines the signature of all Commands that process Http views.
IndirectViewCommand Provides the base interface for any indreict view command.
RedirectViewCommand The base interface that defines the signature of all redirect view commands.
TaskCommand The base interface that defines the signature of all ask commands.
ViewCommand The base interface that defines the signature of all Commands that retrieve views from the database.
 

Class Summary
AbstractDirectViewCommand This is the abstract base implementation of direct view commands.
AbstractECCommand This is the abstract base class for all commerce ECCommands
AbstractECTargetableCommand This is the abstract base class for all commerce ECTargetableCommands
AbstractForwardViewCommand This class provides the abstract base implementation of a forward view command.
AbstractIndirectViewCommand This class provides the abstract base implementation of an indirect view command.
AbstractRedirectViewCommand The abstract base implementation of all redirect view commands.
AbstractViewCommand The abstract base implementation of a view command.
AsyncControllerCommandImpl AsyncControllerCommandImpl is the default based implementation of a controller command that implements the AsyncCommand interface.
BeanUtil This class does introspection on a bean.
BusinessPolicyCommandImpl Default implementation for a Business Policy Task Command.
CommandContextImpl The command context contains session and user information.
CommandFactory This is the CommandFactory for instantiating Commands
ControllerCommandImpl An abstract base implemention for any controller command.
DataBeanCommandImpl This class defines the base behavior for all DataBean commands
ECCommandTarget This is the CommandTarget for TargetableCommands that are executed in the command client's JVM.
ECStringConverter This is a string converter class for Java primitive types and their object wrappers.
HttpDirectViewCommandImpl This is the default implementation of a http direct view command.
HttpForwardViewCommandImpl This is the default implementation of a Http forward view command.
HttpIndirectForwardViewCommandImpl This is a special implementation of a http indirect view command.
HttpRedirectViewCommandImpl This is the default implementation of a http redirect view commands.
HttpRedirectViewCommandNoEncryptionImpl This is the default implementation of a Http Redirect View commands with no encryption.
HttpsRedirectViewCommandImpl This is the default implementation for an Https redirect view command.
NameValuePair This class is for internal use only.
RedirectViewCommandImpl The abstract base implementation of all redirect view commands.
TaskCommandImpl The abstract base implementation of a task command.
UserDependantInfo This class is for internal used by the CommandContext only.
 

Package com.ibm.commerce.command Description

Contains classes and interfaces for all commands in the command framework, including base classes and interfaces.