Class GruppoDAO

java.lang.Object
CallCenterManagement.Dao.GruppoDAO

public class GruppoDAO
extends java.lang.Object
Implementazione DAO Gruppo

Connessione e implementazione della Base di dati con Gruppo


  • readGruppo()
  • restoreGruppo()
  • craeteGruppo()
  • deleteGruppo()
  • updateGruppo()
  • Constructor Summary

    Constructors 
    Constructor Description
    GruppoDAO()  
  • Method Summary

    Modifier and Type Method Description
    static void createGruppo​(Gruppo g)  
    void deleteGruppo​(Gruppo g)  
    static Gruppo restoreGruppo​(java.sql.ResultSet rs)  
    void updateGruppo​(Gruppo g)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • createGruppo

      public static void createGruppo​(Gruppo g) throws java.sql.SQLException
      Parameters:
      Gruppo - da aggiungere nel DB
      Throws:
      java.sql.SQLException
    • restoreGruppo

      public static Gruppo restoreGruppo​(java.sql.ResultSet rs) throws java.sql.SQLException
      Parameters:
      ResultSet - della lettura dal Db del Gruppo
      Returns:
      Agente di Vendita creato nel programma
      Throws:
      java.sql.SQLException
    • updateGruppo

      public void updateGruppo​(Gruppo g) throws java.sql.SQLException
      Parameters:
      Dati - del Gruppo da modificare nel DB
      Throws:
      java.sql.SQLException
    • deleteGruppo

      public void deleteGruppo​(Gruppo g) throws java.sql.SQLException
      Parameters:
      ID - del Gruppo da eliminare dal DB
      Throws:
      java.sql.SQLException