Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- task - Variable in class com.modulink.Model.Relazioni.Assegnazione.AssegnazioneEntity
-
Riferimento all'entità
TaskEntityassociata a questa assegnazione. - TaskEntity - Class in com.modulink.Model.Task
-
Rappresenta l'entità di un Task all'interno del sistema ModuLink.
- TaskEntity() - Constructor for class com.modulink.Model.Task.TaskEntity
-
Costruttore vuoto richiesto da JPA.
- TaskEntity(AziendaEntity, UtenteEntity, String, int, LocalDate, LocalDate, LocalDate) - Constructor for class com.modulink.Model.Task.TaskEntity
-
Costruisce un nuovo TaskEntity con i dettagli specificati.
- TaskEntityCase - Class in com.modulink.model
- TaskEntityCase() - Constructor for class com.modulink.model.TaskEntityCase
- TaskID - Class in com.modulink.Model.Task
-
Classe che rappresenta la chiave primaria composta per l'entità
TaskEntity. - TaskID() - Constructor for class com.modulink.Model.Task.TaskID
-
Costruttore vuoto di default.
- TaskID(int, int) - Constructor for class com.modulink.Model.Task.TaskID
-
Costruisce un'istanza della chiave composta con gli ID specificati.
- taskRepository - Variable in class com.modulink.Model.Task.TaskService
- TaskRepository - Interface in com.modulink.Model.Task
-
Repository JPA per la gestione dell'entità
TaskEntity. - taskService - Variable in class com.modulink.Controller.UserModules.GTM.GTMController
- taskService - Variable in class com.modulink.DatabasePopulator.DataInitializerService
- taskService - Variable in class com.modulink.service.UserModules.GDE.GDEControllerTest
- taskService - Variable in class com.modulink.service.UserModules.GTM.GTMControllerTest
- TaskService - Class in com.modulink.Model.Task
-
Service per la gestione della logica di business relativa ai Task.
- TaskService(TaskRepository, AssegnazioneService) - Constructor for class com.modulink.Model.Task.TaskService
-
Costruttore per l'iniezione delle dipendenze.
- TC1_GDE1_NomeVuoto() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC1_GDE1: Verifica che la creazione di un evento fallisca se il nome è vuoto.
- TC1_GDM1_NomeVuoto() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC1_GDM1: Verifica che la creazione di un prodotto fallisca se il nome è vuoto.
- TC1_GTM1_TitoloVuoto() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC1_GTM1: Verifica che la creazione di una task fallisca se il titolo è vuoto.
- TC10_GDE1_MistoConLuogoNoFine() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC10_GDE1: Verifica che la creazione di un evento abbia successo con luogo ma senza data fine.
- TC10_GDM1_CategoriaLunga() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC10_GDM1: Verifica che la creazione di un prodotto fallisca se la categoria supera 255 caratteri.
- TC11_GDE1_MistoNoLuogoConFine() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC11_GDE1: Verifica che la creazione di un evento abbia successo senza luogo ma con data fine.
- TC11_GDM1_ProdottoValido() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC11_GDM1: Verifica che la creazione di un prodotto vada a buon fine con dati validi.
- TC2_GDE1_NomeCorto() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC2_GDE1: Verifica che la creazione di un evento fallisca se il nome è minore di 2 caratteri.
- TC2_GDM1_NomeCorto() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC2_GDM1: Verifica che la creazione di un prodotto fallisca se il nome è minore di 2 caratteri.
- TC2_GTM1_TitoloCorto() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC2_GTM1: Verifica che la creazione di una task fallisca se il titolo è minore di 2 caratteri.
- TC3_GDE1_NomeLungo() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC3_GDE1: Verifica che la creazione di un evento fallisca se il nome supera 200 caratteri.
- TC3_GDM1_NomeLungo() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC3_GDM1: Verifica che la creazione di un prodotto fallisca se il nome supera 50 caratteri.
- TC3_GTM1_TitoloLungo() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC3_GTM1: Verifica che la creazione di una task fallisca se il titolo supera 150 caratteri.
- TC4_GDE1_LuogoLungo() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC4_GDE1: Verifica che la creazione di un evento fallisca se il luogo supera 200 caratteri.
- TC4_GDM1_QuantitaNegativa() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC4_GDM1: Verifica che la creazione di un prodotto fallisca se la quantità è negativa.
- TC4_GTM1_PrioritaInvalida() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC4_GTM1: Verifica che la creazione di una task fallisca se la priorità è minore di 0.
- TC5_GDE1_DataInizioVuota() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC5_GDE1: Verifica che la creazione di un evento fallisca se la data di inizio è vuota.
- TC5_GDM1_QuantitaVuota() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC5_GDM1: Verifica che la creazione di un prodotto fallisca se la quantità è vuota.
- TC5_GTM1_PrioritaAlta() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC5_GTM1: Verifica che la creazione di una task fallisca se la priorità è maggiore di 5.
- TC6_GDE1_DataInizioAntecedenteLimite() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC6_GDE1: Verifica che la creazione di un evento fallisca se la data di inizio è antecedente alla data limite (1970-01-01).
- TC6_GDM1_QuantitaFormatoNonValido() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC6_GDM1: Verifica che la creazione di un prodotto fallisca se la quantità ha un formato non valido.
- TC6_GTM1_ScadenzaAntecedente() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC6_GTM1: Verifica che la creazione di una task fallisca se la scadenza è antecedente alla data di creazione.
- TC7_GDE1_DataFineAntecedenteInizio() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC7_GDE1: Verifica che la creazione di un evento fallisca se la data di fine è antecedente alla data di inizio.
- TC7_GDM1_PrezzoNegativo() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC7_GDM1: Verifica che la creazione di un prodotto fallisca se il prezzo è negativo.
- TC7_GTM1_UtenteAssegnatoNonEsiste() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC7_GTM1: Verifica che la creazione di una task fallisca se l'utente assegnato non esiste.
- TC8_GDE1_EventoCompleto() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC8_GDE1: Verifica che la creazione di un evento abbia successo con tutti i campi validi.
- TC8_GDM1_PrezzoFormatoNonValido() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC8_GDM1: Verifica che la creazione di un prodotto fallisca se il prezzo ha un formato non valido.
- TC8_GTM1_CreazioneSuccessoConScadenza() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC8_GTM1: Verifica la creazione con successo di una task con scadenza.
- TC9_GDE1_EventoMinimo() - Method in class com.modulink.service.UserModules.GDE.GDEControllerTest
-
Test Case TC9_GDE1: Verifica che la creazione di un evento abbia successo senza luogo e senza data fine.
- TC9_GDM1_DescrizioneLunga() - Method in class com.modulink.service.UserModules.GDM.GDMControllerTest
-
Test Case TC9_GDM1: Verifica che la creazione di un prodotto fallisca se la descrizione supera 255 caratteri.
- TC9_GTM1_CreazioneSuccessoSenzaScadenza() - Method in class com.modulink.service.UserModules.GTM.GTMControllerTest
-
Test Case TC9_GTM1: Verifica la creazione con successo di una task senza scadenza.
- teardown() - Method in class com.modulink.security.isAccessibleModuloTest
- telefono - Variable in class com.modulink.Controller.EditUser.EditUserForm
-
Numero di telefono.
- telefono - Variable in class com.modulink.Controller.Register.RegisterAziendaForm
-
Numero di telefono aziendale.
- telefono - Variable in class com.modulink.Controller.UserModules.GDR.EditAziendaForm
-
Numero di telefono aziendale.
- telefono - Variable in class com.modulink.Controller.UserModules.GDU.EditUserForm
-
Numero di telefono.
- telefono - Variable in class com.modulink.Controller.UserModules.GDU.NewUserForm
-
Numero di telefono (formato internazionale).
- telefono - Variable in class com.modulink.Model.Azienda.AziendaEntity
-
Recapito telefonico principale per comunicazioni amministrative.
- telefono - Variable in class com.modulink.Model.Utente.UtenteEntity
-
Numero di telefono dell'utente.
- telefonoutente - Variable in class com.modulink.Controller.Register.RegisterResponsabileForm
-
Numero di telefono del responsabile.
- termini(Model, Principal) - Method in class com.modulink.Controller.HomePage.HomeController
-
Visualizza la pagina dei Termini e Condizioni.
- testConfirmNewPasswordMismatch() - Method in class com.modulink.controller.Login.LoginControllerTest
- testConfirmNewPasswordSameAsOld() - Method in class com.modulink.controller.Login.LoginControllerTest
- testConfirmNewPasswordSuccess() - Method in class com.modulink.controller.Login.LoginControllerTest
- testConstructor() - Method in class com.modulink.util.AlertTest
- TestConstructor() - Method in class com.modulink.model.GDUEditUserFormCase
- TestConstructor() - Method in class com.modulink.model.GTMMessageCase
- TestConstructor() - Method in class com.modulink.model.NewProdottoFormCase
- TestConstructor() - Method in class com.modulink.model.NewRoleFormCase
- TestConstructor() - Method in class com.modulink.model.NewsFormCase
- TestConstructor() - Method in class com.modulink.model.NewUserFormCase
- TestConstructor() - Method in class com.modulink.model.SupportFormCase
- TestConstructor() - Method in class com.modulink.model.UpdateProdottoFormCase
- testError() - Method in class com.modulink.util.AlertTest
- testForgotPasswordGetUnauthenticated() - Method in class com.modulink.controller.Login.LoginControllerTest
- testForgotPasswordPostEmailNotFound() - Method in class com.modulink.controller.Login.LoginControllerTest
- testForgotPasswordPostInvalidEmailFormat() - Method in class com.modulink.controller.Login.LoginControllerTest
- testForgotPasswordPostValidEmail() - Method in class com.modulink.controller.Login.LoginControllerTest
- testGenerateOTP() - Method in class com.modulink.util.OTPTest
- TestGetterAndSetter() - Method in class com.modulink.model.ConfirmPasswordFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.EditAziendaFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.EditUserFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.GDUEditUserFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.GTMEditFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.GTMFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.GTMMessageCase
- TestGetterAndSetter() - Method in class com.modulink.model.NewProdottoFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.NewRoleFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.NewsFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.NewUserFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.RegisterAziendaFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.RegisterResponsabileFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.SupportFormCase
- TestGetterAndSetter() - Method in class com.modulink.model.UpdateProdottoFormCase
- testGetterSetterAziendaEntity() - Method in class com.modulink.model.AziendaEntityCase
- testGetterSetterEventoEntity() - Method in class com.modulink.model.EventoEntityCase
- testGetterSetterNewsEntity() - Method in class com.modulink.model.NewsEntityCase
- testGetterSetterProdottoEntity() - Method in class com.modulink.model.ProdottoEntityCase
- testGetterSetterRuoloEntity() - Method in class com.modulink.model.RuoloEntityCase
- testGetterSetterSupportFormEntity() - Method in class com.modulink.model.SupportFormEntityCase
- testGetterSetterTaskEntity() - Method in class com.modulink.model.TaskEntityCase
- testGetterSetterUtenteEntity() - Method in class com.modulink.model.UtenteEntityCase
- testLoginAuthenticated() - Method in class com.modulink.controller.Login.LoginControllerTest
- testLoginUnauthenticated() - Method in class com.modulink.controller.Login.LoginControllerTest
- testo - Variable in class com.modulink.Controller.AdminModules.News.NewsForm
-
Contenuto testuale della notizia.
- testo - Variable in class com.modulink.Model.News.NewsEntity
-
Il corpo testuale completo della notizia.
- TestRecord() - Method in class com.modulink.model.CreateEventoRequestCase
- TestRecord() - Method in class com.modulink.model.DeleteEventoRequestCase
- TestRecord() - Method in class com.modulink.model.EventoDTOCase
- TestRecord() - Method in class com.modulink.model.UpdateEventoRequestCase
- TestRecord() - Method in class com.modulink.model.UserBasicInfoCase
- TestRecord() - Method in class com.modulink.model.UserDTOCase
- testRegenerateOTP() - Method in class com.modulink.util.OTPTest
- testRemoveOTP() - Method in class com.modulink.util.OTPTest
- testResendOtp() - Method in class com.modulink.controller.Login.LoginControllerTest
- testSpecialCharacters() - Method in class com.modulink.util.AlertTest
- testSuccess() - Method in class com.modulink.util.AlertTest
- testTC1_GDU1_NomeVuoto() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC1_GDU1: Verifica che la registrazione fallisca se il nome è vuoto.
- testTC10_GDU1_EmailGiaEsistente() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC10_GDU1: Verifica che la registrazione fallisca se l'email esiste già.
- testTC11_GDU1_EmailFormatoNonValido() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC11_GDU1: Verifica che la registrazione fallisca se il formato dell'email non è valido.
- testTC12_GDU1_TelefonoFormatoNonValido() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC12_GDU1: Verifica che la registrazione fallisca se il formato del telefono non è valido.
- testTC13_GDU1_PasswordVuota() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC13_GDU1: Verifica che la registrazione fallisca se la password è vuota.
- testTC14_GDU1_PasswordTroppoCorta() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC14_GDU1: Verifica che la registrazione fallisca se la password è troppo corta.
- testTC15_GDU1_PasswordTroppoLunga() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC15_GDU1: Verifica che la registrazione fallisca se la password è troppo lunga.
- testTC16_GDU1_ConfermaPasswordVuota() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC16_GDU1: Verifica che la registrazione fallisca se la conferma password è vuota.
- testTC17_GDU1_ConfermaPasswordTroppoCorta() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC17_GDU1: Verifica che la registrazione fallisca se la conferma password è troppo corta.
- testTC18_GDU1_ConfermaPasswordTroppoLunga() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC18_GDU1: Verifica che la registrazione fallisca se la conferma password è troppo lunga.
- testTC19_GDU1_PasswordNonCoincidono() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC19_GDU1: Verifica che la registrazione fallisca se le password non coincidono.
- testTC2_GDU1_NomeTroppoCorto() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC2_GDU1: Verifica che la registrazione fallisca se il nome è troppo corto.
- testTC20_GDU1_FileNonImmagine() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC20_GDU1: Verifica che la registrazione fallisca se il file caricato non è un'immagine.
- testTC21_GDU1_FileTroppoGrande() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC21_GDU1: Verifica che la registrazione fallisca se l'immagine supera i 12MB.
- testTC22_GDU1_RegistrazioneSuccesso() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC22_GDU1: Verifica che la registrazione avvenga con successo con dati validi.
- testTC3_GDU1_NomeTroppoLungo() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC3_GDU1: Verifica che la registrazione fallisca se il nome è troppo lungo.
- testTC4_GDU1_CognomeVuoto() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC4_GDU1: Verifica che la registrazione fallisca se il cognome è vuoto.
- testTC5_GDU1_CognomeTroppoCorto() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC5_GDU1: Verifica che la registrazione fallisca se il cognome è troppo corto.
- testTC6_GDU1_CognomeTroppoLungo() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC6_GDU1: Verifica che la registrazione fallisca se il cognome è troppo lungo.
- testTC7_GDU1_EmailVuota() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC7_GDU1: Verifica che la registrazione fallisca se l'email è vuota.
- testTC8_GDU1_EmailTroppoCorta() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC8_GDU1: Verifica che la registrazione fallisca se l'email è troppo corta.
- testTC9_GDU1_EmailTroppoLunga() - Method in class com.modulink.service.Register.RegisterControllerTest
-
Test Case TC9_GDU1: Verifica che la registrazione fallisca se l'email è troppo lunga.
- TestToString() - Method in class com.modulink.model.GTMMessageCase
- testUserLoginAndModulesAccessibility() - Method in class com.modulink.security.isAccessibleModuloTest
- testUtente - Variable in class com.modulink.service.UserModules.GDE.GDEControllerTest
- testUtente - Variable in class com.modulink.service.UserModules.GDM.GDMControllerTest
- testUtente - Variable in class com.modulink.service.UserModules.GTM.GTMControllerTest
- titolo - Variable in class com.modulink.Controller.AdminModules.News.NewsForm
-
Titolo della notizia.
- titolo - Variable in class com.modulink.Controller.UserModules.GTM.GTMEditForm
-
Titolo descrittivo del task.
- titolo - Variable in class com.modulink.Controller.UserModules.GTM.GTMForm
-
Titolo del task.
- titolo - Variable in class com.modulink.Model.News.NewsEntity
-
Il titolo o l'intestazione della notizia.
- titolo - Variable in class com.modulink.Model.Task.TaskEntity
-
Il titolo o la descrizione breve del task.
- toString() - Method in record class com.modulink.Controller.UserModules.GDE.EventoController.CreateEventoRequest
-
Returns a string representation of this record class.
- toString() - Method in record class com.modulink.Controller.UserModules.GDE.EventoController.DeleteEventoRequest
-
Returns a string representation of this record class.
- toString() - Method in record class com.modulink.Controller.UserModules.GDE.EventoController.EventoDTO
-
Returns a string representation of this record class.
- toString() - Method in record class com.modulink.Controller.UserModules.GDE.EventoController.UpdateEventoRequest
-
Returns a string representation of this record class.
- toString() - Method in record class com.modulink.Controller.UserModules.GDU.UserRestApi.UserBasicInfo
-
Returns a string representation of this record class.
- toString() - Method in record class com.modulink.Controller.UserModules.GDU.UserRestApi.UserDTO
-
Returns a string representation of this record class.
- toString() - Method in class com.modulink.Controller.UserModules.GTM.GTMMessage
-
Rappresentazione stringa dell'oggetto.
- toString() - Method in class com.modulink.Model.Modulo.ModuloEntity
-
Rappresentazione stringa dell'oggetto per debug.
- toString() - Method in class com.modulink.Model.Relazioni.Partecipazione.PartecipazioneID
-
Rappresentazione stringa dell'oggetto.
- toString() - Method in class com.modulink.Model.Task.TaskEntity
-
Restituisce una rappresentazione in formato stringa dell'oggetto TaskEntity.
- type - Variable in class com.modulink.Controller.UserModules.GTM.GTMMessage
-
Tipo di assegnatario: "utente" o "ruolo".
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form