Uses of Interface
com.hybris.cockpitng.core.config.impl.model.ContextSearchRestriction
-
Packages that use ContextSearchRestriction Package Description com.hybris.cockpitng.core.config.impl com.hybris.cockpitng.core.config.impl.model -
-
Uses of ContextSearchRestriction in com.hybris.cockpitng.core.config.impl
Methods in com.hybris.cockpitng.core.config.impl that return ContextSearchRestriction Modifier and Type Method Description protected ContextSearchRestrictionDefaultCockpitConfigurationService. createParentRestriction(ContextSearchRequest request, java.util.Set<java.lang.String> attributes) -
Uses of ContextSearchRestriction in com.hybris.cockpitng.core.config.impl.model
Classes in com.hybris.cockpitng.core.config.impl.model that implement ContextSearchRestriction Modifier and Type Class Description classDefaultContextSearchRestrictionFields in com.hybris.cockpitng.core.config.impl.model declared as ContextSearchRestriction Modifier and Type Field Description static ContextSearchRestrictionContextSearchRestriction. EMPTYEmpty restriction - all attributes may be changed if neededMethods in com.hybris.cockpitng.core.config.impl.model that return ContextSearchRestriction Modifier and Type Method Description ContextSearchRestrictionContextSearchRequest. getParentRestriction()Gets a restriction for searching parents.Methods in com.hybris.cockpitng.core.config.impl.model with parameters of type ContextSearchRestriction Modifier and Type Method Description ContextSearchRequestContextSearchRequest. createAlternative(java.util.Map<java.lang.String,java.util.List<java.lang.String>> newNeedle, ContextSearchRestriction restriction)Creates new request on basis of this one with other attributes needle.Constructors in com.hybris.cockpitng.core.config.impl.model with parameters of type ContextSearchRestriction Constructor Description ContextSearchRequest(Config contextStack, java.util.Map<java.lang.String,java.util.List<java.lang.String>> attributesNeedle, ContextSearchRestriction restriction)
-