Class DefaultShoppingTravelAncillaryService
java.lang.Object
de.hybris.platform.shoppingservices.services.impl.DefaultShoppingTravelAncillaryService
- All Implemented Interfaces:
ShoppingTravelAncillaryService
public class DefaultShoppingTravelAncillaryService
extends Object
implements ShoppingTravelAncillaryService
The Default implementation of
ShoppingTravelAncillaryService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommerceAncillaryProducts(List<String> transportOfferingCodes) Gets a list of commerce ancillary products that have stock for the given transport offering codes.protected ShoppingTravelAncillaryDaoGets shopping travel ancillary dao.voidsetShoppingTravelAncillaryDao(ShoppingTravelAncillaryDao shoppingTravelAncillaryDao) Sets shopping travel ancillary dao.
-
Constructor Details
-
DefaultShoppingTravelAncillaryService
public DefaultShoppingTravelAncillaryService()
-
-
Method Details
-
getCommerceAncillaryProducts
public List<CommerceAncillaryProductModel> getCommerceAncillaryProducts(List<String> transportOfferingCodes) Description copied from interface:ShoppingTravelAncillaryServiceGets a list of commerce ancillary products that have stock for the given transport offering codes.- Specified by:
getCommerceAncillaryProductsin interfaceShoppingTravelAncillaryService- Parameters:
transportOfferingCodes- the transport offering codes- Returns:
- the ancillary products
-
getShoppingTravelAncillaryDao
Gets shopping travel ancillary dao.- Returns:
- the shopping travel ancillary dao
-
setShoppingTravelAncillaryDao
Sets shopping travel ancillary dao.- Parameters:
shoppingTravelAncillaryDao- the shopping travel ancillary dao
-