Uses of Class
jondo.PaymentInstance

Packages that use PaymentInstance
jondo   
 

Uses of PaymentInstance in jondo
 

Methods in jondo that return PaymentInstance
static PaymentInstance Controller.getActivePaymentInstance()
           
 

Methods in jondo that return types with arguments of type PaymentInstance
static java.util.Vector<PaymentInstance> Controller.getPaymentInstances()
           
 

Methods in jondo with parameters of type PaymentInstance
static void Controller.setActivePaymentInstance(PaymentInstance a_pi)