Class C4cIntegrationObjectItemAttributeValidateInterceptor
java.lang.Object
de.hybris.platform.integrationservices.interceptor.IntegrationObjectItemAttributeValidateInterceptor
com.sap.hybris.c4ccpiquote.interceptor.C4cIntegrationObjectItemAttributeValidateInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<IntegrationObjectItemAttributeModel>
public class C4cIntegrationObjectItemAttributeValidateInterceptor
extends de.hybris.platform.integrationservices.interceptor.IntegrationObjectItemAttributeValidateInterceptor
C4cIntegrationObjectItemAttributeValidateInterceptor to skip CPQ and c4c validation
-
Constructor Summary
ConstructorsConstructorDescriptionC4cIntegrationObjectItemAttributeValidateInterceptor(@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
-
C4cIntegrationObjectItemAttributeValidateInterceptor
public C4cIntegrationObjectItemAttributeValidateInterceptor(@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
-