Class CpqIntegrationObjectItemAttributeValidateInterceptor
java.lang.Object
de.hybris.platform.integrationservices.interceptor.IntegrationObjectItemAttributeValidateInterceptor
com.sap.hybris.sapcpqquoteintegration.interceptor.CpqIntegrationObjectItemAttributeValidateInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<IntegrationObjectItemAttributeModel>
public class CpqIntegrationObjectItemAttributeValidateInterceptor
extends de.hybris.platform.integrationservices.interceptor.IntegrationObjectItemAttributeValidateInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionCpqIntegrationObjectItemAttributeValidateInterceptor(@NotNull de.hybris.platform.integrationservices.model.DescriptorFactory descriptorFactory) Instantiate theIntegrationObjectItemAttributeValidateInterceptor -
Method Summary
Modifier and TypeMethodDescriptionvoidonValidate(IntegrationObjectItemAttributeModel attributeModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
Constructor Details
-
CpqIntegrationObjectItemAttributeValidateInterceptor
public CpqIntegrationObjectItemAttributeValidateInterceptor(@NotNull @NotNull de.hybris.platform.integrationservices.model.DescriptorFactory descriptorFactory) Instantiate theIntegrationObjectItemAttributeValidateInterceptor- Parameters:
descriptorFactory- the descriptor factory to create type descriptor
-
-
Method Details
-
onValidate
public void onValidate(IntegrationObjectItemAttributeModel attributeModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException - Specified by:
onValidatein interfacede.hybris.platform.servicelayer.interceptor.ValidateInterceptor<IntegrationObjectItemAttributeModel>- Overrides:
onValidatein classde.hybris.platform.integrationservices.interceptor.IntegrationObjectItemAttributeValidateInterceptor- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-