Overview

Summary

ContactDonateImprint


Appendix E-24: STAY BOOKING PRICE BREAKDOWN (UI prompt)


StayBookingPriceBreakdownCurrencyModuleBookingCom

Properties (6)

PropertyTypeEntityReferenceModule
(1) AmountSTRINGStayBookingPriceBreakdown
(2) CurrencyINTStayBookingPriceBreakdownCurrencyCurrencyModule
(3) DateDATEStayBookingPriceBreakdown
(4) DescriptionSTRINGStayBookingPriceBreakdown
(5) LineTypeSTRINGStayBookingPriceBreakdown
(6) StayBookingINTStayBookingPriceBreakdownStayBookingStayBookingModule


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /staybookingpricebreakdownfindAllStayBookingPriceBreakdown()CurrencyModuleGETStayBookingPriceBreakdown
(2) /staybookingpricebreakdown/{id}updateStayBookingPriceBreakdownById(staybookingpricebreakdown)CurrencyModulePUTStayBookingPriceBreakdown
(3) /staybookingpricebreakdown/staybooking/{id}findAllStayBookingPriceBreakdownOfStayBooking(id)CurrencyModuleGETStayBooking StayBookingPriceBreakdown
(4) /staybookingpricebreakdowninsertStayBookingPriceBreakdown(staybookingpricebreakdown)CurrencyModulePOSTStayBookingPriceBreakdown
(5) /staybookingpricebreakdown/currency/{id}findAllStayBookingPriceBreakdownOfCurrency(id)CurrencyModuleGETCurrency StayBookingPriceBreakdown
(6) /staybookingpricebreakdown/{id}deleteStayBookingPriceBreakdownById(id)CurrencyModuleDELETEStayBookingPriceBreakdown
(7) /staybookingpricebreakdown/{id}findStayBookingPriceBreakdownById(id)CurrencyModuleGETStayBookingPriceBreakdown





Example:

