Uses of Class
de.hybris.platform.customerinterestsservices.model.ProductInterestModel
-
-
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 ProductInterestModel Modifier and Type Method Description java.util.Collection<ProductInterestModel>ProductModel. getProductInterests()Generated method - Getter of theProduct.productInterestsattribute defined at extensioncustomerinterestsservices.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductInterestModel Modifier and Type Method Description voidProductModel. setProductInterests(java.util.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 ProductInterestModel Modifier and Type Method Description java.util.Collection<ProductInterestModel>CustomerModel. getProductInterests()Generated method - Getter of theCustomer.productInterestsattribute defined at extensioncustomerinterestsservices.Method parameters in de.hybris.platform.core.model.user with type arguments of type ProductInterestModel Modifier and Type Method Description voidCustomerModel. setProductInterests(java.util.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 ProductInterestModel Modifier and Type Method Description protected java.util.Optional<ProductInterestModel>DefaultProductInterestFacade. getProductInterest(java.lang.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 ProductInterestModel Modifier and Type Method Description voidDefaultProductInterestFacade. 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 ProductInterestModel Modifier and Type Method Description voidProductInterestPopulator. 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 ProductInterestModel Modifier and Type Method Description ProductInterestModelProductInterestsProcessModel. 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 ProductInterestModel Modifier and Type Method Description voidProductInterestsProcessModel. 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 ProductInterestModel Modifier and Type Method Description java.util.Optional<ProductInterestModel>ProductInterestService. 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.java.util.List<ProductInterestModel>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 ProductInterestModel Modifier and Type Method Description voidProductInterestService. 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 ProductInterestModel Modifier and Type Method Description java.util.List<ProductInterestModel>ProductInterestDao. findExpiredProductInterests()This method will get all the expired interestsjava.util.Optional<ProductInterestModel>ProductInterestDao. 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.java.util.List<ProductInterestModel>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.java.util.List<ProductInterestModel>ProductInterestDao. findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite)This method will get all the interests of the current customerjava.util.List<ProductInterestModel>ProductInterestDao. 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 ProductInterestModel Modifier and Type Method Description java.util.List<ProductInterestModel>DefaultProductInterestDao. findExpiredProductInterests()java.util.Optional<ProductInterestModel>DefaultProductInterestDao. findProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite)java.util.List<ProductInterestModel>DefaultProductInterestDao. findProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite)java.util.List<ProductInterestModel>DefaultProductInterestDao. findProductInterestsByCustomer(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite)java.util.List<ProductInterestModel>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 ProductInterestModel Modifier and Type Method Description java.util.Optional<ProductInterestModel>DefaultProductInterestService. getProductInterest(ProductModel productModel, CustomerModel customerModel, NotificationType notificationType, BaseStoreModel baseStore, BaseSiteModel baseSite)java.util.List<ProductInterestModel>DefaultProductInterestService. getProductInterests(CustomerModel customerModel, BaseStoreModel baseStore, BaseSiteModel baseSite)Methods in de.hybris.platform.customerinterestsservices.productinterest.impl with parameters of type ProductInterestModel Modifier and Type Method Description voidDefaultProductInterestService. 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 ProductInterestModel Modifier and Type Method Description java.util.List<ProductInterestModel>AbstractStockLevelStatusJob. getInStockProductInterests()Methods in de.hybris.platform.stocknotificationservices.cronjob with parameters of type ProductInterestModel Modifier and Type Method Description protected SiteMessageModelAbstractStockLevelStatusJob. createSiteMessage(ProductInterestModel interest)protected java.lang.LongAbstractStockLevelStatusJob. getProductStockLevel(ProductInterestModel productInterest)protected booleanAbstractStockLevelStatusJob. isProductInStock(ProductInterestModel productInterest, java.util.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 ProductInterestModel Modifier and Type Method Description java.util.List<ProductInterestModel>BackInStockProductInterestDao. 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 ProductInterestModel Modifier and Type Method Description java.util.List<ProductInterestModel>DefaultBackInStockProductInterestDao. findBackInStorkProductInterests()Deprecated, for removal: This API element is subject to removal in a future version.
-