Uses of Class
com.modulink.Model.Relazioni.Assegnazione.AssegnazioneEntity
Packages that use AssegnazioneEntity
-
Uses of AssegnazioneEntity in com.modulink.Model.Relazioni.Assegnazione
Subinterfaces with type arguments of type AssegnazioneEntity in com.modulink.Model.Relazioni.AssegnazioneModifier and TypeInterfaceDescriptioninterfaceRepository JPA per la gestione delle operazioni CRUD e delle query personalizzate sull'entitÃAssegnazioneEntity.Methods in com.modulink.Model.Relazioni.Assegnazione that return types with arguments of type AssegnazioneEntityModifier and TypeMethodDescriptionAssegnazioneRepository.findByUtente(UtenteEntity utente) Trova tutte le assegnazioni associate a uno specifico utente. -
Uses of AssegnazioneEntity in com.modulink.Model.Task
Fields in com.modulink.Model.Task with type parameters of type AssegnazioneEntityModifier and TypeFieldDescriptionprivate List<AssegnazioneEntity> TaskEntity.assegnazioniLista delle assegnazioni associate a questo task.Methods in com.modulink.Model.Task that return types with arguments of type AssegnazioneEntityModifier and TypeMethodDescriptionTaskEntity.getAssegnazioni()Restituisce la lista delle assegnazioni per questo task.Method parameters in com.modulink.Model.Task with type arguments of type AssegnazioneEntityModifier and TypeMethodDescriptionvoidTaskEntity.setAssegnazioni(List<AssegnazioneEntity> assegnazioni) Imposta la lista delle assegnazioni per questo task.voidTaskService.update(int taskId, TaskEntity updateData, List<AssegnazioneEntity> newAssignments) Aggiorna un task esistente e le relative assegnazioni.