Uses of Class
de.hybris.platform.util.SingletonCreator.Creator
-
Packages that use SingletonCreator.Creator Package Description de.hybris.platform.cache de.hybris.platform.cache.impl de.hybris.platform.core de.hybris.platform.hmc.jalo de.hybris.platform.jalo de.hybris.platform.util -
-
Uses of SingletonCreator.Creator in de.hybris.platform.cache
Methods in de.hybris.platform.cache with parameters of type SingletonCreator.Creator Modifier and Type Method Description <T> TCache. getRequestCacheContent(SingletonCreator.Creator<T> creator)<T> TCache. getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator)<T> TCache. getStaticCacheContent(SingletonCreator.Creator<T> creator) -
Uses of SingletonCreator.Creator in de.hybris.platform.cache.impl
Methods in de.hybris.platform.cache.impl with parameters of type SingletonCreator.Creator Modifier and Type Method Description <T> TRequestCache. getRequestCacheContent(SingletonCreator.Creator<T> creator)<T> TStaticCache. getRequestCacheContent(SingletonCreator.Creator<T> creator)<T> TStaticCache. getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator)<T> TRequestCache. getStaticCacheContent(SingletonCreator.Creator<T> creator)<T> TStaticCache. getStaticCacheContent(SingletonCreator.Creator<T> creator) -
Uses of SingletonCreator.Creator in de.hybris.platform.core
Methods in de.hybris.platform.core with parameters of type SingletonCreator.Creator Modifier and Type Method Description static <T> TRegistry. getNonTenantSingleton(SingletonCreator.Creator<T> creator)static <T> TRegistry. getSingleton(SingletonCreator.Creator<T> creator)static <T> TRegistry. replaceSingleton(SingletonCreator.Creator<T> creator) -
Uses of SingletonCreator.Creator in de.hybris.platform.hmc.jalo
Fields in de.hybris.platform.hmc.jalo declared as SingletonCreator.Creator Modifier and Type Field Description static SingletonCreator.Creator<AccessManager>AccessManager. SINGLETON_CREATOR -
Uses of SingletonCreator.Creator in de.hybris.platform.jalo
Subclasses of SingletonCreator.Creator in de.hybris.platform.jalo Modifier and Type Class Description static classManager.GenericManagerSingletonCreatorstatic classManager.ManagerSingletonCreator -
Uses of SingletonCreator.Creator in de.hybris.platform.util
Methods in de.hybris.platform.util with parameters of type SingletonCreator.Creator Modifier and Type Method Description <T> TSingletonCreator. getSingleton(SingletonCreator.Creator<T> creator)returns a single instance created by the given Creator.<T> TSingletonCreator. getSingletonIfExists(SingletonCreator.Creator<T> creator)<T> TSingletonCreator. replaceSingleton(SingletonCreator.Creator<T> creator)Constructors in de.hybris.platform.util with parameters of type SingletonCreator.Creator Constructor Description SingletonCreateException(SingletonCreator.Creator<?> creator, java.lang.String msg)SingletonCreateException(SingletonCreator.Creator<?> creator, java.lang.Throwable t)
-