Class CatalogVersionSyncScheduleMediaValidator
java.lang.Object
de.hybris.platform.catalog.interceptors.CatalogVersionSyncScheduleMediaValidator
- All Implemented Interfaces:
Interceptor,ValidateInterceptor<CatalogVersionSyncScheduleMediaModel>
public class CatalogVersionSyncScheduleMediaValidator
extends Object
implements ValidateInterceptor<CatalogVersionSyncScheduleMediaModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled in themodelService.saveAll()method.
-
Constructor Details
-
CatalogVersionSyncScheduleMediaValidator
public CatalogVersionSyncScheduleMediaValidator()
-
-
Method Details
-
onValidate
public void onValidate(CatalogVersionSyncScheduleMediaModel model, InterceptorContext ctx) throws InterceptorException Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor<CatalogVersionSyncScheduleMediaModel>- Parameters:
model- the model which values has to be validatedctx- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-