public class AbstractOrderLoadInterceptor extends Object implements LoadInterceptor
LoadInterceptor implementation for instances of AbstractOrderModel. Ensures that:AbstractOrderModel is a master order, its child orders are sorted according to their
BillingTimeModel.order| Constructor and Description |
|---|
AbstractOrderLoadInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(Object model,
InterceptorContext ctx)
If a model is loaded from the database this method is called by the model service.
|
public void onLoad(Object model, InterceptorContext ctx) throws InterceptorException
LoadInterceptoronLoad in interface LoadInterceptormodel - the model to be loadedctx - the InterceptorContextInterceptorException - if the model could not be loadedCopyright © 2017 SAP SE. All Rights Reserved.