public class Y2YColumnDefinitionPrepareInterceptor extends java.lang.Object implements PrepareInterceptor<Y2YColumnDefinitionModel>
| Constructor and Description |
|---|
Y2YColumnDefinitionPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(Y2YColumnDefinitionModel model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setCommonI18NService(CommonI18NService commonI18NService) |
void |
setImpexHeaderBuilder(ImpexHeaderBuilder impexHeaderBuilder) |
public Y2YColumnDefinitionPrepareInterceptor()
public void onPrepare(Y2YColumnDefinitionModel model, InterceptorContext ctx) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<Y2YColumnDefinitionModel>model - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationpublic void setImpexHeaderBuilder(ImpexHeaderBuilder impexHeaderBuilder)
public void setCommonI18NService(CommonI18NService commonI18NService)
Copyright © 2018 SAP SE. All Rights Reserved.