com.ibm.commerce.order.commands

Interface ComposeSSFSOrderDataCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ComposeSSFSOrderDataCmdImpl


    public interface ComposeSSFSOrderDataCmd
    extends TaskCommand
    This command is used to compose SSFSOrderData from SC getCompleteOrderDetails API response
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • CLASS_NAME

        static final java.lang.String CLASS_NAME
        The name of this class.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name of this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderDocument

        void setOrderDocument(org.w3c.dom.Document document)
        This method set the document that represents an external order.
        Parameters:
        document -
      • getOrderData

        com.ibm.commerce.order.sterling.utils.SSFSOrderData getOrderData()
        This method returns an SSFSOrderData that represents an external order.
        Returns:
        The order data.