Class ProductInterestReversePopulator
java.lang.Object
de.hybris.platform.customerinterestsfacades.productinterest.populators.ProductInterestReversePopulator
- All Implemented Interfaces:
Populator<ProductInterestData,ProductInterestModel>
public class ProductInterestReversePopulator
extends Object
implements Populator<ProductInterestData,ProductInterestModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseSiteServiceprotected BaseStoreServiceprotected CommonI18NServiceprotected ProductServiceprotected UserServicevoidpopulate(ProductInterestData source, ProductInterestModel target) Populate the target instance with values from the source instance.voidsetBaseSiteService(BaseSiteService baseSiteService) voidsetBaseStoreService(BaseStoreService baseStoreService) voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetProductService(ProductService productService) voidsetUserService(UserService userService)
-
Constructor Details
-
ProductInterestReversePopulator
public ProductInterestReversePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductInterestData,ProductInterestModel> - Parameters:
source- the source objecttarget- the target to fill
-
getProductService
-
setProductService
-
getUserService
-
setUserService
-
getBaseStoreService
-
setBaseStoreService
-
getBaseSiteService
-
setBaseSiteService
-
getCommonI18NService
-
setCommonI18NService
-