Package com.ibm.commerce.contract.commands

Provides the Controller Commands and Task Commands to manage contracts and trading agreements.

See:
          Description

Interface Summary
AddContractNLDescriptionCmd Adds the contract national language description (WebSphere Commerce Business Edition only).
CloseContractCmd Closes contracts (WebSphere Commerce Business Edition only).
ConfigurePaymentManagerCmd Configures the Websphere Commerce Payments based on the payments information XML If an error occurs, an ECException will be thrown.
ContractAttachmentAddCmd Adds an attachment to the contract.
ContractAttachmentDeleteCmd Deletes the association relationship between the specified contract and attachment (WebSphere Commerce Business Edition only).
ContractCancelCmd Cancels the specified contract by changing its contract state to Cancelled (WebSphere Commerce Business Edition only).
ContractCloseCmd Closes the specified contract by changing its contract status to Closed (WebSphere Commerce Business Edition only).
ContractCopyCmd Copies a contract (WebSphere Commerce Business Edition only).
ContractCreateCmd Creates a contract based on the import XMLString.
ContractDeleteCmd Delete the specified contracts by setting the contracts to MarkForDelete (WebSphere Commerce Business Edition only).
ContractDeployCmd Deploys the specified contract to the specified store (WebSphere Commerce Business Edition only).
ContractDisplayCmd Displays a specified contract by using the JSP file which is registered in CNTRDSPLY table (WebSphere Commerce Business Edition only).
ContractExportCmd Exports the specified contract using the specified language ID to a XML file based on the specified encoding (WebSphere Commerce Business Edition only).
ContractImportApprovedVersionCmd Import a contract from a specified XML file (WebSphere Commerce Business Edition only).
ContractImportDraftVersionCmd Import a contract from a specified XML file (WebSphere Commerce Business Edition only).
ContractListAsBuyerCmd Gets a list of the contracts to which a user is entitled as a Buyer participant.
ContractNewVersionCmd Create a new version of a specified contract (WebSphere Commerce Business Edition only).
ContractResumeCmd Resume the specified contract to Active state (WebSphere Commerce Business Edition only).
ContractSaveCmd Add a new contract or update an existing one which is in Draft state (WebSphere Commerce Business Edition only).
ContractSetInSessionCmd Sets a list of contracts to the current session (WebSphere Commerce Business Edition only).
ContractSubmitCheckApprovalCmd Checks whether or not a contract needs approval (WebSphere Commerce Business Edition only).
ContractSubmitPostApprovalCmd After a contract is approved, deploys the contract to the target store if the target store ID is provided (WebSphere Commerce Business Edition only).
ContractSubmitPostCancelCmd Cancel a contract approval process (WebSphere Commerce Business Edition only).
ContractSubmitPostRejectCmd This command is called if an approver rejects a contract (WebSphere Commerce Business Edition only).
ContractSubmitPreApprovalCmd This command will be called when a contract be submitted to approve (WebSphere Commerce Business Edition only).
ContractSubmitResponseCmd This command will be called when a contract be submitted to approve (WebSphere Commerce Business Edition only).
ContractSuspendCmd Suspend an active contract and refresh the contract cache (WebSphere Commerce Business Edition only).
ContractUpdateCmd Update a contract (WebSphere Commerce Business Edition only).
ContractUploadCmd Uploads the contract XML file by calling the attachment upload command, followed by the ContractImportApprovedVersion command.
CopyContractCmd Copy a specified contract to a new contract (WebSphere Commerce Business Edition only).
CreateContractCmd Create a contract based on the given Contract element (WebSphere Commerce Business Edition only).
CreateFulfillmentCenterCmd Creates the fulfillment centers.
CreateLightWeightStoreCmd Creates the light weight store based on the store XML.
CreatePriceListCmd Creates the price lists.
CreateSubOrganizationCmd Creates the sub-organization based on the Contract XML.
CreateXSDContractCmd Create a contract based on the given Contract element (WebSphere Commerce Business Edition only).
DeployContractCmd Deploy a contract to the specified store (WebSphere Commerce Business Edition only).
DeployTCCmd The base interface that defines the signature of all commands that deploy Terms and Conditions (WebSphere Commerce Business Edition only).
ImportDTDContractApprovedVersionCmd Imports an approved contract from a specified XML file (WebSphere Commerce Business Edition only).
ImportDTDContractDraftVersionCmd Imports a draft contract from a specified XML file (WebSphere Commerce Business Edition only).
ParticipantAddCmd Add a participant to either a trading agreement (Contract/Account) or a Contract terms and conditions (WebSphere Commerce Business Edition only).
ParticipantDeleteCmd Delete the specified participant from a trading agreement (Contract/Account) or a Contract terms and conditions (WebSphere Commerce Business Edition only).
PolicyAddCmd Adds a business policy to the POLICY database table (WebSphere Commerce Business Edition only).
PolicyDeleteCmd Delete a business policy, an exception will be thrown if there are other objects still reference to this business policy (WebSphere Commerce Business Edition only).
PolicyDescriptionDeleteCmd Delete a description of the specified business policy for the specified language (WebSphere Commerce Business Edition only).
PolicyDescriptionUpdateCmd Add or update the description of the specified business policy (WebSphere Commerce Business Edition only).
PolicyUpdateCmd Updates a business policy in the POLICY database table (WebSphere Commerce Business Edition only).
ScheduledContractDeployCmd Deploy the specified contract to the specified store (WebSphere Commerce Business Edition only).
StoreCreationWizardCmd Reads the XML template file used by the Store Creation wizard, substituting default values.
UpdateContractCmd Update a contract based on the given Contract element (WebSphere Commerce Business Edition only).
UpdateXSDContractCmd Update a contract based on the given Contract element (WebSphere Commerce Business Edition only).
ValidateBusinessPolicyInContractForStoreCmd Validate the Business policy in the specified contract for the specified store (WebSphere Commerce Business Edition only).
ValidateContractCmd Validate the contract (WebSphere Commerce Business Edition only).
 
