Package com.ibm.commerce.utf.commands

Contains unified trading framework (UTF) and RFQ commands.

See:
          Description

Interface Summary
AcceptRFQResponsesCmd TaskCommand interface for accepting responses to a specific RFQ.
ActivateAllDueRFQsCmd TaskCommand interface for activating RFQs that are in the FUTURE state and the start time has passed.
AlgorithmRegistryBaseCmd Algorithm Registry Base command interface.
CancelRFQCmd TaskCommand interface for canceling RFQs.
CloseAllExpiredRFQsCmd TaskCommand interface for closing all expired RFQs.
CloseRFQCmd TaskCommand interface for closing RFQs.
CopyRFQCmd TaskCommand interface for copying RFQs.
CreateContractBasicInfoCmd Creates a contract object that shares an existing trading agreement.
CreateOrderCommentsTCCmd Creates Terms and Conditions of type "OrderComments".
CreateOrderItemPAttributeTCCmd Creates Terms and Conditions of type "OrderItemPAttribute".
CreateReturnChargeTCCmd Creates Terms and Conditions of type "ReturnCharge".
CreateReturnPaymentTCCmd Creates Terms and Conditions of type "RefundPaymentMethod".
CreateRFQAttachmentCmd Interface to create an RFQ attachment.
CreateRFQBasicInfoCmd Creates basic RFQ Information.
CreateRFQCatentryRelCmd Creates the relationship between a catalog entry and the RFQ.
CreateRFQItemAttributeCmd Creates standard WebSphere Commerce attribute values for RFQ items.
CreateRFQItemCmd This command creates a catalog entry for a "made-to-order" item requested via an RFQ.
CreateShippingChargeTCCmd Creates Terms and Conditions of type "ShippingCharge".
DeleteOrderCommentsTCCmd Task command interface to delete Terms and Conditions of type "OrderComments".
DeleteOrderItemPAttributeTCCmd Deletes Terms and Conditions of type "OrderItemPAttribute".
DeleteRFQAttachmentCmd Task command interface to delete one or more attachments associated with the RFQ.
DeleteRFQCatentryRelCmd This command deletes the relationship between an RFQ and one or more catalog entries.
MarkRFQForDeleteCmd TaskCommand interface for setting the MarkForDelete flag on RFQs that have been canceled or completed.
ModifyOrderCommentsTCCmd Interface to modify terms and conditions of type "OrderComments".
ModifyOrderItemPAttributeTCCmd Task command interface to modify terms and conditions of type "OrderItemPAttribute".
ModifyRFQAttachmentCmd Interface to modify RFQ Attachment information.
ModifyRFQBasicInfoCmd Task command interface to update basic RFQ details.
Basic information pertaining to an RFQ such as it name, owner, effective and expiry dates, state, version number and so on are encapsulated in an RFQ object, which is then persisted.
ModifyRFQCatentryRelCmd Updates the relationship between a catalog entry and the RFQ.
This command modifies an object representing the relationship between a catalog entry and an RFQ.
OfferingBaseCmd Interface for basic offering command.
PAttributeBaseCmd Personalization Attribute Base command interface.
PAttributeCreateCmd Controller command interface to create personalization attributes.
PAttributeDeleteCmd Delete Personalization Attribute command.
PAttributeModifyCmd Modify Personalization Attribute command interface.
RejectRFQResponsesCmd TaskCommand interface for rejecting responses to a specific RFQ.
RFQActivateAllDueCmd ControllerCommand Interface for activating RFQs that are in the FUTURE state.
RFQCancelCmd ControllerCommand interface for canceling an RFQ.
RFQCloseAllExpiredCmd ControllerCommand Interface for closing all expired RFQs.
RFQCloseCmd ControllerCommand interface for closing RFQs.
RFQCompleteCmd Interface for completing an RFQ.
RFQCopyCmd ControllerCommand interface for copying a RFQ.
RFQCreateCmd Controller command interface for creating the RFQ.
RFQMarkForDeleteCmd ControllerCommand Interface for marking RFQs for delete.
RFQModifyCmd ControllerCommand interface for modifying RFQs.
RFQNotificationClosedMonitorCmd The ControllerCommand Interface for monitoring when notifications need to be sent for RFQs that have been closed.
RFQNotificationCompletedMonitorCmd The ControllerCommand Interface for monitoring when notifications need to be sent for RFQs that have been completed.
RFQNotificationMonitorBaseCmd The base ControllerCommand Interface for monitoring when notifications need to be sent.
RFQNotificationSubmittedMonitorCmd The ControllerCommand Interface for monitoring when notifications need to be sent for RFQs that have been submitted.
RFQResponseAcceptCmd ControllerCommand interface for accepting responses to a specific RFQ.
RFQResponseRejectCmd ControllerCommand interface for rejecting RFQ responses.
RFQSubmitCmd ControllerCommand interface for submitting RFQs.
TradingEngineBaseCmd Base class interface for trading engines
 

