com.ibm.commerce.payment.config.beans

Class StorePaymentConfigurationListDataBean

  • java.lang.Object
    • com.ibm.commerce.payment.config.beans.StorePaymentConfigurationListDataBean
    • 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 id at a specified position.
      java.util.ArrayList getConfigurationIdList()
      This method returns the configuration ids associated with the specified store as ArrayList Object.
      int getListSize()
      This method returns the size of the configuration list.
      java.lang.String getMethodType()
      This method returns the method type, which could be payment or refund.
      java.lang.String getPloicyName(int index)
      This method returns the policy name from the Arraylist by the specified index.
      java.util.ArrayList getPolicyNameList()
      This method returns the policy name list associated with the current store.
      TypedProperty getRequestProperties()
      This method returns the parameters as TypedProperty passed as part of the URL.
      java.lang.String getStoreId()
      This method returns the current store ID.
      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 setMethodType(java.lang.String _type)
      This method sets the method type, which could be payment or refund.
      void setPaymentConfigurationIdList(java.util.ArrayList paramPaymentConfigurations)
      This method sets the configuration ids associated with the specified store as ArrayList Object.
      void setPolicyNameList(java.util.ArrayList list)
      This method sets the policy name list associated with the current store.
      void setRequestProperties(TypedProperty aRequestProperties)
      This method sets the passed parameters as part of the URL if any.
      void setStoreId(java.lang.String _storeId)
      This method sets the current store ID.
      • 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

      • StorePaymentConfigurationListDataBean

        public StorePaymentConfigurationListDataBean()
    • 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 StorePaymentConfigurationListBeanCmd.
        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
      • getConfigurationIdList

        public java.util.ArrayList getConfigurationIdList()
        This method returns the configuration ids associated with the specified store as ArrayList Object.
        Returns:
        ArrayList The list of configuration id associated with a specified store.
      • setPaymentConfigurationIdList

        public void setPaymentConfigurationIdList(java.util.ArrayList paramPaymentConfigurations)
        This method sets the configuration ids associated with the specified store as ArrayList Object.
        Parameters:
        paramPaymentConfigurations - The configuration ids associated with the specified store
      • 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 id at a specified position.
        Parameters:
        index - The specified position from which the payment configuration is returned
        Returns:
        The payment configuration id at a specified position
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - In case of any array index out of bounds
      • getPloicyName

        public java.lang.String getPloicyName(int index)
                                       throws java.lang.ArrayIndexOutOfBoundsException
        This method returns the policy name from the Arraylist by the specified index.
        Parameters:
        index - The specified position from which the policy name is returned
        Returns:
        The policy name at a specified position
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - In case of any array index out of bounds
      • getListSize

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

        public java.lang.String getStoreId()
        This method returns the current store ID. All payment configuration associated with this store will be populated.
        Returns:
        storeId The current store ID
      • setStoreId

        public void setStoreId(java.lang.String _storeId)
        This method sets the current store ID. All payment configuration associated with this store will be populated.
        Parameters:
        _storeId - The current store ID
      • 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 _type)
        This method sets the method type, which could be payment or refund.
        Parameters:
        _type - The method type
      • getPolicyNameList

        public java.util.ArrayList getPolicyNameList()
        This method returns the policy name list associated with the current store.
        Returns:
        policyNameList The policy name list associated with the current store
      • setPolicyNameList

        public void setPolicyNameList(java.util.ArrayList list)
        This method sets the policy name list associated with the current store.
        Parameters:
        list - The policy name list associated with the current store