Uses of Class
com.modulink.Model.Relazioni.Pertinenza.PertinenzaEntity
Packages that use PertinenzaEntity
Package
Description
-
Uses of PertinenzaEntity in com.modulink.Model.Modulo
Fields in com.modulink.Model.Modulo with type parameters of type PertinenzaEntityModifier and TypeFieldDescriptionprivate Set<PertinenzaEntity> ModuloEntity.affiliazioniInsieme delle relazioni di pertinenza che legano il modulo alle aziende.Methods in com.modulink.Model.Modulo that return types with arguments of type PertinenzaEntityModifier and TypeMethodDescriptionModuloEntity.getAffiliazioni()Recupera le affiliazioni (pertinenze) associate.Method parameters in com.modulink.Model.Modulo with type arguments of type PertinenzaEntityModifier and TypeMethodDescriptionvoidModuloEntity.setAffiliazioni(Set<PertinenzaEntity> affiliazioni) Imposta le affiliazioni. -
Uses of PertinenzaEntity in com.modulink.Model.Relazioni.Pertinenza
Subinterfaces with type arguments of type PertinenzaEntity in com.modulink.Model.Relazioni.PertinenzaModifier and TypeInterfaceDescriptioninterfaceRepository JPA per gestire i permessi di accesso (Pertinenze).Methods in com.modulink.Model.Relazioni.Pertinenza that return types with arguments of type PertinenzaEntityModifier and TypeMethodDescriptionPertinenzaRepository.findAllByAttivazione(AttivazioneEntity attivazione) Recupera tutte le pertinenze legate a una specifica attivazione di un modulo.PertinenzaService.findAllByAttivazione(AttivazioneEntity attivazione) Recupera tutte le pertinenze associate a una specifica attivazione. -
Uses of PertinenzaEntity in com.modulink.Model.Ruolo
Fields in com.modulink.Model.Ruolo with type parameters of type PertinenzaEntityModifier and TypeFieldDescriptionprivate Set<PertinenzaEntity> RuoloEntity.affiliazioniInsieme delle affiliazioni o pertinenze ai Moduli.Methods in com.modulink.Model.Ruolo that return types with arguments of type PertinenzaEntityModifier and TypeMethodDescriptionRuoloEntity.getAffiliazioni()Recupera le affiliazioni ai moduli.Method parameters in com.modulink.Model.Ruolo with type arguments of type PertinenzaEntityModifier and TypeMethodDescriptionvoidRuoloEntity.setAffiliazioni(Set<PertinenzaEntity> affiliazioni) Imposta le affiliazioni ai moduli.