| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProductInterestModel> |
ProductModel.getProductInterests()
Generated method - Getter of the
Product.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setProductInterests(java.util.Collection<ProductInterestModel> value)
Generated method - Setter of
Product.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProductInterestModel> |
CustomerModel.getProductInterests()
Generated method - Getter of the
Customer.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerModel.setProductInterests(java.util.Collection<ProductInterestModel> value)
Generated method - Setter of
Customer.productInterests attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProductInterestFacade.setProductInterestConverter(Converter<ProductInterestModel,ProductInterestData> productInterestConverter) |
void |
DefaultProductInterestFacade.setProductInterestReverseConverter(Converter<ProductInterestData,ProductInterestModel> productInterestReverseConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestReversePopulator.populate(ProductInterestData source,
ProductInterestModel target) |
void |
ProductInterestPopulator.populate(ProductInterestModel source,
ProductInterestData target) |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestModel |
ProductInterestsProcessModel.getProductInterest()
Generated method - Getter of the
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsProcessModel.setProductInterest(ProductInterestModel value)
Generated method - Setter of
ProductInterestsProcess.productInterest attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestService.removeProductInterest(ProductInterestModel productInterest)
This method will remove the interest
|
void |
ProductInterestService.saveProductInterest(ProductInterestModel productInterest)
This method will save the new or edited interest
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductInterestModel> |
ProductInterestDao.findExpiredProductInterests()
This method will get all the expired interests
|
java.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.findProductInterestsByCustomer(CustomerModel customerModel,
BaseStoreModel baseStore,
BaseSiteModel baseSite)
This method will get all the interests of the current customer
|
| Modifier and Type | Method and 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.findProductInterestsByCustomer(CustomerModel customerModel,
BaseStoreModel baseStore,
BaseSiteModel baseSite) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ProductInterestModel> |
DefaultProductInterestService.getProductInterest(ProductModel productModel,
CustomerModel customerModel,
NotificationType notificationType,
BaseStoreModel baseStore,
BaseSiteModel baseSite) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultProductInterestService.removeProductInterest(ProductInterestModel productInterest) |
void |
DefaultProductInterestService.saveProductInterest(ProductInterestModel productInterest) |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestModel |
ProductInterestResource.getProductInterestModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ProductInterestModel |
ProductInterestResource.readResource(java.lang.String resourceId)
Gets the
ProductInterestModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProductInterestModel> |
ProductInterestsResource.getProductInterestsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestResource.setProductInterestModel(ProductInterestModel value)
Convenience method which just delegates to
#setResourceValue(ProductInterestModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsResource.setProductInterestsCollection(java.util.Collection<ProductInterestModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
Converter<ProductInterestModel,ProductInterestData> |
BackInStockNotificationEmailContext.getProductInterestConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackInStockNotificationEmailContext.setProductInterestConverter(Converter<ProductInterestModel,ProductInterestData> productInterestConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductInterestModel> |
AbstractStockLevelStatusJob.getInStockProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
protected SiteMessageModel |
AbstractStockLevelStatusJob.createSiteMessage(ProductInterestModel interest) |
protected boolean |
AbstractStockLevelStatusJob.isProductInStock(ProductInterestModel productInterest,
java.util.Date now) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductInterestModel> |
BackInStockProductInterestDao.findBackInStorkProductInterests()
retrieve such ProductInterests whose notification type is BACK_IN_STOCK and not expired
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductInterestModel> |
DefaultBackInStockProductInterestDao.findBackInStorkProductInterests() |
Copyright © 2018 SAP SE. All Rights Reserved.