Class Summary
AddContractNLDescriptionCmdImpl Adds the contract national language description (WebSphere Commerce Business Edition only).
CloseContractCmdImpl Closes contracts (WebSphere Commerce Business Edition only).
ConfigurePaymentManagerCmdImpl Configures the WebSphere Commerce Payments.
ContractAttachmentAddCmdImpl Adds an attachment to the contract.
ContractAttachmentDeleteCmdImpl Deletes the association between the specified contract and attachment (WebSphere Commerce Business Edition only).
ContractCancelCmdImpl This is the default implementation of the ContractCancel command (WebSphere Commerce Business Edition only).
ContractCloseCmdImpl This is the default implementation of the ContractClose command (WebSphere Commerce Business Edition only).
ContractCopyCmdImpl Copies a contract (WebSphere Commerce Business Edition only).
ContractCreateCmdImpl Creates a contract based on the import XMLString.
ContractDeleteCmdImpl Deletes the specified contracts by setting the contracts to MarkForDelete (WebSphere Commerce Business Edition only).
ContractDeployCmdImpl The default implemenation of the ContractDeploy command.
ContractDisplayCmdImpl Displays a specified contract by using the JSP file which is registered in CNTRDSPLY table (WebSphere Commerce Business Edition only).
ContractExportCmdImpl Exports the specified contract using the specified language ID to a XML file based on the specified encoding (WebSphere Commerce Business Edition only).
ContractFlowEntityBean ContractFlowEntityBean is used in the ContractSubmit approval flow (WebSphere Commerce Business Edition only).
ContractImportApprovedVersionCmdImpl Import a contract from a specified XML file (WebSphere Commerce Business Edition only).
ContractImportDraftVersionCmdImpl Import a contract from a specified XML file.
ContractListAsBuyerCmdImpl Gets a list of the contracts to which a user is entitled as a Buyer participant.
ContractNewVersionCmdImpl Create a new version of a specified contract (WebSphere Commerce Business Edition only).
ContractResumeCmdImpl Resumes the specified contract to Active state (WebSphere Commerce Business Edition only).
ContractSaveCmdImpl Add a new contract or update an existing one which is in Draft state (WebSphere Commerce Business Edition only).
ContractSetInSessionCmdImpl Sets a list of contracts to the current session (WebSphere Commerce Business Edition only).
ContractSubmitCheckApprovalCmdImpl Checks whether or not a contract needs approval (WebSphere Commerce Business Edition only).
ContractSubmitPostApprovalCmdImpl After a contract is approved, deploys the contract to the target store if the target store ID is provided (WebSphere Commerce Business Edition only).
ContractSubmitPostCancelCmdImpl Cancel a contract approval process (WebSphere Commerce Business Edition only).
ContractSubmitPostRejectCmdImpl This command is called if an approver rejects a contract (WebSphere Commerce Business Edition only).
ContractSubmitPreApprovalCmdImpl This command will be called when a contract be submitted to approve (WebSphere Commerce Business Edition only).
ContractSubmitResponseCmdImpl This command will be called when a contract be submitted to approve (WebSphere Commerce Business Edition only).
ContractSuspendCmdImpl Suspends an active contract and refresh the contract cache (WebSphere Commerce Business Edition only).
ContractUpdateCmdImpl Update a contract (WebSphere Commerce Business Edition only).
ContractUploadCmdImpl Uploads a specified contract XML file from client machine to WebSphere Commerce Server (WebSphere Commerce Business Edition only).
CopyContractCmdImpl Copy a specified contract to a new contract (WebSphere Commerce Business Edition only).
CreateContractCmdImpl Create a contract based on the given Contract element (WebSphere Commerce Business Edition only).
CreateFulfillmentCenterCmdImpl The default implementation of CreateFulfillmentCenter command.
CreateLightWeightStoreCmdImpl The default implementation of CreateLightWeightStore command
CreatePriceListCmdImpl The default implementation of CreatePriceList command.
CreateSubOrganizationCmdImpl Creates the sub-organization based on the contract XML.
CreateUpdateTradingAgreementBaseCmdImpl This is the base class of create or update a contract.
CreateXSDContractCmdImpl Create a contract based on the given Contract element (WebSphere Commerce Business Edition only).
DeployContractCmdImpl The default implementation of the DeployContract command
DeployContractProcess Deploy a contract (WebSphere Commerce Business Edition only).
DeployTCCmdImpl The base interface that defines the signature of all commands that deploy Terms and Conditions (WebSphere Commerce Business Edition only).
ImportDTDContractApprovedVersionCmdImpl Imports an approved contract from a specified XML file (WebSphere Commerce Business Edition only).
ImportDTDContractDraftVersionCmdImpl Imports a draft contract from a specified XML file (WebSphere Commerce Business Edition only).
NoAddJobException This exception will be thrown when there is no job to add to the scheduler (WebSphere Commerce Business Edition only).
ParticipantAddCmdImpl Add a participant to either a trading agreement (Contract/Account) or a Contract terms and conditions (WebSphere Commerce Business Edition only).
ParticipantDeleteCmdImpl Delete the specified participant from a trading agreement (Contract/Account) or a Contract terms and conditions (WebSphere Commerce Business Edition only).
PolicyAddCmdImpl Adds a business policy to the POLICY database table (WebSphere Commerce Business Edition only).
PolicyDeleteCmdImpl Delete a business policy, an exception will be thrown if there are other objects still reference to this business policy (WebSphere Commerce Business Edition only).
PolicyDescriptionDeleteCmdImpl Delete a description of the specified business policy for the specified language (WebSphere Commerce Business Edition only).
PolicyDescriptionUpdateCmdImpl Add or update the description of the specified business policy (WebSphere Commerce Business Edition only).
PolicyUpdateCmdImpl Updates a business policy in the POLICY database table (WebSphere Commerce Business Edition only).
ScheduledContractDeployCmdImpl Deploy the specified contract to the specified store (WebSphere Commerce Business Edition only).
StoreCreationWizardCmdImpl Read the XML template file for the right profile store (e.g.: TemplateHostingContractRPS.xml) and substitutes with user specified values.
TradingAgreementImportBaseCmdImpl This is the base implementation of Contrat Import Commands
UpdateContractCmdImpl Update a contract based on the given Contract element (WebSphere Commerce Business Edition only).
UpdateXSDContractCmdImpl Update a contract based on the given Contract element (WebSphere Commerce Business Edition only).
ValidateBusinessPolicyInContractForStoreCmdImpl Validate the Business policy in the specified contract for the specified store (WebSphere Commerce Business Edition only).
ValidateContractCmdImpl Validate the contract (WebSphere Commerce Business Edition only).
 

Package com.ibm.commerce.contract.commands Description

Provides the Controller Commands and Task Commands to manage contracts and trading agreements.