com.ibm.commerce.edp.commands

Class AEDPDataBeanCommandImpl

    • Constructor Detail

      • AEDPDataBeanCommandImpl

        public AEDPDataBeanCommandImpl()
    • Method Detail

      • getLocale

        public java.util.Locale getLocale()
        This method gets the locale from the globalization context.
        Returns:
        A Locale that represents the locale from the globalization context.
      • getQueryHandler

        public QueryHandler getQueryHandler()
                                     throws J2EEException
        This method gets the query handler of payment rules system.
        Returns:
        The instance of QueryHandler.
        Throws:
        J2EEException
      • getOrderId

        public java.lang.Long getOrderId()
        This method gets the order ID.
        Returns:
        A Long that specifies the order id.
      • setOrderId

        public void setOrderId(java.lang.Long _orderId)
        This method sets the order ID.
        Parameters:
        _orderId - A Long that specifies the order id.
      • setRmaId

        public void setRmaId(java.lang.Long _rmaId)
        This method sets the RMA ID.
        Parameters:
        _rmaId - A Long that specifies the RMA ID.
      • getRmaId

        public java.lang.Long getRmaId()
        This method gets RMA ID.
        Returns:
        A Long that specifies the RMA ID.
      • getOrderChannel

        public java.lang.String getOrderChannel()
        This method gets the order channel.
        Returns:
        A String that specifies the current order channel.
      • setOrderChannel

        public void setOrderChannel(java.lang.String string)
        This method sets the order channel.
        Parameters:
        string - A String that specifies the current order channel.