public class AdvancedShippingNoticePrepareInterceptor extends java.lang.Object implements PrepareInterceptor<AdvancedShippingNoticeModel>
| Constructor and Description |
|---|
AdvancedShippingNoticePrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected KeyGenerator |
getKeyGenerator() |
void |
onPrepare(AdvancedShippingNoticeModel advancedShippingNotice,
InterceptorContext context)
Called in the
modelService.saveAll() method. |
void |
setKeyGenerator(KeyGenerator keyGenerator) |
public AdvancedShippingNoticePrepareInterceptor()
public void onPrepare(AdvancedShippingNoticeModel advancedShippingNotice, InterceptorContext context) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<AdvancedShippingNoticeModel>advancedShippingNotice - the model which values has to be preparedcontext - the InterceptorContextInterceptorException - if an error occured during the preparationprotected KeyGenerator getKeyGenerator()
public void setKeyGenerator(KeyGenerator keyGenerator)
Copyright © 2018 SAP SE. All Rights Reserved.