public class AvailablePaymentCfgListDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
This databean gets the available Payment Configuration template as an ArrayList Object from the AvailablePaymentCfgListBeanCmd databean command.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copy Right
|
Constructor and Description |
---|
AvailablePaymentCfgListDataBean() |
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.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public TypedProperty getRequestProperties()
public java.lang.String getConfigurationId(int index) throws java.lang.ArrayIndexOutOfBoundsException
public int getListSize()
public java.lang.String getMethodType()
public void setMethodType(java.lang.String string)
public java.util.ArrayList getConfigurationsList()
public void setConfigurationsList(java.util.ArrayList list)