Uses of Class
com.hybris.cockpitng.config.locales.jaxb.CockpitLocale
-
-
Uses of CockpitLocale in com.hybris.cockpitng.config.locales.factory
Method parameters in com.hybris.cockpitng.config.locales.factory with type arguments of type CockpitLocale Modifier and Type Method Description CockpitLocalesCockpitLocalesFactory. createCockpitLocales(java.util.Collection<CockpitLocale> locales) -
Uses of CockpitLocale in com.hybris.cockpitng.config.locales.factory.impl
Method parameters in com.hybris.cockpitng.config.locales.factory.impl with type arguments of type CockpitLocale Modifier and Type Method Description CockpitLocalesDefaultCockpitLocalesFactory. createCockpitLocales(java.util.Collection<CockpitLocale> locales) -
Uses of CockpitLocale in com.hybris.cockpitng.config.locales.jaxb
Fields in com.hybris.cockpitng.config.locales.jaxb with type parameters of type CockpitLocale Modifier and Type Field Description protected java.util.List<CockpitLocale>CockpitLocales. cockpitLocaleMethods in com.hybris.cockpitng.config.locales.jaxb that return CockpitLocale Modifier and Type Method Description CockpitLocaleObjectFactory. createCockpitLocale()Create an instance ofCockpitLocaleMethods in com.hybris.cockpitng.config.locales.jaxb that return types with arguments of type CockpitLocale Modifier and Type Method Description java.util.List<CockpitLocale>CockpitLocales. getCockpitLocale()Gets the value of the cockpitLocale property. -
Uses of CockpitLocale in com.hybris.cockpitng.i18n.impl
Methods in com.hybris.cockpitng.i18n.impl that return types with arguments of type CockpitLocale Modifier and Type Method Description protected java.util.List<CockpitLocale>DefaultCockpitLocaleService. getAllCockpitLocales(java.lang.String principal)Override, if your system has additional language management.protected java.util.List<CockpitLocale>DefaultCockpitLocaleService. getAvailableCockpitLocales(java.lang.String principal)Method parameters in com.hybris.cockpitng.i18n.impl with type arguments of type CockpitLocale Modifier and Type Method Description protected voidDefaultCockpitLocaleService. saveLocales(java.util.Collection<CockpitLocale> cockpitLocale, java.lang.String principal)
-