Uses of Class
de.hybris.platform.jalo.c2l.C2LManager
-
Packages that use C2LManager Package Description de.hybris.platform.jalo de.hybris.platform.jalo.c2l de.hybris.platform.persistence.flexiblesearch.typecache.impl de.hybris.platform.servicelayer.i18n.impl -
-
Uses of C2LManager in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return C2LManager Modifier and Type Method Description C2LManagerJaloConnection. getC2LManager()Returns theC2LManagerand sets it into instance propertyJaloConnection.c2lManager, preventing it from mutation while creating viaBeanFactory.getBean(String)or viaC2LManagerconstructor.C2LManagerJaloSession. getC2LManager()returns the C2LManager. -
Uses of C2LManager in de.hybris.platform.jalo.c2l
Methods in de.hybris.platform.jalo.c2l that return C2LManager Modifier and Type Method Description static C2LManagerC2LManager. getInstance() -
Uses of C2LManager in de.hybris.platform.persistence.flexiblesearch.typecache.impl
Methods in de.hybris.platform.persistence.flexiblesearch.typecache.impl that return C2LManager Modifier and Type Method Description protected C2LManagerDefaultFlexibleSearchTypeCacheProvider. getC2LManager()Constructors in de.hybris.platform.persistence.flexiblesearch.typecache.impl with parameters of type C2LManager Constructor Description DefaultFlexibleSearchTypeCacheProvider(PersistenceManager persistenceManager, TypeManager typeManager, C2LManager c2lManager, FlexibleSearch flexibleSearch) -
Uses of C2LManager in de.hybris.platform.servicelayer.i18n.impl
Methods in de.hybris.platform.servicelayer.i18n.impl that return C2LManager Modifier and Type Method Description protected C2LManagerDefaultI18NDao. getC2lManager()Deprecated.
-