Interface SessionSearchRestrictionsDisabler
- All Known Implementing Classes:
DefaultSessionSearchRestrictionDisabler
public interface SessionSearchRestrictionsDisabler
Service to disable the search restrictions in order to retrieve all data for all catalogs and not only for the catalogs defined
in the current session.
-
Method Summary
-
Method Details
-
execute
Execute the supplier function while the search restrictions are disabled.- Parameters:
supplier- - the function to be executed- Returns:
- data returned by the supplier
-