Uses of Class
com.hybris.cockpitng.modules.ModuleEntry
-
Packages that use ModuleEntry Package Description com.hybris.cockpitng.modules com.hybris.cockpitng.modules.impl -
-
Uses of ModuleEntry in com.hybris.cockpitng.modules
Methods in com.hybris.cockpitng.modules that return types with arguments of type ModuleEntry Modifier and Type Method Description java.util.List<ModuleEntry>CockpitModuleConnector. getDefaultModules()Deprecated, for removal: This API element is subject to removal in a future version.since 1808, useCockpitApplicationContext.getLoadedModulesNames()Method parameters in com.hybris.cockpitng.modules with type arguments of type ModuleEntry Modifier and Type Method Description voidCockpitModuleConnector. setDefaultModules(java.util.List<ModuleEntry> defaultModules)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, not available anymore -
Uses of ModuleEntry in com.hybris.cockpitng.modules.impl
Methods in com.hybris.cockpitng.modules.impl that return types with arguments of type ModuleEntry Modifier and Type Method Description java.util.List<ModuleEntry>AbstractCockpitModuleConnector. getDefaultModules()Method parameters in com.hybris.cockpitng.modules.impl with type arguments of type ModuleEntry Modifier and Type Method Description voidAbstractCockpitModuleConnector. setDefaultModules(java.util.List<ModuleEntry> defaultModules)
-