Class DefaultSessionSearchRestrictionDisabler

java.lang.Object
de.hybris.platform.cms2.common.service.impl.DefaultSessionSearchRestrictionDisabler
All Implemented Interfaces:
SessionSearchRestrictionsDisabler

public class DefaultSessionSearchRestrictionDisabler extends Object implements SessionSearchRestrictionsDisabler
Default implementation of SessionSearchRestrictionsDisabler by calling SearchRestrictionService.disableSearchRestrictions() before executing the supplier code and re-enabling the search restrictions upon supplier completion.
  • Constructor Details

    • DefaultSessionSearchRestrictionDisabler

      public DefaultSessionSearchRestrictionDisabler()
  • Method Details