com.ibm.commerce.edp.commands

Interface AEDPTaskCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getOrderChannel

        java.lang.String getOrderChannel()
        This method gets the order channel ID.
        Returns:
        The order channel ID.
      • getCurrency

        java.lang.String getCurrency()
        This method gets the currency used in the command.
        Returns:
        The currency used in the command.
      • getLanguageId

        java.lang.Integer getLanguageId()
        This method gets the language ID from the globalization context.
        Returns:
        The language ID from the globalization context.
      • getLocale

        java.util.Locale getLocale()
        This method gets the locale from the globalization context.
        Returns:
        The locale from the globalization context.
      • setOrderId

        void setOrderId(java.lang.Long paramOrderId)
        This method sets the order ID of the order to be paid for.
        Parameters:
        paramOrderId - A Long that specifies the order ID.
      • getOrderId

        java.lang.Long getOrderId()
        This method gets the order ID.
        Returns:
        The order ID.
      • setEDPResults

        void setEDPResults(EDPResults edpResults)
        This method sets the EDP results for the invoked EDP request.
        Parameters:
        edpResults - An EDPResults that represents the EDP results for the invoked EDP request.
      • getEDPResults

        EDPResults getEDPResults()
        This method gets the EDP results for the invoked EDP request.
        Returns:
        The EDP results for the invoked EDP request.