Uses of Interface
com.hybris.cockpitng.core.modules.ModuleInfo
-
-
Uses of ModuleInfo in com.hybris.cockpitng.core.modules
Classes in com.hybris.cockpitng.core.modules that implement ModuleInfo Modifier and Type Class Description classDefaultModuleInfoDTO used to transfer module information over webserviceMethods in com.hybris.cockpitng.core.modules with parameters of type ModuleInfo Modifier and Type Method Description booleanLibraryFetcher. canFetchLibrary(ModuleInfo moduleInfo)Checks if specified module can be fetched by this fetcher.voidLibraryFetcher. fetchLibrary(ModuleInfo moduleInfo, java.io.File archiveFile)Fetches provided module into specified archive. -
Uses of ModuleInfo in com.hybris.cockpitng.core.spring
Methods in com.hybris.cockpitng.core.spring that return types with arguments of type ModuleInfo Modifier and Type Method Description java.util.Optional<ModuleInfo>CockpitApplicationContext. getModuleInfo(java.lang.String moduleName)Retrieves information about modulejava.util.Optional<ModuleInfo>DefaultDelegatingCockpitApplicationContext. getModuleInfo(java.lang.String moduleName) -
Uses of ModuleInfo in com.hybris.cockpitng.modules
Methods in com.hybris.cockpitng.modules with parameters of type ModuleInfo Modifier and Type Method Description default booleanLibraryHandler. canFetchLibrary(ModuleInfo moduleInfo)Deprecated, for removal: This API element is subject to removal in a future version.since 1808, useLibraryFetcher.canFetchLibrary(ModuleInfo)insteaddefault voidLibraryHandler. initialize(ModuleInfo moduleInfo, INFO info)Initializes a module with provided info object.default INFOLibraryHandler. prepare(ModuleInfo moduleInfo)Prepares an info object for specified module.default voidCockpitModuleConnector. updateApplicationContextUri(ModuleInfo moduleInfo, java.lang.String contextUri)Updates specified modules application context extension uri.default voidCockpitModuleConnector. updateWidgetsExtension(ModuleInfo moduleInfo, java.lang.String widgetsExtension)Updates specified modules widget's mesh-up extension. -
Uses of ModuleInfo in com.hybris.cockpitng.modules.core.impl
Methods in com.hybris.cockpitng.modules.core.impl that return types with arguments of type ModuleInfo Modifier and Type Method Description protected java.util.List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,java.lang.Object>>CockpitModuleComponentDefinitionService. doPrepare(java.util.List<org.apache.commons.lang3.tuple.Pair<ModuleInfo,LibraryHandler>> moduleInfoEntries, java.lang.String libDirString)Method parameters in com.hybris.cockpitng.modules.core.impl with type arguments of type ModuleInfo Modifier and Type Method Description protected voidCockpitModuleComponentDefinitionService. doInitialize(java.util.List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,java.lang.Object>> moduleInfoEntries)protected java.util.List<org.apache.commons.lang3.tuple.Triple<ModuleInfo,LibraryHandler,java.lang.Object>>CockpitModuleComponentDefinitionService. doPrepare(java.util.List<org.apache.commons.lang3.tuple.Pair<ModuleInfo,LibraryHandler>> moduleInfoEntries, java.lang.String libDirString) -
Uses of ModuleInfo in com.hybris.cockpitng.modules.impl
Methods in com.hybris.cockpitng.modules.impl with parameters of type ModuleInfo Modifier and Type Method Description booleanCockpitRemoteLibraryHandler. canFetchLibrary(ModuleInfo moduleInfo)voidCockpitRemoteLibraryHandler. fetchLibrary(ModuleInfo moduleInfo, java.io.File file)voidCockpitRemoteLibraryHandler. initialize(ModuleInfo moduleInfo, java.lang.Object o)java.lang.ObjectCockpitRemoteLibraryHandler. prepare(ModuleInfo moduleInfo)voidAbstractCockpitModuleConnector. updateApplicationContextUri(ModuleInfo moduleInfo, java.lang.String contextUri)voidAbstractCockpitModuleConnector. updateWidgetsExtension(ModuleInfo moduleInfo, java.lang.String widgetsExtension) -
Uses of ModuleInfo in com.hybris.cockpitng.modules.server.ws.jaxb
Classes in com.hybris.cockpitng.modules.server.ws.jaxb that implement ModuleInfo Modifier and Type Class Description classCockpitModuleInfoDTO used to transfer module information over webservice
-