See: Description
| Interface | Description |
|---|---|
| AccCommand |
This interface is required by a command that implements command level access control.
|
| AsyncCommand |
This interface is required by a command that implements
the asynchronous command interface.
|
| AttachmentUploadCmd |
This class will upload a file to an input stream and then store it in
the database as
BLOBs in the attachment table. |
| AttachmentViewCmd |
This class will retrieve the attachment content from the database and return the stream to the browser as a
DirectView object. |
| BusinessPolicyCommand |
BusinessPolicyCommand provides the base interface for any Business Policy Task Command.
|
| CommandContext |
This class defines the command context, which contains session and user information.
|
| ControllerCommand |
This interface has to be implemented by all top level commands called by a
WebController. |
| CopyAttachmentCmd |
This class makes a copy of the attachment object as specified by
org_attachmentobj_id. |
| DataBeanCommand |
This interface defines the contract of all data bean commands.
|
| DirectViewCommand |
This interface defines a direct view command.
|
| ECCommand |
This interface defines the contract between commands that runs in the WebSphere Commerce
Application Server and the web controller code that invokes the commands.
|
| ECTargetableCommand |
ECTargetableCommand is the interface that extends the TargetableCommand framework for an ECCommand.
|
| ForwardViewCommand |
ForwardViewCommand provides the base interface for any forward view command.
|
| HttpViewCommand |
This is the base interface that defines the signature of all commands that retrieve views from the database.
|
| HttpViewControllerCommand |
HttpViewControllerCommand is the base interface that defines the signature of all Commands that process Http views.
|
| IndirectViewCommand |
IndirectViewCommand provides the base interface for any indirect view command.
|
| RedirectViewCommand |
This is the base interface that defines the signature of all redirect view commands.
|
| TaskCommand |
This is the base interface that defines the signature of all task commands.
|
| TempUploadCmd |
This class will upload a file to a file system with a unique generated filename.
|
| UploadToStreamCmd |
UploadToStreamCmd will upload the file to an InputStream |
| ViewCommand |
This is the base interface that defines the signature of all commands that retrieve views from the database.
|
| ViewCommandContext |
This interface defines the view command context.
|
| WebAssetsUploadCmd |
This interface defines how web assets are uploaded to the file system.
|
| Class | Description |
|---|---|
| AbstractDirectViewCommand |
This is the abstract base implementation of a direct view command.
|
| AbstractECCommand |
This is the abstract base class for all commerce
ECCommand objects. |
| AbstractECTargetableCommand |
This is the abstract base class for all WebSphere Commerce
ECTargetableCommand objects. |
| 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 |
This class provides the abstract base implementation of all redirect view commands.
|
| AbstractViewCommand |
This class provides the abstract base implementation of a view command.
|
| AsyncControllerCommandImpl |
This class is the default implementation of a controller command that implements the
AsyncCommand interface. |
| AttachmentUploadCmdImpl |
This class will upload a file to an input stream and then store it in
the database as
BLOBs in the attachment table. |
| AttachmentViewCmdImpl |
This class will retrieve the attachment content from the database and return the stream to the browser as a
DirectView object if attachmentURL is same as attachment_id. |
| BusinessPolicyCommandImpl |
Default implementation for a Business Policy Task Command.
|
| CommandContextImpl |
This class defines the command context, which contains session and user information.
|
| CommandFactory |
This class is a command factory used to instantiate commands.
|
| ControllerCommandImpl |
This class is an abstract base implementation for any controller command.
|
| CopyAttachmentCmdImpl |
This class makes a copy of the attachment object as specified by
org_attachmentobj_id. |
| DataBeanCommandImpl |
This class defines the base behavior for all data bean commands.
|
| ECCommandTarget |
This class defines the
CommandTarget for TargetableCommand objects 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 class defines the default implementation of an
http direct view command. |
| HttpForwardViewCommandImpl |
This class defines the default implementation of an
http forward view command. |
| HttpIndirectForwardViewCommandImpl |
This class defines a special implementation of an
http indirect view command. |
| HttpRedirectViewCommandImpl |
This class defines the default implementation of an
http redirect view command. |
| HttpRedirectViewCommandNoEncryptionImpl |
This class defines the default implementation of an
HttpRedirectViewCommand with no encryption. |
| HttpsRedirectViewCommandImpl |
This class defines the default implementation for an
https redirect view command. |
| NameValuePair |
This class is for internal use only.
|
| RedirectViewCommandImpl |
This class is the abstract base implementation of all redirect view commands.
|
| TaskCommandImpl |
This is the abstract base implementation of a task command.
|
| TempUploadCmdImpl |
This class will upload file to a file system with a unique generated filename.
|
| UploadToStreamCmdImpl |
This class uploads files to return as a stream.
|
| WebAssetsUploadCmdImpl |
This class defines how web assets are uploaded to the file system.
|