Class Summary
AcceptRFQResponsesCmdImpl Implemetation class for accepting responses to a specific RFQ.
ActivateAllDueRFQsCmdImpl TaskCommand class implementaion for activatin RFQs that are in the FUTURE state and the start time has passed.
AlgorithmRegistryBaseCmdImpl Algorithm Base command base object.
CancelRFQCmdImpl TaskCommand class implementation for canceling RFQs.
CloseAllExpiredRFQsCmdImpl TaskCommand class implementaion for closing all expired RFQs.
CloseRFQCmdImpl TaskCommand class implementation for closing RFQs
CopyRFQCmdImpl TaskCommand class implementation for copying a RFQ.
CreateContractBasicInfoCmdImpl Creates a contract object that shares an existing trading agreement.
CreateOrderCommentsTCCmdImpl Creates Terms and Conditions of type "OrderComments".
CreateOrderItemPAttributeTCCmdImpl Creates Terms and Conditions of type "OrderItemPAttribute".
CreateReturnChargeTCCmdImpl Creates a Term and Condition of type "ReturnCharge".
CreateReturnPaymentTCCmdImpl Creates Terms and Conditions of type "RefundPaymentMethod".
CreateRFQAttachmentCmdImpl Task command implementation to create an RFQ attachment.
CreateRFQBasicInfoCmdImpl Creates basic RFQ Information.
CreateRFQCatentryRelCmdImpl Creates the relationship between a catalog entry and the RFQ.
CreateRFQItemAttributeCmdImpl Creates standard WebSphere Commerce attribute values for RFQ items.
CreateRFQItemCmdImpl This command creates a catalog entry for a "made-to-order" item requested via an RFQ.
CreateShippingChargeTCCmdImpl Creates Terms and Conditions of type "ShippingCharge".
DeleteOrderCommentsTCCmdImpl Deletes Terms and Conditions of type "OrderComments".
DeleteOrderItemPAttributeTCCmdImpl Deletes Terms and Conditions of type "OrderItemPAttribute".
DeleteRFQAttachmentCmdImpl Task command implementation to delete one or more attachments that are associated with the RFQ.
DeleteRFQCatentryRelCmdImpl This command deletes the relationship between an RFQ and one or more catalog entries.
MarkRFQForDeleteCmdImpl TaskCommand implementation class for setting the MarkForDelete flag on RFQs that have been canceled or completed.
ModifyOrderCommentsTCCmdImpl Task command implementation to modify terms and conditions of type "OrderComments".
ModifyOrderItemPAttributeTCCmdImpl Task command implementation that updates terms and conditions of type "OrderItemPAttribute".
ModifyRFQAttachmentCmdImpl Task command implementation to update an RFQ attachment.
ModifyRFQBasicInfoCmdImpl Task command implementation to update basic RFQ details.
ModifyRFQCatentryRelCmdImpl Updates the relationship between a catalog entry and the RFQ.
OfferingBaseCmdImpl The base implementation class for Offerings.
PAttributeBaseCmdImpl Base class implementation for Personalization Attributes.
PAttributeCreateCmdImpl Create Personalization Attribute command.
PAttributeDeleteCmdImpl Delete Personalization Attribute command.
PAttributeModifyCmdImpl Modify Personalization Attribute command.
RejectRFQResponsesCmdImpl Implemetation class for rejecting responses to a specific RFQ.
RFQActivateAllDueCmdImpl ControllerCommand class implementation for activating RFQs that are in the FUTURE state and start time has passed.
RFQCancelCmdImpl ControllerCommand class implementation for canceling RFQs.
RFQCloseAllExpiredCmdImpl ControllerCommand class implementation for closing all expired RFQs.
RFQCloseCmdImpl Implemetation class for closing RFQs
RFQCompleteCmdImpl Implementation class for completing an RFQ.
RFQCopyCmdImpl ControllerCommand implemetation class for copying RFQs
RFQCreateCmdImpl Implementation class for creating an RFQ.
RFQMarkForDeleteCmdImpl ControllerCommand class implementation for marking RFQs for delete.
RFQModifyCmdImpl Implementation class for modifying an RFQ.
RFQNotificationClosedMonitorCmdImpl ControllerCommand class implementation for monitoring when notifications need to be sent for RFQs that have been closed.
RFQNotificationCompletedMonitorCmdImpl ControllerCommand class implementation for monitoring when notifications need to be sent for RFQs that have been completed.
RFQNotificationMonitorBaseCmdImpl The base ControllerCommand implementation class for monitoring when notifications need to be sent.
RFQNotificationSubmittedMonitorCmdImpl ControllerCommand class implementation for monitoring when notifications need to be sent for RFQs that have been submitted.
RFQResponseAcceptCmdImpl ControllerCommand class implemetation for accepting responses to a specific RFQ.
RFQResponseRejectCmdImpl ControllerCommand class implemetation for rejecting RFQ responses.
RFQSubmitCmdImpl Implementation class for submitting RFQs
TradingEngineBaseCmdImpl Base class implementation for trading engine.
 

Package com.ibm.commerce.utf.commands Description

Contains unified trading framework (UTF) and RFQ commands. The RFQ commands support the buyer side processing.