public class PPCListPendingPaymentsForPluginDataBean extends java.lang.Object implements CommandDataBean, InputDataBean
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 | paymentList
The payment list of this databean
|
protected java.lang.String | pluginName
The plugin name of this databean
|
protected java.lang.String | storeId
The store id of this databean
|
Constructor and Description |
---|
PPCListPendingPaymentsForPluginDataBean() |
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 Payment objects with pending state.
|
Payment | getPaymentListData(int index)
This method returns the Payment object from the ArrayList by index.
|
java.util.ArrayList | getPaymentsList()
This method returns the list of Payment object as ArrayList object with pending state.
|
java.lang.String | getPluginName()
This method returns the current plugin name.
|
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 | setPaymentsList(java.util.ArrayList paramPaymentsList)
This method sets the list of Payment object as ArrayList object with pending state.
|
void | setPluginName(java.lang.String string)
This method sets the current plugin name.
|
void | setRequestProperties(TypedProperty aRequestProperties)
This method sets the passed parameters as part of the URL if any.
|
void | setStoreId(java.lang.String string)
This method sets the current store ID.
|
protected java.lang.String commandInterfaceName
protected java.util.ArrayList paymentList
protected java.lang.String pluginName
protected java.lang.String storeId
protected TypedProperty iRequestProperties
public static final java.lang.String COPYRIGHT
public PPCListPendingPaymentsForPluginDataBean()
public java.lang.String getCommandInterfaceName()
public void setCommandInterfaceName(java.lang.String ifname)
public java.util.ArrayList getPaymentsList()
public void setPaymentsList(java.util.ArrayList paramPaymentsList)
public void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public TypedProperty getRequestProperties()
public Payment getPaymentListData(int index) throws java.lang.ArrayIndexOutOfBoundsException
public int getListSize()
public java.lang.String getPluginName()
public void setPluginName(java.lang.String string)
public java.lang.String getStoreId()
public void setStoreId(java.lang.String string)