Uses of Class
com.hybris.merchandising.model.ContextMap
-
Packages that use ContextMap Package Description com.hybris.merchandising.context com.hybris.merchandising.context.impl -
-
Uses of ContextMap in com.hybris.merchandising.context
Methods in com.hybris.merchandising.context that return ContextMap Modifier and Type Method Description ContextMapContextRepository. get(java.lang.String name)Return a single ContextMap object for the given nameMethods in com.hybris.merchandising.context with parameters of type ContextMap Modifier and Type Method Description voidContextRepository. put(java.lang.String name, ContextMap context)Add a single ContextMap object to the context store -
Uses of ContextMap in com.hybris.merchandising.context.impl
Methods in com.hybris.merchandising.context.impl that return ContextMap Modifier and Type Method Description ContextMapDefaultContextRepository. get(java.lang.String name)Methods in com.hybris.merchandising.context.impl with parameters of type ContextMap Modifier and Type Method Description voidDefaultContextRepository. put(java.lang.String name, ContextMap context)
-