Uses of Class
com.hybris.cockpitng.i18n.AbstractExecutionBody
-
Packages that use AbstractExecutionBody Package Description com.hybris.cockpitng.i18n com.hybris.cockpitng.i18n.impl -
-
Uses of AbstractExecutionBody in com.hybris.cockpitng.i18n
Methods in com.hybris.cockpitng.i18n with parameters of type AbstractExecutionBody Modifier and Type Method Description <T> TCockpitLocaleService. executeWithLocale(AbstractExecutionBody<T> executionBody, java.util.Locale locale)Using this method you can execute code in a context of a different locale than the current one -
Uses of AbstractExecutionBody in com.hybris.cockpitng.i18n.impl
Methods in com.hybris.cockpitng.i18n.impl with parameters of type AbstractExecutionBody Modifier and Type Method Description <T> TDefaultCockpitLocaleService. executeWithLocale(AbstractExecutionBody<T> executionBody, java.util.Locale locale)
-