Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StandardView
Please create a React-JS view called "StandardView" for the fields of the Standard entity. The StandardView must contain the following fields: - name: Beschreibung type: STRING - name: Herausgeber type: STRING - name: Land type: Land - name: Name type: STRING - name: Referenzcode type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Standard entity should be loaded from the relative URL: "/StandardService/standard/{id}" (HTTP-GET) If a new Standard entity has been created, the new entity should be posted to the relative URL: "/StandardService/standard" (HTTP-POST) If an existing Standard entity has been updated, the modified entity should be sent to the relative URL: "/StandardService/standard/{id}" (HTTP-PUT) If an existing Standard entity has to be deleted, the following relative URL should be called: "/StandardService/standard/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LandStandard columns: - column: Standard - column: Land The table should have the title "LandStandards" und the data must be loaded from the server with the following relative URL: "/VerkehrsartService/landstandard/standard/{id}" Add a HTML table to the view with the following SignalgeraetStandard columns: - column: Signalgeraet - column: Beschreibung - column: Standard The table should have the title "SignalgeraetStandards" und the data must be loaded from the server with the following relative URL: "/StandardService/signalgeraetstandard/standard/{id}" Add a HTML table to the view with the following TechnischeBezeichnung columns: - column: Beschreibung - column: Name - column: Standard - column: Land - column: SignalSystem The table should have the title "TechnischeBezeichnungs" und the data must be loaded from the server with the following relative URL: "/SignalSystemService/technischebezeichnung/standard/{id}" Add a HTML table to the view with the following SignalSystemStandard columns: - column: SignalSystem - column: Beschreibung - column: Standard The table should have the title "SignalSystemStandards" und the data must be loaded from the server with the following relative URL: "/StandardService/signalsystemstandard/standard/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum