Class ProductInterestReversePopulator
- java.lang.Object
-
- de.hybris.platform.customerinterestsfacades.productinterest.populators.ProductInterestReversePopulator
-
- All Implemented Interfaces:
Populator<ProductInterestData,ProductInterestModel>
public class ProductInterestReversePopulator extends java.lang.Object implements Populator<ProductInterestData,ProductInterestModel>
-
-
Constructor Summary
Constructors Constructor Description ProductInterestReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseSiteServicegetBaseSiteService()protected BaseStoreServicegetBaseStoreService()protected CommonI18NServicegetCommonI18NService()protected ProductServicegetProductService()protected UserServicegetUserService()voidpopulate(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)
-
-
-
Method Detail
-
populate
public void populate(ProductInterestData source, ProductInterestModel target)
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
protected ProductService getProductService()
-
setProductService
public void setProductService(ProductService productService)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
getBaseStoreService
protected BaseStoreService getBaseStoreService()
-
setBaseStoreService
public void setBaseStoreService(BaseStoreService baseStoreService)
-
getBaseSiteService
protected BaseSiteService getBaseSiteService()
-
setBaseSiteService
public void setBaseSiteService(BaseSiteService baseSiteService)
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
-