Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FischereiHafenView
Please create a React-JS view called "FischereiHafenView" for the fields of the FischereiHafen entity. The FischereiHafenView must contain the following fields: - name: Name type: STRING - name: Notizen type: STRING - name: Region type: STRING - name: Seegebiet type: STRING An existing FischereiHafen entity should be loaded from the relative URL: "/FischereiHafenService/fischereihafen/{id}" (HTTP-GET) If a new FischereiHafen entity has been created, the new entity should be posted to the relative URL: "/FischereiHafenService/fischereihafen" (HTTP-POST) If an existing FischereiHafen entity has been updated, the modified entity should be sent to the relative URL: "/FischereiHafenService/fischereihafen/{id}" (HTTP-PUT) If an existing FischereiHafen entity has to be deleted, the following relative URL should be called: "/FischereiHafenService/fischereihafen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FischereiStatistik columns: - column: Studie - column: UmsatzEuro - column: FangTonnen - column: IstOstsee - column: DurchschnittspreisEuro - column: Schiffstyp - column: FischereiHafen - column: AnzahlBesatzung - column: AnzahlSchiffe - column: Jahr - column: IstNordsee The table should have the title "FischereiStatistiks" und the data must be loaded from the server with the following relative URL: "/StudieService/fischereistatistik/fischereihafen/{id}" Add a HTML table to the view with the following FischereiSchiff columns: - column: FischereiHafen - column: Kennzeichen - column: KapitalKlasse - column: Schiffstyp The table should have the title "FischereiSchiffs" und the data must be loaded from the server with the following relative URL: "/FischereiHafenService/fischereischiff/fischereihafen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum