Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalAspektView
Please create a React-JS view called "SignalAspektView" for the fields of the SignalAspekt entity. The SignalAspektView must contain the following fields: - name: Bedeutung type: STRING - name: Form type: STRING - name: IstBlinkend type: BOOL - name: IstCountdown type: BOOL - name: IstKombiniert type: BOOL - name: PositionsIndex type: LONG - name: SignalFarbe type: SignalFarbe - name: Signalgeraet type: Signalgeraet - name: SignalSymbol type: SignalSymbol The data source for the [Signalgeraet] select control should be loaded from the relative URL: "/SignalSystemService/signalgeraet" (HTTP-GET) The data source for the [SignalSymbol] select control should be loaded from the relative URL: "/SignalSymbolService/signalsymbol" (HTTP-GET) The data source for the [SignalFarbe] select control should be loaded from the relative URL: "/SignalFarbeService/signalfarbe" (HTTP-GET) An existing SignalAspekt entity should be loaded from the relative URL: "/SignalFarbeService/signalaspekt/{id}" (HTTP-GET) If a new SignalAspekt entity has been created, the new entity should be posted to the relative URL: "/SignalFarbeService/signalaspekt" (HTTP-POST) If an existing SignalAspekt entity has been updated, the modified entity should be sent to the relative URL: "/SignalFarbeService/signalaspekt/{id}" (HTTP-PUT) If an existing SignalAspekt entity has to be deleted, the following relative URL should be called: "/SignalFarbeService/signalaspekt/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PhasenAspekt columns: - column: SignalAspekt - column: Signalphase - column: StartOffset - column: EndOffset The table should have the title "PhasenAspekts" und the data must be loaded from the server with the following relative URL: "/SignalFarbeService/phasenaspekt/signalaspekt/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum