public class SyncItemJobPreparer extends java.lang.Object implements PrepareInterceptor
PrepareInterceptor for the SyncItemJobModel. Makes manual adjustments to code attribute to match the
custom creation logic inside SyncItemJob. This is necessary since unique key checks catch before the actual
jalo logic is being triggered!| Constructor and Description |
|---|
SyncItemJobPreparer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
public void onPrepare(java.lang.Object model,
InterceptorContext ctx)
throws InterceptorException
PrepareInterceptormodelService.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.