Interface PROSAddToCartCriteriaRemoveCommerceAncillaryBaggageStrategy
- All Known Implementing Classes:
DefaultPROSAddToCartCriteriaRemoveCommerceAncillaryBaggageProductsStrategy,DefaultPROSRemovePerPaxPerLegCommerceAncillaryBaggageProductsStrategy,DefaultPROSRemovePerSolutionCommerceAncillaryBaggageProductsStrategy
public interface PROSAddToCartCriteriaRemoveCommerceAncillaryBaggageStrategy
The Pros interface to remove a Commerce ancillary/baggage from the cart, basing on the add to cart criteria.
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveCommerceAncillaryBaggageOrderEntry(CartModel cartModel, AbstractOrderEntryModel orderEntryModel) This method removes a Commerce Ancillary/Baggage Product from the cart, basing on the add to cart criteria solution.
-
Method Details
-
removeCommerceAncillaryBaggageOrderEntry
void removeCommerceAncillaryBaggageOrderEntry(CartModel cartModel, AbstractOrderEntryModel orderEntryModel) This method removes a Commerce Ancillary/Baggage Product from the cart, basing on the add to cart criteria solution.- Parameters:
cartModel- the cartorderEntryModel- the order entry
-