Package CallCenterManagement.Controller
Interface GestioneAppuntamento
- All Known Implementing Classes:
GestioneAppuntamentoImpl
public interface GestioneAppuntamento
Interface class Gestione Appuntamento
-
Method Summary
Modifier and Type Method Description intcercaIDappuntamentofallito(java.lang.String nomeAppuntamentofallito)voidcreaAppuntamento(Appuntamento a)AgentediVenditagetAgentediVendita(int IDAgente)voidmodificaAppuntamento(Appuntamento a)voidmodificaNota(Appuntamento a)AppuntamentoricercaAppuntamento(int ID)voidrimuoveAppuntamento(Appuntamento a)
-
Method Details
-
creaAppuntamento
-
ricercaAppuntamento
-
modificaNota
-
cercaIDappuntamentofallito
int cercaIDappuntamentofallito(java.lang.String nomeAppuntamentofallito) -
getAgentediVendita
-
modificaAppuntamento
-
rimuoveAppuntamento
-