public class StorePaymentConfigurationListDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copy Right
|
Constructor and Description |
---|
StorePaymentConfigurationListDataBean() |
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.
|
public static final java.lang.String COPYRIGHT
public StorePaymentConfigurationListDataBean()
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public java.util.ArrayList getConfigurationIdList()
public void setPaymentConfigurationIdList(java.util.ArrayList paramPaymentConfigurations)
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 java.lang.String getPloicyName(int index) throws java.lang.ArrayIndexOutOfBoundsException
public int getListSize()
public java.lang.String getStoreId()
public void setStoreId(java.lang.String _storeId)
public java.lang.String getMethodType()
public void setMethodType(java.lang.String _type)
public java.util.ArrayList getPolicyNameList()
public void setPolicyNameList(java.util.ArrayList list)