public class PPCListAllPluginsDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
This databean gets the installed plugins as an ArrayList object from PPCGetCreditCmd databean command.
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | commandInterfaceName
The command interface name of this databean
|
static java.lang.String | COPYRIGHT
IBM Copyright
|
protected TypedProperty | iRequestProperties
The request properties of this databean
|
protected java.util.ArrayList | pluginsList
The plugin list of this databean
|
Constructor and Description |
---|
PPCListAllPluginsDataBean() |
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.
|
int | getListSize()
This method returns the size of the list, which means the number of all correctly configured plugin.
|
java.util.ArrayList | getPluginsList()
This method returns all correctly configured plugins as an ArrayList object.
|
PluginConfigurationImpl | getPluginsListData(int index)
This method returns the plugin configuration data from the ArrayList by index .
|
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 | setPluginsList(java.util.ArrayList paramPaymentActivityHistory)
This method sets all correctly configured plugins as an ArrayList object.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
protected java.lang.String commandInterfaceName
protected java.util.ArrayList pluginsList
protected TypedProperty iRequestProperties
public static final java.lang.String COPYRIGHT
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public java.util.ArrayList getPluginsList()
public void setPluginsList(java.util.ArrayList paramPaymentActivityHistory)
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public TypedProperty getRequestProperties()
public PluginConfigurationImpl getPluginsListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public int getListSize()