T - - the type of search profile modelR - - the type of search profile datapublic interface AsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile> extends AsCacheAwareStrategy<T>
| Modifier and Type | Method and Description |
|---|---|
R |
load(AsSearchProfileContext context,
T searchProfile)
Loads the search profile model and converts it to some data object.
|
default R |
map(AsSearchProfileContext context,
R searchProfile)
Allows additional processing on the search profile data.
|
getCacheKeyFragmentR load(AsSearchProfileContext context, T searchProfile)
context - - the search profile contextsearchProfile - - the search profile modeldefault R map(AsSearchProfileContext context, R searchProfile)
context - - the search profile contextsearchProfile - - the search profile dataCopyright © 2018 SAP SE. All Rights Reserved.