public class PrincipalCatalogVersionsPrepareInterceptor extends Object implements PrepareInterceptor<PrincipalModel>
| Constructor and Description |
|---|
PrincipalCatalogVersionsPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(PrincipalModel principalModel,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
public PrincipalCatalogVersionsPrepareInterceptor()
public void onPrepare(PrincipalModel principalModel, InterceptorContext ctx) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<PrincipalModel>principalModel - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationCopyright © 2017 SAP SE. All Rights Reserved.