T - - the type of search profile modelR - - the type of search profile datapublic abstract class AbstractAsSearchProfileLoadStrategy<T extends AbstractAsSearchProfileModel,R extends AbstractAsSearchProfile> extends java.lang.Object implements AsSearchProfileLoadStrategy<T,R>
AbstractAsSearchProfileLoadStrategy.| Constructor and Description |
|---|
AbstractAsSearchProfileLoadStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getCacheKeyFragment(AsSearchProfileContext context,
T searchProfile)
Returns a cache key fragment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadpublic java.io.Serializable getCacheKeyFragment(AsSearchProfileContext context, T searchProfile)
AsCacheAwareStrategynull. If
strategies can have results that depend on the context, a different implementation should be provided.getCacheKeyFragment in interface AsCacheAwareStrategy<T extends AbstractAsSearchProfileModel>context - - the search profile contextsearchProfile - - the source objectCopyright © 2018 SAP SE. All Rights Reserved.