public class BTGResultInterceptor extends Object implements PrepareInterceptor
| Constructor and Description |
|---|
BTGResultInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSessionScopeNotStoredInDatabase() |
void |
onPrepare(Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setResultSequenceGenerator(KeyGenerator resultSequenceGenerator) |
void |
setSessionScopeNotStoredInDatabase(boolean sessionScopeNotStoredInDatabase) |
public void onPrepare(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 preparationpublic void setResultSequenceGenerator(KeyGenerator resultSequenceGenerator)
protected boolean isSessionScopeNotStoredInDatabase()
public void setSessionScopeNotStoredInDatabase(boolean sessionScopeNotStoredInDatabase)
Copyright © 2017 SAP SE. All Rights Reserved.