Interface | Description |
---|---|
ChangeAttachmentCmd |
The interface for command for ChangeAttachment
|
ChangeAttachmentPartActionCmd |
The part command is called by ChangeAttachnmentCommand.
|
ComposeAttachmentCmd |
The command is used to compose Attachment nouns based on a get expression.
|
ComposeManagedDirectoryCmd |
The command used to compose ManagedDirectory nouns based on a get expression.
|
ComposeManagedFileCmd |
The command used to compose ManagedFile nouns based on a get expression.
|
FetchAttachmentCmd |
The command retrieves a list of attachments according to the search criteria specified by the client.
|
FetchManagedDirectoryCmd |
The command used to fetch ManagedDirectory nouns based on a get expression.
|
FetchManagedFileCmd |
The command used to fetch ManagedFile nouns based on a get expression.
|
GetAttachmentCmd |
This interface is used to get attachment.
|
GetManagedDirectoryCmd |
This interface is used to get managed directory.
|
GetManagedFileCmd |
The interface for command for GetManagedFile
|
ProcessAttachmentCmd |
This command is used to process attachment.
|
ProcessManagedDirectoryCmd |
The interface for command for ProcessManagedDirectory
|
ProcessManagedFileCmd |
The interface for command for ProcessManagedFile
|
Class | Description |
---|---|
AbstractComposeAttachmentCmdImpl |
This class is an abstract class of those commands to compose the ShowAttachmentType.
|
AbstractComposeManagedDirectoryCmdImpl |
This class is an abstract class that provides many protected methods to compose the elements of the ManagedDirectoryType and ShowManagedDirectoryType
|
AbstractFetchAttachmentCmdImpl |
This command is the base command of those commands that retrieve a list of attachments according to the search criteria specified by the client.
|
AbstractFetchManagedDirectoryCmdImpl |
This command is the base command of those command that retrieve a list of managed directories according to the search criteria specified by the client.
|
AbstractFetchManagedFileCmdImpl |
This command is the base command of those command that retrieve a list of managed files according to the search criteria specified by the client.
|
AcknowledgeAttachmentBuildCmdImpl |
This class is used to build the managed directory response.
|
AcknowledgeAttachmentErrorBuildCmdImpl |
This class is used to populate exception information into the ChangeStatus of Acknowledge verb.
|
AcknowledgeManagedDirectoryBuildCmdImpl |
This class is used to build the managed directory response.
|
AcknowledgeManagedDirectoryErrorBuildCmdImpl |
This class is used to populate exception information into the ChangeStatus of Acknowledge verb.
|
AcknowledgeManagedFileBuildCmdImpl |
This class is used to build the managedFile response.
|
AttachmentResponseBuildBaseCmdImpl |
This is the base class for order response building, and it calls validateParameters and performExecute in the execute method.
|
ChangeAttachmentAttachmentAssetActionCmdImpl |
The part command is executed for the Change AttachmentAsset.
|
ChangeAttachmentAttachmentDescriptionActionCmdImpl |
The part command is executed for the Change AttachmentDescription.
|
ChangeAttachmentBasePartActionCmdImpl |
The part command is executed for the Change attachment base part.
|
ChangeAttachmentCmdImpl | |
ComposeAttachmentSummaryCmdImpl |
This command populates the Attachment SDO using AttachmentTargetDataBean.
|
ComposeAttachmentWithAssetsCmdImpl |
This command populates the Attachment SDO using AttachmentTargetDataBean.
|
ComposeManagedDirectorySummaryCmdImpl |
The default implementation of the compose ManagedDirectory command.
|
FetchAttachmentByIdCmdImpl |
This command retrieves an attachment according to the attachment ID specified by the client.
|
FetchAttachmentCmdImpl |
This command retrieves attachments according to the attachment search expression specified by the client.
|
FetchAttachmentForStoreCmdImpl |
This command retrieves all attachments for current store.
|
FetchManagedDirectoryCmdImpl |
The default implementation of the fetch ManagedDirectory command.
|
FetchManagedFileByDirectoryIdCmdImpl |
The implementation of the fetch ManagedFile command.
|
FetchManagedFileCmdImpl |
The command fetches managed files based on the GetType search criteria below.
|
GetAttachmentCmdImpl |
The class is used to get attachment.
|
GetManagedDirectoryCmdImpl |
The command is used to get managed directory.
|
GetManagedFileCmdImpl |
The command is used to get the managed file.
|
ManagedDirectoryResponseBuildBaseCmdImpl |
This is the base class for order response building, and it calls validateParameters and performExecute in the execute method.
|
ManagedFileResponseBuildBaseCmdImpl |
This is the base class for managedFile response building, and it calls validateParameters and performExecute in the execute method.
|
ProcessAttachmentCmdImpl |
This command is used to process attachment.
|
ProcessManagedDirectoryCmdImpl | |
ProcessManagedFileCmdImpl |