Uses of Class
de.hybris.platform.customerinterestsservices.model.ProductInterestModel
Packages that use ProductInterestModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.customerinterestsservices.jalo package.
-
Uses of ProductInterestModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionProductModel.getProductInterests()Generated method - Getter of theProduct.productInterestsattribute defined at extensioncustomerinterestsservices.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductInterestModelModifier and TypeMethodDescriptionvoidProductModel.setProductInterests(Collection<ProductInterestModel> value) Generated method - Setter ofProduct.productInterestsattribute defined at extensioncustomerinterestsservices. -
Uses of ProductInterestModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionCustomerModel.getProductInterests()Generated method - Getter of theCustomer.productInterestsattribute defined at extensioncustomerinterestsservices.Method parameters in de.hybris.platform.core.model.user with type arguments of type ProductInterestModelModifier and TypeMethodDescriptionvoidCustomerModel.setProductInterests(Collection<ProductInterestModel> value) Generated method - Setter ofCustomer.productInterestsattribute defined at extensioncustomerinterestsservices. -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsfacades.productinterest.impl
Methods in de.hybris.platform.customerinterestsfacades.productinterest.impl that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionprotected Optional<ProductInterestModel>DefaultProductInterestFacade.getProductInterest(String productcode, NotificationType notificationType) protected Converter<ProductInterestModel,ProductInterestData> DefaultProductInterestFacade.getProductInterestConverter()protected Converter<ProductInterestData,ProductInterestModel> DefaultProductInterestFacade.getProductInterestReverseConverter()Method parameters in de.hybris.platform.customerinterestsfacades.productinterest.impl with type arguments of type ProductInterestModelModifier and TypeMethodDescriptionvoidDefaultProductInterestFacade.setProductInterestConverter(Converter<ProductInterestModel, ProductInterestData> productInterestConverter) voidDefaultProductInterestFacade.setProductInterestReverseConverter(Converter<ProductInterestData, ProductInterestModel> productInterestReverseConverter) -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsfacades.productinterest.populators
Methods in de.hybris.platform.customerinterestsfacades.productinterest.populators with parameters of type ProductInterestModelModifier and TypeMethodDescriptionvoidProductInterestPopulator.populate(ProductInterestModel source, ProductInterestData target) voidProductInterestReversePopulator.populate(ProductInterestData source, ProductInterestModel target) -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsservices.model
Methods in de.hybris.platform.customerinterestsservices.model that return ProductInterestModelModifier and TypeMethodDescriptionProductInterestsProcessModel.getProductInterest()Deprecated, for removal: This API element is subject to removal in a future version.since 1905Methods in de.hybris.platform.customerinterestsservices.model with parameters of type ProductInterestModelModifier and TypeMethodDescriptionvoidProductInterestsProcessModel.setProductInterest(ProductInterestModel value) Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsservices.productinterest
Methods in de.hybris.platform.customerinterestsservices.productinterest that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionProductInterestService.getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the ProductInterestModel by productModel, customerModel, notificationType, baseStore,baseSite.ProductInterestService.getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the expired and effective ProductInterestModels by productModel, customerModel, notificationType, baseStore,baseSite.Methods in de.hybris.platform.customerinterestsservices.productinterest with parameters of type ProductInterestModelModifier and TypeMethodDescriptionvoidProductInterestService.removeProductInterest(ProductInterestModel productInterest) This method will remove the interest.voidProductInterestService.saveProductInterest(ProductInterestModel productInterest) This method will save the new or edited interest. -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsservices.productinterest.daos
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionProductInterestDao.findExpiredProductInterests()This method will get all the expired interestsProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find the ProductInterestModel by its productModel, customerModel, notificationType and baseStore.ProductInterestDao.findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method is used to find expired and effective ProductInterestModels by its productModel, customerModel, notificationType and baseStore.ProductInterestDao.findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) This method will get all the interests of the current customerProductInterestDao.findProductInterestsByNotificationType(NotificationType notificationType) retrieve such ProductInterests whose notification type is BACK_IN_STOCK and not expired -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsservices.productinterest.daos.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.daos.impl that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionDefaultProductInterestDao.findExpiredProductInterests()DefaultProductInterestDao.findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestDao.findProductInterestsByNotificationType(NotificationType notificationType) -
Uses of ProductInterestModel in de.hybris.platform.customerinterestsservices.productinterest.impl
Methods in de.hybris.platform.customerinterestsservices.productinterest.impl that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionDefaultProductInterestService.getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite) DefaultProductInterestService.getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite) Methods in de.hybris.platform.customerinterestsservices.productinterest.impl with parameters of type ProductInterestModelModifier and TypeMethodDescriptionvoidDefaultProductInterestService.removeProductInterest(ProductInterestModel productInterest) voidDefaultProductInterestService.saveProductInterest(ProductInterestModel productInterest) -
Uses of ProductInterestModel in de.hybris.platform.stocknotificationservices.cronjob
Methods in de.hybris.platform.stocknotificationservices.cronjob that return types with arguments of type ProductInterestModelMethods in de.hybris.platform.stocknotificationservices.cronjob with parameters of type ProductInterestModelModifier and TypeMethodDescriptionprotected SiteMessageModelAbstractStockLevelStatusJob.createSiteMessage(ProductInterestModel interest) protected LongAbstractStockLevelStatusJob.getProductStockLevel(ProductInterestModel productInterest) protected booleanAbstractStockLevelStatusJob.isProductInStock(ProductInterestModel productInterest, Date now) -
Uses of ProductInterestModel in de.hybris.platform.stocknotificationservices.dao
Methods in de.hybris.platform.stocknotificationservices.dao that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionBackInStockProductInterestDao.findBackInStorkProductInterests()Deprecated, for removal: This API element is subject to removal in a future version.Since 1905. -
Uses of ProductInterestModel in de.hybris.platform.stocknotificationservices.dao.impl
Methods in de.hybris.platform.stocknotificationservices.dao.impl that return types with arguments of type ProductInterestModelModifier and TypeMethodDescriptionDefaultBackInStockProductInterestDao.findBackInStorkProductInterests()Deprecated, for removal: This API element is subject to removal in a future version.