Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LandesverbandView
Please create a React-JS view called "LandesverbandView" for the fields of the Landesverband entity. The LandesverbandView must contain the following fields: - name: Bundesland type: STRING - name: Bundesverband type: Bundesverband - name: Gruendungsdatum type: DATE - name: Name type: STRING The data source for the [Bundesverband] select control should be loaded from the relative URL: "/BundesverbandService/bundesverband" (HTTP-GET) An existing Landesverband entity should be loaded from the relative URL: "/BundesverbandService/landesverband/{id}" (HTTP-GET) If a new Landesverband entity has been created, the new entity should be posted to the relative URL: "/BundesverbandService/landesverband" (HTTP-POST) If an existing Landesverband entity has been updated, the modified entity should be sent to the relative URL: "/BundesverbandService/landesverband/{id}" (HTTP-PUT) If an existing Landesverband entity has to be deleted, the following relative URL should be called: "/BundesverbandService/landesverband/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LokaleTafel columns: - column: VereinsregisterNummer - column: Traegerverein - column: Name - column: AktivFlag - column: Bundesverband - column: Gruendungsdatum - column: Landesverband The table should have the title "LokaleTafels" und the data must be loaded from the server with the following relative URL: "/LokaleTafelService/lokaletafel/landesverband/{id}" Add a HTML table to the view with the following Vorstandsmitglied columns: - column: Nachname - column: Traegerverein - column: Vorname - column: Landesverband - column: Bundesverband - column: Amtsbeginn - column: Funktion - column: Amtsende The table should have the title "Vorstandsmitglieds" und the data must be loaded from the server with the following relative URL: "/TraegervereinService/vorstandsmitglied/landesverband/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum