public interface AsSearchProfileActivationService
| Modifier and Type | Method and Description |
|---|---|
void |
clearCurrentSearchProfiles()
Clears the current active search profiles in the session.
|
java.util.Optional<java.util.List<AbstractAsSearchProfileModel>> |
getCurrentSearchProfiles()
Returns the current active search profiles in the session.
|
java.util.List<AsSearchProfileActivationGroup> |
getSearchProfileActivationGroupsForContext(AsSearchProfileContext context)
Returns the active search profile groups for a given context.
|
void |
setCurrentSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles)
Sets the current active search profiles in the session.
|
void setCurrentSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles)
searchProfiles - - the active search profilesjava.util.Optional<java.util.List<AbstractAsSearchProfileModel>> getCurrentSearchProfiles()
Optional is returned.void clearCurrentSearchProfiles()
java.util.List<AsSearchProfileActivationGroup> getSearchProfileActivationGroupsForContext(AsSearchProfileContext context)
context - - the search profile contextCopyright © 2018 SAP SE. All Rights Reserved.