Class ProductInterestCustomerSettingsChangedHook
- java.lang.Object
-
- de.hybris.platform.customerinterestsservices.hooks.impl.ProductInterestCustomerSettingsChangedHook
-
- All Implemented Interfaces:
CustomerSettingsChangedHook
public class ProductInterestCustomerSettingsChangedHook extends java.lang.Object implements CustomerSettingsChangedHook
-
-
Constructor Summary
Constructors Constructor Description ProductInterestCustomerSettingsChangedHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUnbindMobileNumber(CustomerModel customer)Specific customized logic after unbinding mobile numberprotected BaseSiteServicegetBaseSiteService()protected BaseStoreServicegetBaseStoreService()protected ModelServicegetModelService()protected ProductInterestDaogetProductInterestDao()voidsetBaseSiteService(BaseSiteService baseSiteService)voidsetBaseStoreService(BaseStoreService baseStoreService)voidsetModelService(ModelService modelService)voidsetProductInterestDao(ProductInterestDao productInterestDao)
-
-
-
Method Detail
-
afterUnbindMobileNumber
public void afterUnbindMobileNumber(CustomerModel customer)
Description copied from interface:CustomerSettingsChangedHookSpecific customized logic after unbinding mobile number- Specified by:
afterUnbindMobileNumberin interfaceCustomerSettingsChangedHook
-
getProductInterestDao
protected ProductInterestDao getProductInterestDao()
-
setProductInterestDao
public void setProductInterestDao(ProductInterestDao productInterestDao)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getBaseStoreService
protected BaseStoreService getBaseStoreService()
-
setBaseStoreService
public void setBaseStoreService(BaseStoreService baseStoreService)
-
getBaseSiteService
protected BaseSiteService getBaseSiteService()
-
setBaseSiteService
public void setBaseSiteService(BaseSiteService baseSiteService)
-
-