Class GruppoCentralinistaDAO

java.lang.Object
CallCenterManagement.Dao.GruppoCentralinistaDAO

public class GruppoCentralinistaDAO
extends java.lang.Object
Implementazione DAO GruppoCentralinista

Connessione e implementazione della Base di dati con GruppoCentralinista


  • updateCentralinista()
  • updateGruppo()
  • Constructor Summary

    Constructors 
    Constructor Description
    GruppoCentralinistaDAO()  
  • Method Summary

    Modifier and Type Method Description
    void updateCentralinista​(Centralinista c)  
    void updateGruppo​(Gruppo g)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • updateCentralinista

      public void updateCentralinista​(Centralinista c) throws java.sql.SQLException
      Parameters:
      Centralinista - da modificare in GruppoCentralinista del DB
      Throws:
      java.sql.SQLException
    • updateGruppo

      public void updateGruppo​(Gruppo g) throws java.sql.SQLException
      Parameters:
      Gruppo - da modificare in GruppoCentralinista nel DB
      Throws:
      java.sql.SQLException