Interface AssistedServiceRedirectByJourneyTypeStrategy
- All Known Implementing Classes:
ASRedirectForAccommodationOnlyStrategy,ASRedirectForBookingPackageStrategy,ASRedirectForTransportAccommodationStrategy,ASRedirectForTransportOnlyStrategy,ShoppingASRedirectForBookingPackageStrategy,ShoppingASRedirectForTransportAccommodationStrategy,ShoppingASRedirectForTransportOnlyStrategy
public interface AssistedServiceRedirectByJourneyTypeStrategy
Interface for the ASM redirect strategies based on the journey type.
-
Method Summary
Modifier and TypeMethodDescriptiongetRedirectPath(CartModel cartModel) Returns the redirect path.
-
Method Details
-
getRedirectPath
Returns the redirect path.- Parameters:
cartModel- as the cart model- Returns:
- a string corresponding to the redirect path
-