public class CustomerInterestsValidator
extends java.lang.Object
| Constructor and Description |
|---|
CustomerInterestsValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIfPageSizeCorrect(int pageSize) |
void |
checkIfProductExist(java.lang.String productCode) |
void |
checkIfProductInterestsExist(java.lang.String productCode) |
protected java.util.List<NotificationType> |
getNotificationTypeList() |
protected ProductFacade |
getProductFacade() |
protected ProductInterestFacade |
getProductInterestFacade() |
void |
setNotificationTypeList(java.util.List<NotificationType> notificationTypeList) |
void |
setProductFacade(ProductFacade productFacade) |
void |
setProductInterestFacade(ProductInterestFacade productInterestFacade) |
public void checkIfProductExist(java.lang.String productCode)
public void checkIfProductInterestsExist(java.lang.String productCode)
public void checkIfPageSizeCorrect(int pageSize)
protected ProductFacade getProductFacade()
public void setProductFacade(ProductFacade productFacade)
protected ProductInterestFacade getProductInterestFacade()
public void setProductInterestFacade(ProductInterestFacade productInterestFacade)
protected java.util.List<NotificationType> getNotificationTypeList()
public void setNotificationTypeList(java.util.List<NotificationType> notificationTypeList)
Copyright © 2018 SAP SE. All Rights Reserved.