com.ibm.commerce.payment.config.beans

Class AvailablePaymentCfgListDataBean

  • java.lang.Object
    • com.ibm.commerce.payment.config.beans.AvailablePaymentCfgListDataBean
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copy Right
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCommandInterfaceName()
      This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
      java.lang.String getConfigurationId(int index)
      This method returns the payment configuration name from the ArrayList by index.
      java.util.ArrayList getConfigurationsList()
      This method returns the ArrayList of all available payment configurations.
      int getListSize()
      This method returns the size of this payment configuration list.
      java.lang.String getMethodType()
      This method returns the method type, which could be payment or refund.
      TypedProperty getRequestProperties()
      This method returns the parameters as TypedProperty passed as part of the URL.
      void setCommandInterfaceName(java.lang.String ifname)
      This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
      void setConfigurationsList(java.util.ArrayList list)
      This method sets the ArrayList of all available payment configurations.
      void setMethodType(java.lang.String string)
      This method sets the method type, which could be payment or refund.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the passed parameters as part of the URL if any.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copy Right
        See Also:
        Constant Field Values
    • Constructor Detail

      • AvailablePaymentCfgListDataBean

        public AvailablePaymentCfgListDataBean()
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        This method returns the databean command interface name of this databean, and through the databean command, the data of this databean are populated. The default command interface is AvailablePaymentCfgListBeanCmd.
        Specified by:
        getCommandInterfaceName in interface CommandDataBean
        Returns:
        The databean command interface name of this databean
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String ifname)
        This method sets the databean command interface name of this databean, and through the databean command, the data of this databean are populated.
        Specified by:
        setCommandInterfaceName in interface CommandDataBean
        Parameters:
        ifname - The databean command interface name of this databean
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperties)
        This method sets the passed parameters as part of the URL if any.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperties - The parameters are set into the request properties
      • getRequestProperties

        public TypedProperty getRequestProperties()
        This method returns the parameters as TypedProperty passed as part of the URL.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        TypedProperty The parameters as TypedProperty passed as part of the URL
      • getConfigurationId

        public java.lang.String getConfigurationId(int index)
                                            throws java.lang.ArrayIndexOutOfBoundsException
        This method returns the payment configuration name from the ArrayList by index.
        Parameters:
        index - The position of the payment configuration in the ArrayList
        Returns:
        The payment configuration name from the specified position in the ArrayList
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - In case of array index out of bounds
      • getListSize

        public int getListSize()
        This method returns the size of this payment configuration list.
        Returns:
        The size of the list
      • getMethodType

        public java.lang.String getMethodType()
        This method returns the method type, which could be payment or refund.
        Returns:
        methodType The method type
      • setMethodType

        public void setMethodType(java.lang.String string)
        This method sets the method type, which could be payment or refund.
        Parameters:
        string - The method type
      • getConfigurationsList

        public java.util.ArrayList getConfigurationsList()
        This method returns the ArrayList of all available payment configurations.
        Returns:
        configurationsList The ArrayList of all available payment configurations
      • setConfigurationsList

        public void setConfigurationsList(java.util.ArrayList list)
        This method sets the ArrayList of all available payment configurations.
        Parameters:
        list - The ArrayList of all available payment configurations