Uses of Class
de.hybris.bootstrap.config.ExtensionInfo
-
-
Uses of ExtensionInfo in com.hybris.backoffice.cockpitng.modules
Methods in com.hybris.backoffice.cockpitng.modules with parameters of type ExtensionInfo Modifier and Type Method Description protected java.util.Collection<java.lang.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 ExtensionInfo Modifier and Type Method Description static java.util.Optional<ExtensionInfo>BackofficeModules. getBackofficeModule(java.lang.String moduleName)Provides information about an extension of specified name that defines backoffice naturestatic java.util.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 ExtensionInfo Modifier and Type Method Description static java.io.FileBackofficeModules. getConfigXmlFile(ExtensionInfo extension)Gets backoffice UI configuration file for specified extensionstatic java.io.FileBackofficeModules. getModuleFile(ExtensionInfo extension, java.lang.String suffix)Gets backoffice configuration file for specified extension and of specified suffix (i.e.static java.io.FileBackofficeModules. getSpringDefinitionsFile(ExtensionInfo extension)Gets backoffice spring beans configuration file for specified extensionstatic java.io.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 ExtensionInfo Modifier and Type Method Description protected 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 ExtensionInfo Modifier and Type Method Description java.util.Set<java.lang.String>GeneratePreferredPackagesForWeblogic. extractAndMergePreferredPackages(java.util.List<ExtensionInfo> extensions, java.util.Hashtable<java.lang.String,java.lang.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 Constructor Description GradleDependenciesGenerator(java.util.List<ExtensionInfo> extensions) -
Uses of ExtensionInfo in de.hybris.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return ExtensionInfo Modifier and Type Method Description protected ExtensionInfoClassWriter. getInfo()ExtensionInfoCodeGenerator. getInfo(YExtension ext)ExtensionInfoCodeGenerator. getInfo(java.lang.String extensionName) -
Uses of ExtensionInfo in de.hybris.bootstrap.codegenerator.jalo
Method parameters in de.hybris.bootstrap.codegenerator.jalo with type arguments of type ExtensionInfo Modifier and Type Method Description booleanJaloClassGenerator. generateClasses(java.util.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 ExtensionInfo Modifier and Type Method Description booleanModelClassGenerator. generateClasses(java.util.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 ExtensionInfo Modifier and Type Method Description voidAbstractWebservicesClassGenerator. generateClasses(java.util.Collection<ExtensionInfo> extensionCfgs)Deprecated.Constructor parameters in de.hybris.bootstrap.codegenerator.platformwebservices with type arguments of type ExtensionInfo Constructor Description WebservicesCodeGenerator(CodeGenerator codeGen, java.util.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 ExtensionInfo Modifier and Type Method Description ExtensionInfoPlatformConfig. getExtensionInfo(java.lang.String name)Methods in de.hybris.bootstrap.config that return types with arguments of type ExtensionInfo Modifier and Type Method Description java.util.Set<ExtensionInfo>ExtensionInfo. getAllConfiguredRequiredExtensionInfos()java.util.Set<ExtensionInfo>ExtensionInfo. getAllRequiredExtensionInfos()returns a List with all required ExtensionInfos which are needed by this extension.java.util.List<ExtensionInfo>PlatformConfig. getExtensionInfosInBuildOrder()java.util.List<java.util.List<ExtensionInfo>>PlatformConfig. getExtensionInfosInBuildOrderParallel()java.util.Collection<ExtensionInfo>PlatformConfig. getExtgenTemplateExtensions(java.util.Collection<ExtensionInfo> allExtensions)java.util.Collection<ExtensionInfo>PlatformConfig. getModulegenTemplateExtensions(java.util.Collection<ExtensionInfo> allExtensions)java.util.Set<ExtensionInfo>ExtensionInfo. getRequiredExtensionInfos()Methods in de.hybris.bootstrap.config with parameters of type ExtensionInfo Modifier and Type Method Description protected 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.java.io.FileExtensionModule. 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.java.util.Set<java.lang.String>TestClassesXmlSerializer. readModuleTests(ExtensionInfo extensionInfo, ExtensionModule extensionModule, java.lang.ClassLoader classLoader)Read tests for a selected extension module from the dump file.voidTestClassesXmlSerializer. saveModuleTests(ExtensionInfo extensionInfo, ExtensionModule extensionModule, java.util.Set<java.lang.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 ExtensionInfo Modifier and Type Method Description java.util.Collection<ExtensionInfo>PlatformConfig. getExtgenTemplateExtensions(java.util.Collection<ExtensionInfo> allExtensions)java.util.Collection<ExtensionInfo>PlatformConfig. getModulegenTemplateExtensions(java.util.Collection<ExtensionInfo> allExtensions)protected java.lang.StringExtensionInfo. toString(java.util.Collection<ExtensionInfo> extensions) -
Uses of ExtensionInfo in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return types with arguments of type ExtensionInfo Modifier and Type Method Description protected java.util.List<ExtensionInfo>YTypeSystemSource. getExtensionCfgs() -
Uses of ExtensionInfo in de.hybris.datasupplier.services.impl
Methods in de.hybris.datasupplier.services.impl that return types with arguments of type ExtensionInfo Modifier and Type Method Description protected java.util.List<ExtensionInfo>DefaultHybrisCollectorService. getExtensions() -
Uses of ExtensionInfo in de.hybris.platform.acceleratorservices.addonsupport
Methods in de.hybris.platform.acceleratorservices.addonsupport that return ExtensionInfo Modifier and Type Method Description protected ExtensionInfoRequiredAddOnsNameProvider. getExtensionInfo(java.lang.String extName)Methods in de.hybris.platform.acceleratorservices.addonsupport with parameters of type ExtensionInfo Modifier and Type Method Description protected booleanRequiredAddOnsNameProvider. isAddOnExtension(ExtensionInfo extensionInfo) -
Uses of ExtensionInfo in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence with parameters of type ExtensionInfo Modifier and Type Method Description protected java.util.Collection<UnsafeMethodInfo>SLDUnsafeTypesProviderBuilder. findUnsafeAttributesWithMethods(ComposedType type, ExtensionInfo extInfo, YTypeSystem yTypeSystem, java.util.Collection<java.lang.String> extensions) -
Uses of ExtensionInfo in de.hybris.platform.embeddedserver.base
Constructors in de.hybris.platform.embeddedserver.base with parameters of type ExtensionInfo Constructor Description EmbeddedExtension(ExtensionInfo extensionInfo) -
Uses of ExtensionInfo in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return types with arguments of type ExtensionInfo Modifier and Type Method Description java.util.Collection<ExtensionInfo>HacExtensionsFacade. getTenantSpecificExtensions()Methods in de.hybris.platform.hac.facade with parameters of type ExtensionInfo Modifier and Type Method Description java.lang.StringHacExtensionsFacade. getWebrootForExtension(ExtensionInfo info) -
Uses of ExtensionInfo in de.hybris.platform.persistence.hjmpgen
Methods in de.hybris.platform.persistence.hjmpgen that return types with arguments of type ExtensionInfo Modifier and Type Method Description protected java.util.Map<ExtensionInfo,java.io.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 ExtensionInfo Modifier and Type Method Description protected static java.util.Set<ExtensionInfo>ExtensionRequirementsTest. getExtensionFilter(java.lang.String filterName)Methods in de.hybris.platform.test with parameters of type ExtensionInfo Modifier and Type Method Description protected booleanExtensionRequirementsTest. shouldCheckForWebExports(ExtensionInfo extension) -
Uses of ExtensionInfo in de.hybris.platform.util
Methods in de.hybris.platform.util that return ExtensionInfo Modifier and Type Method Description static ExtensionInfoUtilities. getExtensionInfo(java.lang.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 ExtensionInfo Modifier and Type Method Description protected ExtensionInfoAbstractWebServicesTest. getAuthorizationExtensionInfo()Deprecated, for removal: This API element is subject to removal in a future version.ExtensionInfoAbstractWebServicesTest. 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 ExtensionInfo Modifier and Type Method Description protected java.lang.StringAbstractWebServicesTest. getWebRoot(ExtensionInfo extensionInfo)Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.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 Modifier and Type Method Description protected ExtensionInfoAcceleratorAddOnFilter.DefaultExtensionAccessor. getInfo(java.lang.String extensionName)
-