Interface ShoppingTransportCartFacade
- All Superinterfaces:
TransportCartFacade
- All Known Implementing Classes:
DefaultPROSTransportCartFacade,DefaultShoppingTransportCartFacade
The shopping transport cart facade interface
-
Method Summary
Modifier and TypeMethodDescriptionaddShoppingAncillaryToCart(AncillaryEntryRequestData ancillaryEntryRQData) Add Shopping/Commerce ancillary product to the current cart.Methods inherited from interface de.hybris.platform.travelfacades.order.TransportCartFacade
addAncillaryToCart, addSeatEntry, addTransportBundleToCart, addTravellersToCart, changeCurrency, getBoundIdForEntryNumber, getSeatCartEntry, isOrderEntryPartOfBundle, isTravellerInEntryEligibleForAmendment, removeAncillaryCartEntry, removeAncillaryEntry, removeBaggageCartEntry, removeSeatEntry, removeTravellerFromCart, updateAncillaryCartEntry, updateBaggageCartEntry, updateCartEntry
-
Method Details
-
addShoppingAncillaryToCart
CartModificationData addShoppingAncillaryToCart(AncillaryEntryRequestData ancillaryEntryRQData) throws InvalidSessionCartException Add Shopping/Commerce ancillary product to the current cart.- Parameters:
ancillaryEntryRQData- the ancillary entry request data- Returns:
- the cart modification data
- Throws:
InvalidSessionCartException- The session cart is not found
-