See:
Description
Interface Summary | |
---|---|
AddTargetListCmd | Adds a store to an RFQ target list. |
CopyRFQAttachmentCmd | Copies RFQ attachments. |
CreatePAttributeValueCmd | Creates a personalization attribute value. |
CreateResponseBasicInfoCmd | Creates basic response details. |
CreateResponseFulfillmentTCCmd | Creates fulfillment center terms and conditions in the RFQ response. |
CreateTradeAttachmentCmd | Associates an attachment object to a trading object. |
DeletePAttributeValueCmd | Deletes a personalization attribute value. |
MarkAttachmentForDeleteCmd | Sets the MarkForDelete flag on an RFQ Attachment. |
ModifyResponseFulfillmentTCCmd | Modifies an RFQ response level fulfillment center terms and conditions. |
ModifyResponsePAttributeCmd | Modifies an RFQ response product personalization attribute. |
NotifyRFQResponseCmd | Sends a message to the buyer when submitting, cancelling or retracting an RFQ response. |
RemoveTargetListCmd | Removes a store from the target list. |
RespondPAttributeCmd | Creates a response personalization attribute value. |
RespondPAttributeTCCmd | Responds to order item personalization attribute terms and conditions. |
RespondProductPQCmd | Responds to the price and quantity of a product. |
RespondRFQLevelAttachmentsCmd | Creates RFQ level attachments in an RFQ response. |
RespondRFQLevelCommentsTCCmd | Responds to order comments terms and conditions. |
RFQAttachmentDeleteCmd | Removes an attachment from an RFQ. |
RFQAttachmentDescUpdateCmd | Updates attachment descriptions in an RFQ. |
RFQAttachmentReplaceCmd | Replaces an attachment in an RFQ. |
RFQAttachmentUploadCmd | Uploads an attachment file to an RFQ. |
RFQAttachmentViewCmd | Retreieves an attachment object. |
RFQCategoryAddCmd | Adds a category to group items in an RFQ. |
RFQCreateForNextRoundCmd | Creates the next round RFQ. |
RFQItemAddCmd | Adds an item to an RFQ. |
RFQItemCommentAddCmd | Adds a product comment to an item in an RFQ. |
RFQItemCommentRemoveCmd | Removes a product comment from an item in an RFQ. |
RFQItemCommentUpdateCmd | Updates a product comment for an item in an RFQ. |
RFQItemRemoveCmd | Removes an item from an RFQ. |
RFQItemSpecificationAddCmd | Adds a product specification to an item in an RFQ. |
RFQItemSpecificationRemoveCmd | Removes a product specification from an item in an RFQ. |
RFQItemSpecificationUpdateCmd | Updates a product specification for an item in an RFQ. |
RFQItemUpdateCmd | Updates an item information in an RFQ. |
RFQModifyBasicCmd | Updates basic information of an RFQ. |
RFQPattributeAttachmentAddCmd | Adds an attachment to an item in an RFQ. |
RFQResponseAttachmentUploadCmd | Uploads an attachment file to an RFQ response. |
RFQResponseBaseCmd | RFQ Response Base command interface. |
RFQResponseChangeStateAdvCmd | Changes the state of the RFQ response. |
RFQResponseChangeStateBaseCmd | Changes the state of the RFQ response. |
RFQResponseChangeStateCmd | Changes the state of the RFQResponseDataBean. |
RFQResponseCreateCmd | Creates an RFQ response. |
RFQResponseModifyBaseInfoCmd | Modifies the basic information of an RFQ response. |
RFQResponseModifyCmd | Modifies an RFQ response. |
RFQResponseModifyOrderCommentsTCCmd | Modifies an RFQ response level terms and conditions. |
RFQResponseModifyOrderitemPAttributeTCCmd | Deprecated. |
RFQResponsePattributeAttachmentAddCmd | Adds an attachment to an item in an RFQ response. |
RFQResponseProductAcceptCmd | Accepts products in an RFQ response. |
RFQResponseProductRejectCmd | Rejects products in an RFQ response. |
RFQTargetListAddCmd | Adds stores to the target list of an RFQ. |
RFQTargetListRemoveCmd | Removes a store from the target list of an RFQ. |
RFQTCAddCmd | Adds an order comments terms and conditions to an RFQ. |
RFQTCRemoveCmd | Removes an order comments terms and conditions from an RFQ. |
RFQTCUpdateCmd | Updates an order comments terms and conditions in an RFQ. |
RFQToContractCreateCmd | Converts an RFQ to a contract. |
RFQToOrderCreateCmd | Converts an RFQ to an order. |
UpdateRFQCatentryRelCmd | Adds the item to the RFQ. |
Class Summary | |
---|---|
AddTargetListCmdImpl | Implementation class for AddTargetListCmd. |
CopyRFQAttachmentCmdImpl | Implementation class for CopyRFQAttachmentCmd. |
CreatePAttributeValueCmdImpl | Creates personalization attributes for RFQ products or RFQ response products. |
CreateResponseBasicInfoCmdImpl | Implementation for creating basic response details. |
CreateResponseFulfillmentTCCmdImpl | Implementation for creating fulfillment center terms and conditions in the RFQ response. |
CreateTradeAttachmentCmdImpl | Implementation for associating an attachment object to a trading object. |
DeletePAttributeValueCmdImpl | Deletes a personalization attribute value. |
MarkAttachmentForDeleteCmdImpl | This is the default implementation of the MarkAttachmentForDeleteCmd. |
ModifyResponseFulfillmentTCCmdImpl | Implementation to modify an RFQ response level fulfillment center terms and conditions. |
ModifyResponsePAttributeCmdImpl | Implemetation used to modify an RFQ response product personalization attribute. |
NotifyRFQResponseCmdImpl | Implementatation for sending a message to the buyer when submitting, cancelling or retracting an RFQ response. |
RemoveTargetListCmdImpl | Implmentation for removing a store from the target list. |
RespondPAttributeCmdImpl | Implementation class for creating a response personalization attribute value. |
RespondPAttributeTCCmdImpl | Implementation class for responding OrderItemPAttributeTC. |
RespondProductPQCmdImpl | Implementation class for responding to the price and quantity of a product. |
RespondRFQLevelAttachmentsCmdImpl | Implementation for creating RFQ level attachments in an RFQ response. |
RespondRFQLevelCommentsTCCmdImpl | Implementation for responding to order comments terms and conditions. |
RFQAttachmentDeleteCmdImpl | Implementation class for removing an attachment from a RFQ. |
RFQAttachmentDescUpdateCmdImpl | Implementation class for updating attachment descriptions in an RFQ. |
RFQAttachmentReplaceCmdImpl | Implementation class for replacing an attachment in an RFQ. |
RFQAttachmentUploadCmdImpl | Implementation class for uploading an attachment file to an RFQ. |
RFQAttachmentViewCmdImpl | The RFQAttachmentViewCmdImpl will retreieve an attachment
object then return to a browser. |
RFQCategoryAddCmdImpl | Implementation to add a category to group items in an RFQ. |
RFQCreateForNextRoundCmdImpl | Implemetation for creating the next round RFQ. |
RFQItemAddCmdImpl | This is the default implementation of the RFQItemAddCmd. |
RFQItemCommentAddCmdImpl | This is the default implementation of the RFQItemCommentAddCmd. |
RFQItemCommentRemoveCmdImpl | This is the default implementation of the RFQItemCommentRemoveCmd. |
RFQItemCommentUpdateCmdImpl | Implementation for updating a product comment for an item in an RFQ. |
RFQItemRemoveCmdImpl | This is the default implementation of the RFQItemRemoveCmd. |
RFQItemSpecificationAddCmdImpl | This is the default implementation of the RFQItemSpecificationAddCmd. |
RFQItemSpecificationRemoveCmdImpl | This is the default implementation of the RFQItemSpecificationRemoveCmd. |
RFQItemSpecificationUpdateCmdImpl | This is the default implementation of the RFQItemSpecificationUpdateCmd. |
RFQItemUpdateCmdImpl | This is the default implementation of the RFQItemUpdateCmd. |
RFQModifyBasicCmdImpl | Updates basic information of an RFQ. |
RFQPattributeAttachmentAddCmdImpl | This is the default implementation of the RFQPattributeAttachmentAddCmd. |
RFQResponseAttachmentUploadCmdImpl | The RFQResponseAttachmentUploadCmdImpl will upload a file and
associate the file to an RFQ. |
RFQResponseBaseCmdImpl | Implementation for response base command. |
RFQResponseChangeStateAdvCmdImpl | Implementation for changing the state of the RFQ response. |
RFQResponseChangeStateBaseCmdImpl | Implementation for changing the state of the RFQ response. |
RFQResponseChangeStateCmdImpl | Changes the state of the RFQResponseDataBean. |
RFQResponseCreateCmdImpl | Implementation class for creating an RFQ response. |
RFQResponseModifyBaseInfoCmdImpl | Implementation used to modify basic information of an RFQ response. |
RFQResponseModifyCmdImpl | Implementation used to modify an RFQ response. |
RFQResponseModifyOrderCommentsTCCmdImpl | Implementation to modify an RFQ response level terms and conditions. |
RFQResponseModifyOrderitemPAttributeTCCmdImpl | Deprecated. |
RFQResponsePattributeAttachmentAddCmdImpl | The RFQResponsePattributeAttachmentAddCmdImpl will upload a
file and associate the file to an RFQ response product personalization
attribute. |
RFQResponseProductAcceptCmdImpl | Implementation for accepting products in an RFQ response. |
RFQResponseProductRejectCmdImpl | Implementation for rejecting products in an RFQ response. |
RFQTargetListAddCmdImpl | Implementation for adding stores to the target list of an RFQ. |
RFQTargetListRemoveCmdImpl | Implementation for removing a store from the target list of an RFQ. |
RFQTCAddCmdImpl | This is the default implementation of the RFQTCAddCmd. |
RFQTCRemoveCmdImpl | This is the default implementation of the RFQTCRemoveCmd. |
RFQTCUpdateCmdImpl | This is the default implementation of the RFQTCUpdateCmd. |
RFQToContractCreateCmdImpl | This is the default implementation of the RFQToContractCreateCmd. |
RFQToOrderCreateCmdImpl | This is the default implementation of the RFQToOrderCreateCmd. |
UpdateRFQCatentryRelCmdImpl | Adds the item to the RFQ. |
Contains command interfaces and implementation for handling commands related to the RFQ and response part of RFQ subsystem.