File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
srv/src/main/java/sap/capire/xtravels/handler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package sap .capire .xtravels .handler ;
22
3+ import static cds .gen .travelservice .TravelService_ .TRAVELS ;
4+
35import cds .gen .travelservice .Bookings ;
46import cds .gen .travelservice .Bookings_ ;
57import cds .gen .travelservice .TravelService ;
2022import com .sap .cds .services .handler .annotations .After ;
2123import com .sap .cds .services .handler .annotations .ServiceName ;
2224import org .springframework .stereotype .Component ;
23-
2425import java .math .BigDecimal ;
2526import java .util .function .Function ;
2627
27- import static cds .gen .travelservice .TravelService_ .TRAVELS ;
2828
2929// Update a Travel's TotalPrice whenever its BookingFee is modified,
3030// or when a nested Booking is deleted or its FlightPrice is modified,
You can’t perform that action at this time.
0 commit comments