public class EnumerationPrepareInterceptor extends java.lang.Object implements PrepareInterceptor
| Constructor and Description |
|---|
EnumerationPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setTypeService(TypeService typeService) |
public void setTypeService(TypeService typeService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public void onPrepare(java.lang.Object model,
InterceptorContext ctx)
throws InterceptorException
modelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptormodel - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationCopyright © 2018 SAP SE. All Rights Reserved.