com.ibm.commerce.order.facade.server.commands

Interface FetchOrdersCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The full class name for this interface file.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
      • _STR_STATUS_PARAMETER

        static final java.lang.String _STR_STATUS_PARAMETER
        The string of status parameter.
        See Also:
        Constant Field Values
      • _STR_TYPE_PARAMETER

        static final java.lang.String _STR_TYPE_PARAMETER
        The string of type parameter.
        See Also:
        Constant Field Values
      • _IBMORD_ISCURRENTSHOPPINGCART

        static final java.lang.String _IBMORD_ISCURRENTSHOPPINGCART
        The string of ibmord.isCurrentShoppingCart parameter.
        See Also:
        Constant Field Values
      • _STR_ORDER_ID_PARAMETER

        static final java.lang.String _STR_ORDER_ID_PARAMETER
        The string of Order Id.
        See Also:
        Constant Field Values
      • _STR_STATUS_SEPARATOR

        static final java.lang.String _STR_STATUS_SEPARATOR
        The string of status separator.
        See Also:
        Constant Field Values
    • Method Detail

      • getOrders

        java.util.List getOrders()
        This method returns a list of found orders.
        Returns:
        list of OrderAccessBean objects.
      • setGetOrder

        void setGetOrder(GetOrderType getOrder)
        This method sets the GetOrder.
        Parameters:
        getOrder - the GetOrderType to set
      • getPagingPrameter

        ShowType getPagingPrameter()
        Deprecated. Use getPagingParameters() instead.
        Returns the paging parameters.
        Returns:
        the paging parameters.
      • setPagingPrameter

        void setPagingPrameter(ShowType argPagingParameter)
        Deprecated. Use setPagingParameters(ShowType) instead.
        Sets the paging parameters.
        Parameters:
        argPagingParameter - The paging parameters to set.
      • getPagingParameters

        ShowType getPagingParameters()
        Returns the paging parameters.
        Returns:
        the paging parameters.
      • setPagingParameters

        void setPagingParameters(ShowType newPagingParameters)
        Sets the paging parameters.
        Parameters:
        newPagingParameters - The paging parameters to set.