Uses of Class
CallCenterManagement.Entity.Appuntamento
Package | Description |
---|---|
CallCenterManagement.Controller | |
CallCenterManagement.Controller.Impl | |
CallCenterManagement.Dao | |
CallCenterManagement.Entity |
-
Uses of Appuntamento in CallCenterManagement.Controller
Methods in CallCenterManagement.Controller that return Appuntamento Modifier and Type Method Description Appuntamento
GestioneAppuntamento. ricercaAppuntamento(int ID)
Appuntamento
GestioneCallCenterEIS. ricercaAppuntamento(int ID)
Appuntamento
GestioneCallCenterEIS. visualizzaAppuntamento(int ID)
Appuntamento
ResocontoAppuntamento. visualizzaAppuntamento(int ID)
Methods in CallCenterManagement.Controller with parameters of type Appuntamento Modifier and Type Method Description void
GestioneAppuntamento. creaAppuntamento(Appuntamento a)
void
GestioneCallCenterEIS. creaAppuntamento(Appuntamento a)
void
GestioneAppuntamento. modificaAppuntamento(Appuntamento a)
void
GestioneCallCenterEIS. modificaAppuntamento(Appuntamento a)
void
GestioneAppuntamento. modificaNota(Appuntamento a)
void
GestioneCallCenterEIS. modificaNota(Appuntamento a)
void
GestioneCallCenterEIS. rifiutaAppuntamento(Appuntamento a)
void
ResocontoAppuntamento. rifiutaAppuntamento(Appuntamento a)
void
GestioneAppuntamento. rimuoveAppuntamento(Appuntamento a)
void
GestioneCallCenterEIS. rimuoveAppuntamento(Appuntamento a)
-
Uses of Appuntamento in CallCenterManagement.Controller.Impl
Methods in CallCenterManagement.Controller.Impl that return Appuntamento Modifier and Type Method Description Appuntamento
GestioneAppuntamentoImpl. ricercaAppuntamento(int ID)
Appuntamento
ResocontoAppuntamentoImpl. visualizzaAppuntamento(int ID)
Methods in CallCenterManagement.Controller.Impl with parameters of type Appuntamento Modifier and Type Method Description void
GestioneAppuntamentoImpl. creaAppuntamento(Appuntamento a)
void
GestioneAppuntamentoImpl. modificaAppuntamento(Appuntamento a)
void
GestioneAppuntamentoImpl. modificaNota(Appuntamento a)
void
ResocontoAppuntamentoImpl. rifiutaAppuntamento(Appuntamento a)
void
GestioneAppuntamentoImpl. rimuoveAppuntamento(Appuntamento a)
-
Uses of Appuntamento in CallCenterManagement.Dao
Methods in CallCenterManagement.Dao that return Appuntamento Modifier and Type Method Description static Appuntamento
AppuntamentoDAO. readAppuntamento(int ID)
static Appuntamento
AppuntamentoDAO. restoreAppuntamento(java.sql.ResultSet rs)
Methods in CallCenterManagement.Dao with parameters of type Appuntamento Modifier and Type Method Description static void
AppuntamentoDAO. createAppuntamento(Appuntamento a)
static void
AppuntamentoDAO. deleteAppuntamento(Appuntamento a)
static void
AppuntamentoDAO. updateAppuntamento(Appuntamento a)
-
Uses of Appuntamento in CallCenterManagement.Entity
Methods in CallCenterManagement.Entity with parameters of type Appuntamento Modifier and Type Method Description void
Appuntamento. print(Appuntamento a)
Constructors in CallCenterManagement.Entity with parameters of type Appuntamento Constructor Description Appuntamento(Appuntamento a)
Costruttore di copia dell'Appuntamento