public interface LoadInterceptor<MODEL> extends Interceptor
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(MODEL model,
InterceptorContext ctx)
If a model is loaded from the database this method is called by the model service.
|
void onLoad(MODEL model, InterceptorContext ctx) throws InterceptorException
model - the model to be loadedctx - the InterceptorContextInterceptorException - if the model could not be loadedCopyright © 2018 SAP SE. All Rights Reserved.