Class DefaultOfferPriceServiceDefinitionListHandler
java.lang.Object
de.hybris.platform.ndc182facades.facades.offerprice.handlers.impl.DefaultOfferPriceServiceDefinitionListHandler
- All Implemented Interfaces:
OfferPriceDataListsHandler
public class DefaultOfferPriceServiceDefinitionListHandler
extends Object
implements OfferPriceDataListsHandler
The ndc 182 implementation of
OfferPriceDataListsHandler interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.product.ProductServiceGets product service.voidhandle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) This handler populates the serviceDefinitionList in the dataLists field.voidsetProductService(de.hybris.platform.product.ProductService productService) Sets product service.
-
Constructor Details
-
DefaultOfferPriceServiceDefinitionListHandler
public DefaultOfferPriceServiceDefinitionListHandler()
-
-
Method Details
-
handle
public void handle(NDCCarrierOfferData ndcOfferData, Set<Service1Type> services, DataListsType dataListsType) throws NDCException This handler populates the serviceDefinitionList in the dataLists field.- Specified by:
handlein interfaceOfferPriceDataListsHandler- Parameters:
ndcOfferData- the ndcOfferDataservices- the servicesdataListsType- the dataListsType- 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
-