final StayBookingPriceBreakdown staybookingpricebreakdown = (StayBookingPriceBreakdown) invokeModule(CURRENCY_MODULE + "/staybookingpricebreakdown/" + id, StayBookingPriceBreakdown.class);
if (staybookingpricebreakdown != null) {
    final StayBooking staybooking1 = (StayBooking) invokeModule(STAY_BOOKING_MODULE + "/staybooking/" + staybookingpricebreakdown.getStayBooking().getId(), StayBooking.class);
    if (staybooking1 != null) {
        final Booking booking2 = (Booking) invokeModule(BOOKING_MODULE + "/booking/" + staybooking1.getBooking().getId(), Booking.class);
        if (booking2 != null) {
            final UserAccount useraccount3 = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + booking2.getUserAccount().getId(), UserAccount.class);
            if (useraccount3 != null) {
                final Currency defaultcurrency4 = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + useraccount3.getDefaultCurrency().getId(), Currency.class);
                if (defaultcurrency4 != null) {
                }
                final Language defaultlanguage5 = (Language) invokeModule(LANGUAGE_MODULE + "/language/" + useraccount3.getDefaultLanguage().getId(), Language.class);
                if (defaultlanguage5 != null) {
                }
            }
            final Currency currency6 = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + booking2.getCurrency().getId(), Currency.class);
            if (currency6 != null) {
            }
        }
        final RoomType roomtype7 = (RoomType) invokeModule(ROOM_TYPE_MODULE + "/roomtype/" + staybooking1.getRoomType().getId(), RoomType.class);
        if (roomtype7 != null) {
            final Property property8 = (Property) invokeModule(PROPERTY_MODULE + "/property/" + roomtype7.getProperty().getId(), Property.class);
            if (property8 != null) {
                final LocationCity locationcity9 = (LocationCity) invokeModule(LOCATION_CITY_MODULE + "/locationcity/" + property8.getLocationCity().getId(), LocationCity.class);
                if (locationcity9 != null) {
                    final LocationRegion locationregion10 = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + locationcity9.getLocationRegion().getId(), LocationRegion.class);
                    if (locationregion10 != null) {
                        final LocationCountry locationcountry11 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationregion10.getLocationCountry().getId(), LocationCountry.class);
                        if (locationcountry11 != null) {
                        }
                    }
                    final LocationCountry locationcountry12 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationcity9.getLocationCountry().getId(), LocationCountry.class);
                    if (locationcountry12 != null) {
                    }
                }
                final PropertyType propertytype13 = (PropertyType) invokeModule(PROPERTY_MODULE + "/propertytype/" + property8.getPropertyType().getId(), PropertyType.class);
                if (propertytype13 != null) {
                }
                final LocationDistrict locationdistrict14 = (LocationDistrict) invokeModule(PROPERTY_MODULE + "/locationdistrict/" + property8.getLocationDistrict().getId(), LocationDistrict.class);
                if (locationdistrict14 != null) {
                    final LocationCity locationcity15 = (LocationCity) invokeModule(LOCATION_CITY_MODULE + "/locationcity/" + locationdistrict14.getLocationCity().getId(), LocationCity.class);
                    if (locationcity15 != null) {
                        final LocationRegion locationregion16 = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + locationcity15.getLocationRegion().getId(), LocationRegion.class);
                        if (locationregion16 != null) {
                            final LocationCountry locationcountry17 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationregion16.getLocationCountry().getId(), LocationCountry.class);
                            if (locationcountry17 != null) {
                            }
                        }
                        final LocationCountry locationcountry18 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationcity15.getLocationCountry().getId(), LocationCountry.class);
                        if (locationcountry18 != null) {
                        }
                    }
                }
                final LocationCountry locationcountry19 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + property8.getLocationCountry().getId(), LocationCountry.class);
                if (locationcountry19 != null) {
                }
                final PartnerAccount partneraccount20 = (PartnerAccount) invokeModule(PARTNER_ACCOUNT_MODULE + "/partneraccount/" + property8.getPartnerAccount().getId(), PartnerAccount.class);
                if (partneraccount20 != null) {
                }
            }
            final RoomTypeCategory roomtypecategory21 = (RoomTypeCategory) invokeModule(CAR_RENTAL_LOCATION_MODULE + "/roomtypecategory/" + roomtype7.getRoomTypeCategory().getId(), RoomTypeCategory.class);
            if (roomtypecategory21 != null) {
            }
        }
        final RoomRatePlan roomrateplan22 = (RoomRatePlan) invokeModule(STAY_BOOKING_MODULE + "/roomrateplan/" + staybooking1.getRoomRatePlan().getId(), RoomRatePlan.class);
        if (roomrateplan22 != null) {
            final RoomType roomtype23 = (RoomType) invokeModule(ROOM_TYPE_MODULE + "/roomtype/" + roomrateplan22.getRoomType().getId(), RoomType.class);
            if (roomtype23 != null) {
                final Property property24 = (Property) invokeModule(PROPERTY_MODULE + "/property/" + roomtype23.getProperty().getId(), Property.class);
                if (property24 != null) {
                    final LocationCity locationcity25 = (LocationCity) invokeModule(LOCATION_CITY_MODULE + "/locationcity/" + property24.getLocationCity().getId(), LocationCity.class);
                    if (locationcity25 != null) {
                        final LocationRegion locationregion26 = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + locationcity25.getLocationRegion().getId(), LocationRegion.class);
                        if (locationregion26 != null) {
                            final LocationCountry locationcountry27 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationregion26.getLocationCountry().getId(), LocationCountry.class);
                            if (locationcountry27 != null) {
                            }
                        }
                        final LocationCountry locationcountry28 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationcity25.getLocationCountry().getId(), LocationCountry.class);
                        if (locationcountry28 != null) {
                        }
                    }
                    final PropertyType propertytype29 = (PropertyType) invokeModule(PROPERTY_MODULE + "/propertytype/" + property24.getPropertyType().getId(), PropertyType.class);
                    if (propertytype29 != null) {
                    }
                    final LocationDistrict locationdistrict30 = (LocationDistrict) invokeModule(PROPERTY_MODULE + "/locationdistrict/" + property24.getLocationDistrict().getId(), LocationDistrict.class);
                    if (locationdistrict30 != null) {
                        final LocationCity locationcity31 = (LocationCity) invokeModule(LOCATION_CITY_MODULE + "/locationcity/" + locationdistrict30.getLocationCity().getId(), LocationCity.class);
                        if (locationcity31 != null) {
                            final LocationRegion locationregion32 = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + locationcity31.getLocationRegion().getId(), LocationRegion.class);
                            if (locationregion32 != null) {
                                final LocationCountry locationcountry33 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationregion32.getLocationCountry().getId(), LocationCountry.class);
                                if (locationcountry33 != null) {
                                }
                            }
                            final LocationCountry locationcountry34 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationcity31.getLocationCountry().getId(), LocationCountry.class);
                            if (locationcountry34 != null) {
                            }
                        }
                    }
                    final LocationCountry locationcountry35 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + property24.getLocationCountry().getId(), LocationCountry.class);
                    if (locationcountry35 != null) {
                    }
                    final PartnerAccount partneraccount36 = (PartnerAccount) invokeModule(PARTNER_ACCOUNT_MODULE + "/partneraccount/" + property24.getPartnerAccount().getId(), PartnerAccount.class);
                    if (partneraccount36 != null) {
                    }
                }
                final RoomTypeCategory roomtypecategory37 = (RoomTypeCategory) invokeModule(CAR_RENTAL_LOCATION_MODULE + "/roomtypecategory/" + roomtype23.getRoomTypeCategory().getId(), RoomTypeCategory.class);
                if (roomtypecategory37 != null) {
                }
            }
        }
        final Currency currency38 = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + staybooking1.getCurrency().getId(), Currency.class);
        if (currency38 != null) {
        }
        final Property property39 = (Property) invokeModule(PROPERTY_MODULE + "/property/" + staybooking1.getProperty().getId(), Property.class);
        if (property39 != null) {
            final LocationCity locationcity40 = (LocationCity) invokeModule(LOCATION_CITY_MODULE + "/locationcity/" + property39.getLocationCity().getId(), LocationCity.class);
            if (locationcity40 != null) {
                final LocationRegion locationregion41 = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + locationcity40.getLocationRegion().getId(), LocationRegion.class);
                if (locationregion41 != null) {
                    final LocationCountry locationcountry42 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationregion41.getLocationCountry().getId(), LocationCountry.class);
                    if (locationcountry42 != null) {
                    }
                }
                final LocationCountry locationcountry43 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationcity40.getLocationCountry().getId(), LocationCountry.class);
                if (locationcountry43 != null) {
                }
            }
            final PropertyType propertytype44 = (PropertyType) invokeModule(PROPERTY_MODULE + "/propertytype/" + property39.getPropertyType().getId(), PropertyType.class);
            if (propertytype44 != null) {
            }
            final LocationDistrict locationdistrict45 = (LocationDistrict) invokeModule(PROPERTY_MODULE + "/locationdistrict/" + property39.getLocationDistrict().getId(), LocationDistrict.class);
            if (locationdistrict45 != null) {
                final LocationCity locationcity46 = (LocationCity) invokeModule(LOCATION_CITY_MODULE + "/locationcity/" + locationdistrict45.getLocationCity().getId(), LocationCity.class);
                if (locationcity46 != null) {
                    final LocationRegion locationregion47 = (LocationRegion) invokeModule(LOCATION_CITY_MODULE + "/locationregion/" + locationcity46.getLocationRegion().getId(), LocationRegion.class);
                    if (locationregion47 != null) {
                        final LocationCountry locationcountry48 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationregion47.getLocationCountry().getId(), LocationCountry.class);
                        if (locationcountry48 != null) {
                        }
                    }
                    final LocationCountry locationcountry49 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + locationcity46.getLocationCountry().getId(), LocationCountry.class);
                    if (locationcountry49 != null) {
                    }
                }
            }
            final LocationCountry locationcountry50 = (LocationCountry) invokeModule(LOCATION_CITY_MODULE + "/locationcountry/" + property39.getLocationCountry().getId(), LocationCountry.class);
            if (locationcountry50 != null) {
            }
            final PartnerAccount partneraccount51 = (PartnerAccount) invokeModule(PARTNER_ACCOUNT_MODULE + "/partneraccount/" + property39.getPartnerAccount().getId(), PartnerAccount.class);
            if (partneraccount51 != null) {
            }
        }
    }
    final Currency currency52 = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + staybookingpricebreakdown.getCurrency().getId(), Currency.class);
    if (currency52 != null) {
    }
}
return staybookingpricebreakdown;


Overview

Summary

ContactDonateImprint