Interface ShoppingBookingService
- All Superinterfaces:
BookingService
- All Known Implementing Classes:
DefaultShoppingBookingService
The Shopping booking service interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetSolutionID(String orderId, List<String> orderEntryIds) Gets solution id.Methods inherited from interface de.hybris.platform.travelservices.services.BookingService
addRequestToRoomStayBooking, atleastOneAdultTravellerRemaining, calculateTaxValueForEntries, calculateTotalRefundForCancelledTraveller, cancelOrder, cancelOrder, cancelPartialOrder, cancelTraveller, cancelTraveller, checkBundleToAmendProduct, checkIfAnyOrderEntryByType, checkIfPartialCancelPossible, createRefundPaymentTransaction, createRefundPaymentTransaction, getAccommodationDetailsParameters, getAccommodationOrderEntryGroup, getAccommodationOrderEntryGroupRefs, getAccommodationOrderEntryGroups, getActiveEntries, getAllOrders, getBookingTotalByOrderEntryType, getGlobalDiscountForEntryType, getLastActiveOrderForType, getNewAccommodationOrderEntryGroupRefs, getOldAccommodationOrderEntryGroupRefs, getOrder, getOrder, getOrderEntries, getOrderEntry, getOrderForCurrentUser, getOrderModelByOriginalOrderCode, getOrderModelFromStore, getOrderTotalPaid, getOrderTotalPaidByEntryGroup, getOrderTotalPaidForOrderEntryType, getOrderTotalPriceByType, getOrderTotalToPayForChangeDates, getOriginalOrder, getOriginalOrderEntry, getOriginalOrderEntry, getProductQuantityInOrderForTransportOffering, getRequestToRoomStayBooking, getTotalRefundAmountByEntryType, getTotalToRefund, getTotalToRefund, hasCartBeenAmended, isAbstractOrderOfType, isCancelPossible, isReservationCancelled, isValidPassengerReference, linkEntriesToOldPaymentTransactions, removeRequestFromRoomStayBooking, unlinkBooking, updateOrderStatus
-
Method Details
-
getSolutionID
Integer getSolutionID(String orderId, List<String> orderEntryIds) throws de.hybris.platform.servicelayer.exceptions.AmbiguousIdentifierException Gets solution id.- Parameters:
orderId- the order idorderEntryIds- the order entry ids- Returns:
- the solution id
- Throws:
de.hybris.platform.servicelayer.exceptions.AmbiguousIdentifierException- the ambiguous identifier exception
-