Class TaskConditionPrepareInterceptor
java.lang.Object
de.hybris.platform.servicelayer.interceptor.TaskConditionPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<TaskConditionModel>
public class TaskConditionPrepareInterceptor
extends Object
implements PrepareInterceptor<TaskConditionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(TaskConditionModel model, InterceptorContext ctx) Called in themodelService.saveAll()method.
-
Constructor Details
-
TaskConditionPrepareInterceptor
public TaskConditionPrepareInterceptor()
-
-
Method Details
-
onPrepare
Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor<TaskConditionModel>- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-