generazione applicazione e entita
This commit is contained in:
49
.jhipster/AuditLog.json
Normal file
49
.jhipster/AuditLog.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161121"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "entitaTipo",
|
||||
"fieldType": "TipoEntita",
|
||||
"fieldValues": "PRENOTAZIONE,CONFERMA"
|
||||
},
|
||||
{
|
||||
"fieldName": "entitaId",
|
||||
"fieldType": "Long"
|
||||
},
|
||||
{
|
||||
"fieldName": "azione",
|
||||
"fieldType": "AzioneAudit",
|
||||
"fieldValues": "CREATE,UPDATE,DELETE,CONFIRM,REJECT"
|
||||
},
|
||||
{
|
||||
"fieldName": "dettagli",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "ipAddress",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "createdAt",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"jpaMetamodelFiltering": true,
|
||||
"name": "AuditLog",
|
||||
"pagination": "pagination",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"relationshipName": "utente",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
39
.jhipster/Conferma.json
Normal file
39
.jhipster/Conferma.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161125"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "motivoConferma",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "tipoConferma",
|
||||
"fieldType": "TipoConferma",
|
||||
"fieldValues": "CONFERMATA,RIFIUTATA"
|
||||
}
|
||||
],
|
||||
"jpaMetamodelFiltering": true,
|
||||
"name": "Conferma",
|
||||
"pagination": "pagination",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"relationshipName": "confermataDa",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityName": "prenotazione",
|
||||
"otherEntityRelationshipName": "conferma",
|
||||
"relationshipName": "prenotazione",
|
||||
"relationshipSide": "right",
|
||||
"relationshipType": "one-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
57
.jhipster/Disponibilita.json
Normal file
57
.jhipster/Disponibilita.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161122"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "giornoSettimana",
|
||||
"fieldType": "GiornoSettimana",
|
||||
"fieldValues": "LUNEDI,MARTEDI,MERCOLEDI,GIOVEDI,VENERDI,SABATO,DOMENICA"
|
||||
},
|
||||
{
|
||||
"fieldName": "dataSpecifica",
|
||||
"fieldType": "LocalDate"
|
||||
},
|
||||
{
|
||||
"fieldName": "oraInizio",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "oraFine",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "orarioInizio",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "orarioFine",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "tipo",
|
||||
"fieldType": "TipoDisponibilita",
|
||||
"fieldValues": "DISPONIBILE,CHIUSURA"
|
||||
},
|
||||
{
|
||||
"fieldName": "note",
|
||||
"fieldType": "String"
|
||||
}
|
||||
],
|
||||
"name": "Disponibilita",
|
||||
"pagination": "infinite-scroll",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "nome",
|
||||
"otherEntityName": "struttura",
|
||||
"otherEntityRelationshipName": "disponibilita",
|
||||
"relationshipName": "struttura",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
32
.jhipster/Liberatoria.json
Normal file
32
.jhipster/Liberatoria.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161128"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "accettata",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"name": "Liberatoria",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"otherEntityRelationshipName": "liberatorie",
|
||||
"relationshipName": "utente",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityName": "modelloLiberatoria",
|
||||
"relationshipName": "modelloLiberatoria",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
33
.jhipster/Messaggio.json
Normal file
33
.jhipster/Messaggio.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161130"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "spedito",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "testo",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "letto",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"name": "Messaggio",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"relationshipName": "utente",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
41
.jhipster/ModelloLiberatoria.json
Normal file
41
.jhipster/ModelloLiberatoria.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161129"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "nome",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "testo",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "documento",
|
||||
"fieldType": "Blob"
|
||||
},
|
||||
{
|
||||
"fieldName": "validoDal",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "validoAl",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"name": "ModelloLiberatoria",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityName": "struttura",
|
||||
"otherEntityRelationshipName": "moduliLiberatorie",
|
||||
"relationshipName": "struttura",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
52
.jhipster/Notifica.json
Normal file
52
.jhipster/Notifica.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161123"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "tipoCanale",
|
||||
"fieldType": "TipoCanaleNotifica",
|
||||
"fieldValues": "EMAIL,WHATSAPP,SISTEMA"
|
||||
},
|
||||
{
|
||||
"fieldName": "tipoEvento",
|
||||
"fieldType": "TipoEventoNotifica",
|
||||
"fieldValues": "RICHIESTA_CREATA,PRENOTAZIONE_CONFERMATA,PRENOTAZIONE_RIFIUTATA,REMINDER,ANNULLAMENTO"
|
||||
},
|
||||
{
|
||||
"fieldName": "messaggio",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "inviata",
|
||||
"fieldType": "Boolean"
|
||||
},
|
||||
{
|
||||
"fieldName": "inviataAt",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "errore",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "createdAt",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"jpaMetamodelFiltering": true,
|
||||
"name": "Notifica",
|
||||
"pagination": "pagination",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityName": "conferma",
|
||||
"relationshipName": "conferma",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
62
.jhipster/Prenotazione.json
Normal file
62
.jhipster/Prenotazione.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161124"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "oraInizio",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "oraFine",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "stato",
|
||||
"fieldType": "StatoPrenotazione",
|
||||
"fieldValues": "RICHIESTA,CONFERMATA,RIFIUTATA,ANNULLATA"
|
||||
},
|
||||
{
|
||||
"fieldName": "motivoEvento",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "numeroPartecipanti",
|
||||
"fieldType": "Integer"
|
||||
},
|
||||
{
|
||||
"fieldName": "noteUtente",
|
||||
"fieldType": "String"
|
||||
}
|
||||
],
|
||||
"jpaMetamodelFiltering": true,
|
||||
"name": "Prenotazione",
|
||||
"pagination": "pagination",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityName": "conferma",
|
||||
"otherEntityRelationshipName": "prenotazione",
|
||||
"relationshipName": "conferma",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "one-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityField": "username",
|
||||
"otherEntityName": "utenteApp",
|
||||
"relationshipName": "utente",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityField": "nome",
|
||||
"otherEntityName": "struttura",
|
||||
"relationshipName": "struttura",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
62
.jhipster/Struttura.json
Normal file
62
.jhipster/Struttura.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161126"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "nome",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "descrizione",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "indirizzo",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "capienzaMax",
|
||||
"fieldType": "Integer"
|
||||
},
|
||||
{
|
||||
"fieldName": "attiva",
|
||||
"fieldType": "Boolean"
|
||||
},
|
||||
{
|
||||
"fieldName": "fotoUrl",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "createdAt",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "updatedAt",
|
||||
"fieldType": "Instant"
|
||||
}
|
||||
],
|
||||
"jpaMetamodelFiltering": true,
|
||||
"name": "Struttura",
|
||||
"pagination": "pagination",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityName": "disponibilita",
|
||||
"otherEntityRelationshipName": "struttura",
|
||||
"relationshipName": "disponibilita",
|
||||
"relationshipSide": "right",
|
||||
"relationshipType": "one-to-many"
|
||||
},
|
||||
{
|
||||
"otherEntityName": "modelloLiberatoria",
|
||||
"otherEntityRelationshipName": "struttura",
|
||||
"relationshipName": "moduliLiberatorie",
|
||||
"relationshipSide": "right",
|
||||
"relationshipType": "one-to-many"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
86
.jhipster/UtenteApp.json
Normal file
86
.jhipster/UtenteApp.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161127"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "username",
|
||||
"fieldType": "String",
|
||||
"fieldValidateRules": ["required", "unique"]
|
||||
},
|
||||
{
|
||||
"fieldName": "email",
|
||||
"fieldType": "String",
|
||||
"fieldValidateRules": ["required"]
|
||||
},
|
||||
{
|
||||
"fieldName": "telefono",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "ruolo",
|
||||
"fieldType": "Ruolo",
|
||||
"fieldValidateRules": ["required"],
|
||||
"fieldValues": "USER,INCARICATO,ADMIN"
|
||||
},
|
||||
{
|
||||
"fieldName": "attivo",
|
||||
"fieldType": "Boolean",
|
||||
"fieldValidateRules": ["required"]
|
||||
},
|
||||
{
|
||||
"fieldName": "nome",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "cognome",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "luogoNascita",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "dataNascita",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "residente",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "societa",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "sede",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "codfiscale",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "telefonoSoc",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "emailSoc",
|
||||
"fieldType": "String"
|
||||
}
|
||||
],
|
||||
"name": "UtenteApp",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityName": "liberatoria",
|
||||
"otherEntityRelationshipName": "utente",
|
||||
"relationshipName": "liberatorie",
|
||||
"relationshipSide": "right",
|
||||
"relationshipType": "one-to-many"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
Reference in New Issue
Block a user