it.unibas.acibase.persistenza
Class DAOAutomobile

java.lang.Object
  extended by it.unibas.acibase.persistenza.DAOAutomobile

public class DAOAutomobile
extends java.lang.Object


Constructor Summary
DAOAutomobile()
           
 
Method Summary
static void caricaProprietario(Automobile automobile)
           
static void doDelete(Automobile automobile)
           
static void doInsert(Automobile automobile)
           
static java.util.Collection doSelectElencoProprietariEAutomobili()
           
static Automobile doSelectTarga(java.lang.String targa)
           
static void doUpdate(Automobile automobile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOAutomobile

public DAOAutomobile()
Method Detail

doSelectTarga

public static Automobile doSelectTarga(java.lang.String targa)
                                throws DAOException
Throws:
DAOException

doInsert

public static void doInsert(Automobile automobile)
                     throws DAOException
Throws:
DAOException

doUpdate

public static void doUpdate(Automobile automobile)
                     throws DAOException
Throws:
DAOException

doDelete

public static void doDelete(Automobile automobile)
                     throws DAOException
Throws:
DAOException

caricaProprietario

public static void caricaProprietario(Automobile automobile)
                               throws DAOException
Throws:
DAOException

doSelectElencoProprietariEAutomobili

public static java.util.Collection doSelectElencoProprietariEAutomobili()
                                                                 throws DAOException
Throws:
DAOException