Class DefaultShoppingSeatChangeServiceStrategy
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.AbstractChangeServiceStrategy
de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.DefaultShoppingSeatChangeServiceStrategy
- All Implemented Interfaces:
ChangeServiceStrategy
public class DefaultShoppingSeatChangeServiceStrategy
extends AbstractChangeServiceStrategy
implements ChangeServiceStrategy
The default implementation of
ChangeServiceStrategy to change seat in cart-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeService(ChangeServiceRequestData changeServiceRequestData, List<AbstractOrderEntryModel> orderEntries) Change service in cart based on the product type.protected AddServiceStrategyprotected RemoveServiceStrategyvoidsetAddServiceStrategy(AddServiceStrategy addServiceStrategy) voidsetRemoveServiceStrategy(RemoveServiceStrategy removeServiceStrategy) Methods inherited from class de.hybris.platform.ndc182shoppingfacades.facades.order.strategies.impl.AbstractChangeServiceStrategy
getBookingService, getCartService, getOrderEntry, getTravellerService, setBookingService, setCartService, setTravellerService
-
Constructor Details
-
DefaultShoppingSeatChangeServiceStrategy
public DefaultShoppingSeatChangeServiceStrategy()
-
-
Method Details
-
changeService
public void changeService(ChangeServiceRequestData changeServiceRequestData, List<AbstractOrderEntryModel> orderEntries) throws NDCException Description copied from interface:ChangeServiceStrategyChange service in cart based on the product type.- Specified by:
changeServicein interfaceChangeServiceStrategy- Parameters:
changeServiceRequestData- the change service request data- Throws:
NDCException- the ndc exception
-
getRemoveServiceStrategy
-
setRemoveServiceStrategy
-
getAddServiceStrategy
-
setAddServiceStrategy
-