SYMBOL INDEX (88 symbols across 23 files) FILE: .github/deployment/kyma/scripts/prepareUiFiles.js function prepareUiFiles (line 5) | function prepareUiFiles(path, options) { function throwError (line 63) | function throwError(msg) { function getPackageJsonInclude (line 67) | function getPackageJsonInclude() { function getUI5DeployTemplateYaml (line 90) | function getUI5DeployTemplateYaml() { function getXsAppTemplateJson (line 117) | function getXsAppTemplateJson() { function getSrvDestination (line 152) | function getSrvDestination(destinations) { FILE: .github/deployment/kyma/scripts/value.js function printProperty (line 15) | function printProperty(file) { FILE: app/.karma/karma-cap-middleware.js function spawnServer (line 4) | function spawnServer(cmd, args, cwd, fnIsReady) { function createKarmaMiddleware (line 33) | function createKarmaMiddleware(serverUrl, auth) { function java (line 52) | async function java() { function node (line 66) | async function node() { FILE: app/travel_analytics/webapp/Component.ts class Component (line 6) | class Component extends BaseComponent { FILE: app/travel_processor/webapp/Component.ts class Component (line 6) | class Component extends BaseComponent { FILE: app/travel_processor/webapp/ext/controller/ControllerExtension.d.ts class ControllerExtension (line 5) | class ControllerExtension { FILE: app/travel_processor/webapp/ext/controller/ObjectPageExtension.controller.ts class ObjectPageExtension (line 10) | class ObjectPageExtension extends ControllerExtension { method openDialog (line 11) | async openDialog(resolve: (value: PromiseLike | null) => void, r... method onInit (line 46) | onInit(this: ObjectPageExtension) { method onBeforeSave (line 51) | onBeforeSave(this: ObjectPageExtension) { FILE: app/travel_processor/webapp/ext/fragment/CustomSection.ts function onPress (line 11) | function onPress(this: ExtensionAPI, event: UI5Event) { FILE: srv/src/main/java/com/sap/cap/sflight/SFlightApplication.java class SFlightApplication (line 6) | @SpringBootApplication method main (line 9) | public static void main(String[] args) { FILE: srv/src/main/java/com/sap/cap/sflight/processor/AcceptRejectHandler.java class AcceptRejectHandler (line 29) | @Component method AcceptRejectHandler (line 40) | public AcceptRejectHandler(DraftService draftService, PersistenceServi... method beforeAcceptTravel (line 45) | @Before(entity = Travel_.CDS_NAME) method beforeRejectTravel (line 50) | @Before(entity = Travel_.CDS_NAME) method beforeAcceptOrRejectTravel (line 55) | private void beforeAcceptOrRejectTravel(CqnSelect select, UserInfo use... method onRejectTravel (line 72) | @On(entity = Travel_.CDS_NAME) method onAcceptTravel (line 81) | @On(entity = Travel_.CDS_NAME) method updateStatusForTravelId (line 90) | private void updateStatusForTravelId(String travelUUID, String newStat... method checkIfTravelHasExceptedStatus (line 103) | private void checkIfTravelHasExceptedStatus(Travel travel) { method checkIfTravelIsLockedByAnotherUser (line 111) | private void checkIfTravelIsLockedByAnotherUser(Travel travel, UserInf... FILE: srv/src/main/java/com/sap/cap/sflight/processor/CreationHandler.java class CreationHandler (line 31) | @Component method CreationHandler (line 39) | public CreationHandler(PersistenceService persistenceService, DraftSer... method setBookingDateIfNotProvided (line 44) | @Before(event = { CqnService.EVENT_CREATE, CqnService.EVENT_UPDATE, Dr... method saveComputedValues (line 55) | @Before(event = DraftService.EVENT_DRAFT_SAVE, entity = Travel_.CDS_NAME) method checkTravelEndDateIsAfterBeginDate (line 75) | @Before(event = { CqnService.EVENT_CREATE, CqnService.EVENT_UPDATE }, ... method calculateTravelIdBeforeCreation (line 90) | @Before(event = CqnService.EVENT_CREATE, entity = Travel_.CDS_NAME) method fillBookingIdsBeforeCreationAndUpdate (line 100) | @Before(event = { CqnService.EVENT_CREATE, CqnService.EVENT_UPDATE, },... method addBookingSupplementIds (line 108) | private void addBookingSupplementIds(Travel travel) { method addBookingIds (line 131) | private void addBookingIds(Travel travel) { method initialTravelId (line 145) | @Before(event = DraftService.EVENT_DRAFT_NEW, entity = Travel_.CDS_NAME) method initialBookingSupplementId (line 150) | @Before(event = DraftService.EVENT_DRAFT_NEW, entity = BookingSuppleme... FILE: srv/src/main/java/com/sap/cap/sflight/processor/DeductDiscountHandler.java class DeductDiscountHandler (line 24) | @Component method DeductDiscountHandler (line 31) | public DeductDiscountHandler(DraftService draftService, PersistenceSer... method deductDiscount (line 36) | @On(entity = Travel_.CDS_NAME) FILE: srv/src/main/java/com/sap/cap/sflight/processor/IllegalTravelDateException.java class IllegalTravelDateException (line 6) | public class IllegalTravelDateException extends ServiceException { method IllegalTravelDateException (line 7) | public IllegalTravelDateException(String message, Object... parameters) { FILE: srv/src/main/java/com/sap/cap/sflight/processor/IllegalTravelStatusException.java class IllegalTravelStatusException (line 6) | public class IllegalTravelStatusException extends ServiceException { method IllegalTravelStatusException (line 7) | public IllegalTravelStatusException(String message, Object... paramete... FILE: srv/src/main/java/com/sap/cap/sflight/processor/RecalculatePriceHandler.java class RecalculatePriceHandler (line 40) | @Component method RecalculatePriceHandler (line 47) | public RecalculatePriceHandler(DraftService draftService, PersistenceS... method disableUpdateAndCreateForBookingAndBookingSupplement (line 52) | @Before(event = {CqnService.EVENT_CREATE, CqnService.EVENT_UPDATE}, en... method calculateTotalPriceForTravel (line 57) | private static BigDecimal calculateTotalPriceForTravel(CqnService db, ... method calculateNewTotalPriceForActiveTravel (line 97) | @After(event = {CqnService.EVENT_UPDATE, CqnService.EVENT_CREATE}, ent... method recalculateTravelPriceIfTravelWasUpdated (line 121) | @After(event = { DraftService.EVENT_DRAFT_PATCH }, entity = Travel_.CD... method recalculateTravelPriceIfFlightPriceWasUpdated (line 129) | @After(event = { DraftService.EVENT_DRAFT_PATCH, DraftService.EVENT_DR... method recalculateTravelPriceIfPriceWasUpdated (line 138) | @After(event = { DraftService.EVENT_DRAFT_NEW, DraftService.EVENT_DRAF... method calculateAndPatchNewTotalPriceForDraft (line 149) | private BigDecimal calculateAndPatchNewTotalPriceForDraft(final String... FILE: srv/src/main/java/com/sap/cap/sflight/processor/UpdateFlightSeatsHandler.java class UpdateFlightSeatsHandler (line 41) | @Component method UpdateFlightSeatsHandler (line 51) | public UpdateFlightSeatsHandler(PersistenceService persistenceService) { type Status (line 55) | enum Status { method updateSeatsDiffProc (line 60) | @Before(event = { "CREATE", "UPDATE", "DELETE" }, entity = Travel_.CDS... method handleUpdatedTravelWithDiffProcessor (line 96) | private void handleUpdatedTravelWithDiffProcessor(EventContext context... method getOldStateTravel (line 126) | private Travel getOldStateTravel(String travelUUID) { method getTravelUuidFromDeleteCqn (line 135) | private String getTravelUuidFromDeleteCqn(EventContext context) { method updateSeatsOnFlights (line 141) | void updateSeatsOnFlights(Map> flightsStatus) { method getFlights (line 166) | Map> getFlights(Map> bookin... class BookingDiffVisitor (line 200) | private static class BookingDiffVisitor implements DiffVisitor { method BookingDiffVisitor (line 205) | public BookingDiffVisitor(Map> modifications, ... method changed (line 211) | @Override method added (line 228) | @Override method removed (line 241) | @Override FILE: srv/src/main/java/com/sap/cap/sflight/security/WebSecurityConfig.java class WebSecurityConfig (line 12) | @Configuration method configure (line 17) | @Bean FILE: srv/src/main/java/com/sap/cap/sflight/ui/RedirectFilter.java class RedirectFilter (line 20) | @Component method doFilter (line 24) | @Override FILE: srv/src/test/java/com/sap/cap/sflight/SFlightApplicationTest.java class SFlightApplicationTest (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: srv/src/test/java/com/sap/cap/sflight/processor/TravelSmokeTest.java class TravelSmokeTest (line 16) | @SpringBootTest method testReadTravels (line 23) | @Test FILE: srv/src/test/java/com/sap/cap/sflight/processor/UpdateFlightSeatsHandlerServiceIntegrationTest.java class UpdateFlightSeatsHandlerServiceIntegrationTest (line 30) | @SpringBootTest method testUpdateFlightHandlerForAddedBooking (line 42) | @Test method testUpdateFlightHandlerForDeletedBooking (line 81) | @Test method testUpdateFlightHandlerForUpdatedBooking (line 116) | @Test method addRequiredDataToTravel (line 167) | private static void addRequiredDataToTravel(Travel travel) { FILE: srv/travel-service.ts class TravelService (line 6) | class TravelService extends cds.ApplicationService { init() { method init (line 6) | init() { FILE: test/odata.test.ts function expect_totals (line 166) | async function expect_totals (expected, _active = 'IsActiveEntity=false') {