Generated by
JDiff

Class it.dtt.ca.request.RcRechargeRequest

Removed Methods
boolean checkRequestValidity() This is a utility method to check if all parameters are set before performing the request; so it's possible to not have errors in the initialization of the request that could then lead to a failure in the response This should check also fields (ie if a credit card is used the number should be 16 chars long)
void setDefaultParameters() Sets the default parameter for the connection; how they are stored is implementation dependent (for example saved in flash using a dedicated menu page.
void setRcParameter(int, String) Used to set a parameter of the connection.
void setTransactionData(Object[]) Used to set data used for end up transaction, such as a scratch card number or credit card related data; types and number of fields will be defined for each kind of used transaction mode.
 

Added Methods
int getRechargeMode() Returns the mode to be used for transaction.
 

Changed Methods
String getRcParameter(int) Change in exceptions thrown from no exceptions to it.dtt.ca.exception.InvalidRcParametersException.
Used to retrieve a parameter of the connection.
String[] getTransactionData() Change in return type from Object[] to String[].
Retrieves data set to be used for the transaction