Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetriebView
Please create a React-JS view called "BetriebView" for the fields of the Betrieb entity. The BetriebView must contain the following fields: - name: Betriebstyp type: STRING - name: Mitarbeiteranzahl type: LONG - name: Name type: STRING - name: Standort type: STRING An existing Betrieb entity should be loaded from the relative URL: "/BetriebService/betrieb/{id}" (HTTP-GET) If a new Betrieb entity has been created, the new entity should be posted to the relative URL: "/BetriebService/betrieb" (HTTP-POST) If an existing Betrieb entity has been updated, the modified entity should be sent to the relative URL: "/BetriebService/betrieb/{id}" (HTTP-PUT) If an existing Betrieb entity has to be deleted, the following relative URL should be called: "/BetriebService/betrieb/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BetriebProduktionsmethode columns: - column: Produktionsmethode - column: Betrieb The table should have the title "BetriebProduktionsmethodes" und the data must be loaded from the server with the following relative URL: "/ProduktionsmethodeService/betriebproduktionsmethode/betrieb/{id}" Add a HTML table to the view with the following BetriebFachsparte columns: - column: Betrieb - column: Fachsparte The table should have the title "BetriebFachspartes" und the data must be loaded from the server with the following relative URL: "/BetriebService/betriebfachsparte/betrieb/{id}" Add a HTML table to the view with the following BetriebPflanze columns: - column: Pflanze - column: Betrieb The table should have the title "BetriebPflanzes" und the data must be loaded from the server with the following relative URL: "/PflanzeService/betriebpflanze/betrieb/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum