Package controllers

Class Pagamenti


  • public class Pagamenti
    extends java.lang.Object
    Handles payments
    Author:
    gabrieleromanato
    • Constructor Summary

      Constructors 
      Constructor Description
      Pagamenti()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean savePayment​(Pagamento payment)
      Saves a payment into the database
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pagamenti

        public Pagamenti()
    • Method Detail

      • savePayment

        public boolean savePayment​(Pagamento payment)
        Saves a payment into the database
        Parameters:
        payment - Pagamento model
        Returns:
        Boolean