Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


2. FAMILIE MODULE (UI prompt)



Module Entities (10)

EntityAliasModuleGlobal Schema
(1) FamilieFamilieFamilieModuleJugendamt
(2) FamilienmitgliedschaftFamilienmitgliedschaftHilfeplanModuleJugendamt
(3) HilfeplanHilfeplanHilfeplanModuleJugendamt
(4) InobhutnahmeFallInobhutnahmeFallFreierTraegerModuleJugendamt
(5) JugendamtJugendamtJugendamtModuleJugendamt
(6) KindeswohlgefaehrdungsHinweisKindeswohlgefaehrdungsHinweisKindeswohlgefaehrdungsHinweisModuleJugendamt
(7) LeistungsartLeistungsartLeistungsartModuleJugendamt
(8) LeistungsfallLeistungsfallFamilieModuleJugendamt
(9) PersonPersonPersonModuleJugendamt
(10) UnterhaltsfallUnterhaltsfallFamilieModuleJugendamt

Module Interfaces (24)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /familie/{id}findFamilieById(id)FamilieModuleGETFamilie
(2) /unterhaltsfall/{id}findUnterhaltsfallById(id)FamilieModuleGETUnterhaltsfall
(3) /unterhaltsfallinsertUnterhaltsfall(unterhaltsfall)FamilieModulePOSTUnterhaltsfall
(4) /leistungsfall/{id}deleteLeistungsfallById(id)FamilieModuleDELETELeistungsfall
(5) /leistungsfall/jugendamt/{id}findAllLeistungsfallOfJugendamt(id)FamilieModuleGETJugendamt Leistungsfall
(6) /leistungsfall/leistungsart/{id}findAllLeistungsfallOfLeistungsart(id)FamilieModuleGETLeistungsart Leistungsfall
(7) /leistungsfall/familie/{id}findAllLeistungsfallOfFamilie(id)FamilieModuleGETFamilie Leistungsfall
(8) /unterhaltsfall/{id}deleteUnterhaltsfallById(id)FamilieModuleDELETEUnterhaltsfall
(9) /leistungsfall/kind/{id}findAllLeistungsfallOfKind(id)FamilieModuleGETPerson Leistungsfall
(10) /familie/{id}deleteFamilieById(id)FamilieModuleDELETEFamilie
(11) /unterhaltsfall/kind/{id}findAllUnterhaltsfallOfKind(id)FamilieModuleGETPerson Unterhaltsfall
(12) /leistungsfall/{id}findLeistungsfallById(id)FamilieModuleGETLeistungsfall
(13) /leistungsfall/{id}updateLeistungsfallById(leistungsfall)FamilieModulePUTLeistungsfall
(14) /unterhaltsfall/unterhaltspflichtigeperson/{id}findAllUnterhaltsfallOfUnterhaltspflichtigePerson(id)FamilieModuleGETPerson Unterhaltsfall
(15) /unterhaltsfall/jugendamt/{id}findAllUnterhaltsfallOfJugendamt(id)FamilieModuleGETJugendamt Unterhaltsfall
(16) /leistungsfall/antragsteller/{id}findAllLeistungsfallOfAntragsteller(id)FamilieModuleGETPerson Leistungsfall
(17) /unterhaltsfallfindAllUnterhaltsfall()FamilieModuleGETUnterhaltsfall
(18) /leistungsfallfindAllLeistungsfall()FamilieModuleGETLeistungsfall
(19) /familie/{id}updateFamilieById(familie)FamilieModulePUTFamilie
(20) /leistungsfallinsertLeistungsfall(leistungsfall)FamilieModulePOSTLeistungsfall
(21) /familieinsertFamilie(familie)FamilieModulePOSTFamilie
(22) /unterhaltsfall/{id}updateUnterhaltsfallById(unterhaltsfall)FamilieModulePUTUnterhaltsfall
(23) /leistungsfall/jugendlicher/{id}findAllLeistungsfallOfJugendlicher(id)FamilieModuleGETPerson Leistungsfall
(24) /familiefindAllFamilie()FamilieModuleGETFamilie






2.1 FAMILIE


FamilieFamilieModuleJugendamt

Properties (4)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGFamilie
(2) BundeslandSTRINGFamilie
(3) NameSTRINGFamilie
(4) WohnortSTRINGFamilie





2.2 LEISTUNGSFALL


LeistungsfallFamilieModuleJugendamt

Properties (11)

PropertyTypeEntityReferenceModule
(1) AntragstellerLONGLeistungsfallPersonPersonModule
(2) BeginnDATELeistungsfall
(3) EndeDATELeistungsfall
(4) FamilieLONGLeistungsfallFamilieFamilieModule
(5) HilfeplanErforderlichBOOLLeistungsfall
(6) JugendamtLONGLeistungsfallJugendamtJugendamtModule
(7) JugendlicherLONGLeistungsfallPersonPersonModule
(8) KindLONGLeistungsfallPersonPersonModule
(9) LeistungsartLONGLeistungsfallLeistungsartLeistungsartModule
(10) RechtsgrundlageParagrafSTRINGLeistungsfall
(11) StatusSTRINGLeistungsfall





2.3 UNTERHALTSFALL


UnterhaltsfallFamilieModuleJugendamt

Properties (7)

PropertyTypeEntityReferenceModule
(1) BeginnDATEUnterhaltsfall
(2) BeschreibungSTRINGUnterhaltsfall
(3) EndeDATEUnterhaltsfall
(4) JugendamtLONGUnterhaltsfallJugendamtJugendamtModule
(5) KindLONGUnterhaltsfallPersonPersonModule
(6) StatusSTRINGUnterhaltsfall
(7) UnterhaltspflichtigePersonLONGUnterhaltsfallPersonPersonModule





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum