Class IntegrationObjectItemVirtualAttributeModelInterceptor
- java.lang.Object
-
- de.hybris.platform.integrationservices.interceptor.IntegrationObjectItemVirtualAttributeModelInterceptor
-
- All Implemented Interfaces:
Interceptor,ValidateInterceptor<IntegrationObjectItemVirtualAttributeModel>
public class IntegrationObjectItemVirtualAttributeModelInterceptor extends java.lang.Object implements ValidateInterceptor<IntegrationObjectItemVirtualAttributeModel>
Interceptor to validate the typeIntegrationObjectItemVirtualAttributeModel
-
-
Constructor Summary
Constructors Constructor Description IntegrationObjectItemVirtualAttributeModelInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonValidate(IntegrationObjectItemVirtualAttributeModel attributeModel, InterceptorContext interceptorContext)Called in themodelService.saveAll()method.
-
-
-
Method Detail
-
onValidate
public void onValidate(IntegrationObjectItemVirtualAttributeModel attributeModel, InterceptorContext interceptorContext) throws InterceptorException
Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor<IntegrationObjectItemVirtualAttributeModel>- Parameters:
attributeModel- the model which values has to be validatedinterceptorContext- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-
-