Class AbstractBaggageAllowanceListHandler
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.facades.servicelist.handlers.impl.AbstractBaggageAllowanceListHandler
- Direct Known Subclasses:
ServiceListBaggageAllowanceListHandler
Abstract class that holds methods that are common for baggage allowance list in service list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.product.ProductServiceGets product service.protected voidpopulateBaggageAllowanceList(Set<ServiceType> services, DataListsType dataListsType) This handler populates the baggageAllowanceList in the dataLists field.voidsetProductService(de.hybris.platform.product.ProductService productService) Sets product service.
-
Constructor Details
-
AbstractBaggageAllowanceListHandler
public AbstractBaggageAllowanceListHandler()
-
-
Method Details
-
populateBaggageAllowanceList
protected void populateBaggageAllowanceList(Set<ServiceType> services, DataListsType dataListsType) throws NDCException This handler populates the baggageAllowanceList in the dataLists field.- Parameters:
dataListsType- the dataListsTypeservices- the services- Throws:
NDCException
-
getProductService
protected de.hybris.platform.product.ProductService getProductService()Gets product service.- Returns:
- the product service
-
setProductService
public void setProductService(de.hybris.platform.product.ProductService productService) Sets product service.- Parameters:
productService- the product service
-