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.File
BackofficeModules. getConfigXmlFile(ExtensionInfo extension)
Gets backoffice UI configuration file for specified extensionstatic java.io.File
BackofficeModules. getModuleFile(ExtensionInfo extension, java.lang.String suffix)
Gets backoffice configuration file for specified extension and of specified suffix (i.e.static java.io.File
BackofficeModules. getSpringDefinitionsFile(ExtensionInfo extension)
Gets backoffice spring beans configuration file for specified extensionstatic java.io.File
BackofficeModules. 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 void
TestClassesScannerTask. 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.bootstrap.codegenerator
Methods in de.hybris.bootstrap.codegenerator that return ExtensionInfo Modifier and Type Method Description protected ExtensionInfo
ClassWriter. getInfo()
ExtensionInfo
CodeGenerator. getInfo(YExtension ext)
ExtensionInfo
CodeGenerator. 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 boolean
JaloClassGenerator. 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 boolean
ModelClassGenerator. 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 void
AbstractWebservicesClassGenerator. 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. -
Uses of ExtensionInfo in de.hybris.bootstrap.config
Methods in de.hybris.bootstrap.config that return ExtensionInfo Modifier and Type Method Description ExtensionInfo
PlatformConfig. 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 boolean
ExtensionModule. containsBackofficeTests(ExtensionInfo extensionInfo)
Check if an extension contains backoffice tests.boolean
ExtensionModule. exists(ExtensionInfo extensionInfo)
Check if a module of this extension module type exists in the given extension.java.io.File
ExtensionModule. getBasePath(ExtensionInfo extensionInfo)
Get the path where the sources of a module of this type are located in the given extension.protected static boolean
ExtensionModule. 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.void
TestClassesXmlSerializer. saveModuleTests(ExtensionInfo extensionInfo, ExtensionModule extensionModule, java.util.Set<java.lang.String> testclassesFound)
Save tests from HMC extension module to the dump file.protected static boolean
ExtensionModule. 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.String
ExtensionInfo. 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 with parameters of type ExtensionInfo Modifier and Type Method Description protected boolean
RequiredAddOnsNameProvider. 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.String
HacExtensionsFacade. 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 boolean
ExtensionRequirementsTest. 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 ExtensionInfo
Utilities. getExtensionInfo(java.lang.String name)
Returns for the given extension name the correspondingExtensionInfo
object. -
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 ExtensionInfo
AbstractWebServicesTest. getAuthorizationExtensionInfo()
Deprecated, for removal: This API element is subject to removal in a future version.ExtensionInfo
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 ExtensionInfo Modifier and Type Method Description protected java.lang.String
AbstractWebServicesTest. getWebRoot(ExtensionInfo extensionInfo)
Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.String
AbstractWebServicesTest. getWsVersionForExtensionInfo(ExtensionInfo extensionInfo)
Deprecated, for removal: This API element is subject to removal in a future version.protected javax.ws.rs.client.WebTarget
AbstractWebServicesTest. 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 ExtensionInfo
AcceleratorAddOnFilter.DefaultExtensionAccessor. getInfo(java.lang.String extensionName)
-