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 AppuntamentoGestioneAppuntamento. ricercaAppuntamento(int ID)AppuntamentoGestioneCallCenterEIS. ricercaAppuntamento(int ID)AppuntamentoGestioneCallCenterEIS. visualizzaAppuntamento(int ID)AppuntamentoResocontoAppuntamento. visualizzaAppuntamento(int ID)Methods in CallCenterManagement.Controller with parameters of type Appuntamento Modifier and Type Method Description voidGestioneAppuntamento. creaAppuntamento(Appuntamento a)voidGestioneCallCenterEIS. creaAppuntamento(Appuntamento a)voidGestioneAppuntamento. modificaAppuntamento(Appuntamento a)voidGestioneCallCenterEIS. modificaAppuntamento(Appuntamento a)voidGestioneAppuntamento. modificaNota(Appuntamento a)voidGestioneCallCenterEIS. modificaNota(Appuntamento a)voidGestioneCallCenterEIS. rifiutaAppuntamento(Appuntamento a)voidResocontoAppuntamento. rifiutaAppuntamento(Appuntamento a)voidGestioneAppuntamento. rimuoveAppuntamento(Appuntamento a)voidGestioneCallCenterEIS. rimuoveAppuntamento(Appuntamento a) -
Uses of Appuntamento in CallCenterManagement.Controller.Impl
Methods in CallCenterManagement.Controller.Impl that return Appuntamento Modifier and Type Method Description AppuntamentoGestioneAppuntamentoImpl. ricercaAppuntamento(int ID)AppuntamentoResocontoAppuntamentoImpl. visualizzaAppuntamento(int ID)Methods in CallCenterManagement.Controller.Impl with parameters of type Appuntamento Modifier and Type Method Description voidGestioneAppuntamentoImpl. creaAppuntamento(Appuntamento a)voidGestioneAppuntamentoImpl. modificaAppuntamento(Appuntamento a)voidGestioneAppuntamentoImpl. modificaNota(Appuntamento a)voidResocontoAppuntamentoImpl. rifiutaAppuntamento(Appuntamento a)voidGestioneAppuntamentoImpl. rimuoveAppuntamento(Appuntamento a) -
Uses of Appuntamento in CallCenterManagement.Dao
Methods in CallCenterManagement.Dao that return Appuntamento Modifier and Type Method Description static AppuntamentoAppuntamentoDAO. readAppuntamento(int ID)static AppuntamentoAppuntamentoDAO. restoreAppuntamento(java.sql.ResultSet rs)Methods in CallCenterManagement.Dao with parameters of type Appuntamento Modifier and Type Method Description static voidAppuntamentoDAO. createAppuntamento(Appuntamento a)static voidAppuntamentoDAO. deleteAppuntamento(Appuntamento a)static voidAppuntamentoDAO. updateAppuntamento(Appuntamento a) -
Uses of Appuntamento in CallCenterManagement.Entity
Methods in CallCenterManagement.Entity with parameters of type Appuntamento Modifier and Type Method Description voidAppuntamento. print(Appuntamento a)Constructors in CallCenterManagement.Entity with parameters of type Appuntamento Constructor Description Appuntamento(Appuntamento a)Costruttore di copia dell'Appuntamento