Uses of Class
de.hybris.bootstrap.config.ExtensionInfo
Packages that use ExtensionInfo
Package
Description
-
Uses of ExtensionInfo in com.hybris.backoffice.cockpitng.modules
Methods in com.hybris.backoffice.cockpitng.modules with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected Collection<String>BackofficeModuleConnector.resolveParentModules(ExtensionInfo info) -
Uses of ExtensionInfo in com.hybris.backoffice.constants
Methods in com.hybris.backoffice.constants that return types with arguments of type ExtensionInfoModifier and TypeMethodDescriptionstatic Optional<ExtensionInfo>BackofficeModules.getBackofficeModule(String moduleName) Provides information about an extension of specified name that defines backoffice naturestatic List<ExtensionInfo>BackofficeModules.getBackofficeModules()Provides a list of extensions registered in system that define backoffice natureMethods in com.hybris.backoffice.constants with parameters of type ExtensionInfoModifier and TypeMethodDescriptionstatic FileBackofficeModules.getConfigXmlFile(ExtensionInfo extension) Gets backoffice UI configuration file for specified extensionstatic FileBackofficeModules.getModuleFile(ExtensionInfo extension, String suffix) Gets backoffice configuration file for specified extension and of specified suffix (i.e.static FileBackofficeModules.getSpringDefinitionsFile(ExtensionInfo extension) Gets backoffice spring beans configuration file for specified extensionstatic FileBackofficeModules.getWidgetsXmlFile(ExtensionInfo extension) Gets backoffice widgets meshup file for specified extension -
Uses of ExtensionInfo in de.hybris.ant.taskdefs
Methods in de.hybris.ant.taskdefs with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected voidTestClassesScannerTask.executeForModules(ExtensionInfo extensionInfo, com.google.common.base.Stopwatch stopwatch, de.hybris.ant.taskdefs.TestClassesScannerTask.TestClassesScanner scanner, ExtensionModule... modules) Execute the scan for test classes for a list of modules.Method parameters in de.hybris.ant.taskdefs with type arguments of type ExtensionInfoModifier and TypeMethodDescriptionGeneratePreferredPackagesForWeblogic.extractAndMergePreferredPackages(List<ExtensionInfo> extensions, Hashtable<String, Object> properties) -
Uses of ExtensionInfo in de.hybris.ant.taskdefs.gradle
Constructor parameters in de.hybris.ant.taskdefs.gradle with type arguments of type ExtensionInfo -
Uses of ExtensionInfo in de.hybris.ant.taskdefs.metadata
Constructors in de.hybris.ant.taskdefs.metadata with parameters of type ExtensionInfoModifierConstructorDescriptionExtensionMetadataCollector(ExtensionInfo extensionInfo, org.apache.tools.ant.Project antProject) -
Uses of ExtensionInfo in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return ExtensionInfoModifier and TypeMethodDescriptionprotected ExtensionInfoClassWriter.getInfo()CodeGenerator.getInfo(YExtension ext) -
Uses of ExtensionInfo in de.hybris.bootstrap.codegenerator.jalo
Method parameters in de.hybris.bootstrap.codegenerator.jalo with type arguments of type ExtensionInfoModifier and TypeMethodDescriptionbooleanJaloClassGenerator.generateClasses(Collection<ExtensionInfo> extensionCfgs) -
Uses of ExtensionInfo in de.hybris.bootstrap.codegenerator.model
Method parameters in de.hybris.bootstrap.codegenerator.model with type arguments of type ExtensionInfoModifier and TypeMethodDescriptionbooleanModelClassGenerator.generateClasses(Collection<ExtensionInfo> extensionCfgs) -
Uses of ExtensionInfo in de.hybris.bootstrap.codegenerator.platformwebservices
Method parameters in de.hybris.bootstrap.codegenerator.platformwebservices with type arguments of type ExtensionInfoModifier and TypeMethodDescriptionvoidAbstractWebservicesClassGenerator.generateClasses(Collection<ExtensionInfo> extensionCfgs) Deprecated.Constructor parameters in de.hybris.bootstrap.codegenerator.platformwebservices with type arguments of type ExtensionInfoModifierConstructorDescriptionWebservicesCodeGenerator(CodeGenerator codeGen, List<ExtensionInfo> extensionInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExtensionInfo in de.hybris.bootstrap.config
Methods in de.hybris.bootstrap.config that return ExtensionInfoMethods in de.hybris.bootstrap.config that return types with arguments of type ExtensionInfoModifier and TypeMethodDescriptionExtensionInfo.getAllConfiguredRequiredExtensionInfos()ExtensionInfo.getAllRequiredExtensionInfos()returns a List with all required ExtensionInfos which are needed by this extension.PlatformConfig.getExtensionInfosInBuildOrder()PlatformConfig.getExtensionInfosInBuildOrderParallel()PlatformConfig.getExtgenTemplateExtensions(Collection<ExtensionInfo> allExtensions) PlatformConfig.getModulegenTemplateExtensions(Collection<ExtensionInfo> allExtensions) ExtensionInfo.getRequiredExtensionInfos()Methods in de.hybris.bootstrap.config with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected static booleanExtensionModule.containsBackofficeTests(ExtensionInfo extensionInfo) Check if an extension contains backoffice tests.booleanExtensionModule.exists(ExtensionInfo extensionInfo) Check if a module of this extension module type exists in the given extension.ExtensionModule.getBasePath(ExtensionInfo extensionInfo) Get the path where the sources of a module of this type are located in the given extension.protected static booleanExtensionModule.hacModuleExists(ExtensionInfo extensionInfo) This function checks if a HAC module exists in the given extension, i.e.TestClassesXmlSerializer.readModuleTests(ExtensionInfo extensionInfo, ExtensionModule extensionModule, ClassLoader classLoader) Read tests for a selected extension module from the dump file.voidTestClassesXmlSerializer.saveModuleTests(ExtensionInfo extensionInfo, ExtensionModule extensionModule, Set<String> testclassesFound) Save tests from HMC extension module to the dump file.protected static booleanExtensionModule.shouldBeLoadedForWebtests(ExtensionInfo extensionInfo) This function checks if libraries from web module should be added to the test classpath.protected static booleanExtensionModule.webModuleExists(ExtensionInfo extensionInfo) This function checks if a web module exists in the given extension.Method parameters in de.hybris.bootstrap.config with type arguments of type ExtensionInfoModifier and TypeMethodDescriptionPlatformConfig.getExtgenTemplateExtensions(Collection<ExtensionInfo> allExtensions) PlatformConfig.getModulegenTemplateExtensions(Collection<ExtensionInfo> allExtensions) protected StringExtensionInfo.toString(Collection<ExtensionInfo> extensions) -
Uses of ExtensionInfo in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return types with arguments of type ExtensionInfoModifier and TypeMethodDescriptionprotected List<ExtensionInfo>YTypeSystemSource.getExtensionCfgs() -
Uses of ExtensionInfo in de.hybris.platform.acceleratorservices.addonsupport
Methods in de.hybris.platform.acceleratorservices.addonsupport that return ExtensionInfoModifier and TypeMethodDescriptionprotected ExtensionInfoRequiredAddOnsNameProvider.getExtensionInfo(String extName) Methods in de.hybris.platform.acceleratorservices.addonsupport with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected booleanRequiredAddOnsNameProvider.isAddOnExtension(ExtensionInfo extensionInfo) -
Uses of ExtensionInfo in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder.findUnsafeAttributesWithMethods(ComposedType type, ExtensionInfo extInfo, YTypeSystem yTypeSystem, Collection<String> extensions) -
Uses of ExtensionInfo in de.hybris.platform.embeddedserver.base
Constructors in de.hybris.platform.embeddedserver.base with parameters of type ExtensionInfo -
Uses of ExtensionInfo in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return types with arguments of type ExtensionInfoMethods in de.hybris.platform.hac.facade with parameters of type ExtensionInfo -
Uses of ExtensionInfo in de.hybris.platform.persistence.hjmpgen
Methods in de.hybris.platform.persistence.hjmpgen that return types with arguments of type ExtensionInfoModifier and TypeMethodDescriptionprotected Map<ExtensionInfo,File> HJMPGenerator.createTargetDirectories(PlatformConfig cfg) -
Uses of ExtensionInfo in de.hybris.platform.test
Methods in de.hybris.platform.test that return types with arguments of type ExtensionInfoModifier and TypeMethodDescriptionprotected static Set<ExtensionInfo>ExtensionRequirementsTest.getExtensionFilter(String filterName) Methods in de.hybris.platform.test with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected booleanExtensionRequirementsTest.shouldCheckForWebExports(ExtensionInfo extension) -
Uses of ExtensionInfo in de.hybris.platform.util
Methods in de.hybris.platform.util that return ExtensionInfoModifier and TypeMethodDescriptionstatic ExtensionInfoUtilities.getExtensionInfo(String name) Returns for the given extension name the correspondingExtensionInfoobject. -
Uses of ExtensionInfo in de.hybris.platform.webservicescommons.webservices
Methods in de.hybris.platform.webservicescommons.webservices that return ExtensionInfoModifier and TypeMethodDescriptionprotected ExtensionInfoAbstractWebServicesTest.getAuthorizationExtensionInfo()Deprecated, for removal: This API element is subject to removal in a future version.AbstractWebServicesTest.getExtensionInfo()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.webservicescommons.webservices with parameters of type ExtensionInfoModifier and TypeMethodDescriptionprotected StringAbstractWebServicesTest.getWebRoot(ExtensionInfo extensionInfo) Deprecated, for removal: This API element is subject to removal in a future version.protected StringAbstractWebServicesTest.getWsVersionForExtensionInfo(ExtensionInfo extensionInfo) Deprecated, for removal: This API element is subject to removal in a future version.protected javax.ws.rs.client.WebTargetAbstractWebServicesTest.setupWebResource(ExtensionInfo extensionInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExtensionInfo in de.hybris.platform.yacceleratorstorefront.filters
Methods in de.hybris.platform.yacceleratorstorefront.filters that return ExtensionInfo