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