Package com.hybris.backoffice
Class BackofficeModulesEnumeration
- java.lang.Object
-
- com.hybris.backoffice.BackofficeModulesEnumeration
-
- All Implemented Interfaces:
com.hybris.cockpitng.modules.ModulesEnumeration,java.util.Enumeration<com.hybris.cockpitng.core.modules.ModuleInfo>
- Direct Known Subclasses:
BackofficeLibraryFetcher
public class BackofficeModulesEnumeration extends java.lang.Object implements com.hybris.cockpitng.modules.ModulesEnumerationPlatform extensions with backoffice nature exposed as cockpit modules enumeration
-
-
Constructor Summary
Constructors Constructor Description BackofficeModulesEnumeration()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfobuildModuleInfo(java.lang.String moduleName)protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo>createModulesIterator()protected java.net.URIgetExtensionModuleUrl(java.lang.String moduleName)protected java.lang.StringgetModuleIcon(java.lang.String moduleName)protected java.lang.StringgetModulePackage(java.lang.String moduleName)protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo>getModulesIterator()booleanhasMoreElements()static booleanisExtensionModuleURI(java.net.URI moduleSource)com.hybris.cockpitng.core.modules.ModuleInfonextElement()voidreset()protected java.util.Collection<java.lang.String>resolveParentModules(java.lang.String moduleName)
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfacejava.util.Enumeration<com.hybris.cockpitng.core.modules.ModuleInfo>
-
nextElement
public com.hybris.cockpitng.core.modules.ModuleInfo nextElement()
- Specified by:
nextElementin interfacejava.util.Enumeration<com.hybris.cockpitng.core.modules.ModuleInfo>
-
reset
public void reset()
- Specified by:
resetin interfacecom.hybris.cockpitng.modules.ModulesEnumeration
-
getModulesIterator
protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo> getModulesIterator()
-
createModulesIterator
protected java.util.Iterator<com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo> createModulesIterator()
-
buildModuleInfo
protected com.hybris.cockpitng.modules.server.ws.jaxb.CockpitModuleInfo buildModuleInfo(java.lang.String moduleName)
-
getModuleIcon
protected java.lang.String getModuleIcon(java.lang.String moduleName)
-
getModulePackage
protected java.lang.String getModulePackage(java.lang.String moduleName)
-
resolveParentModules
protected java.util.Collection<java.lang.String> resolveParentModules(java.lang.String moduleName)
-
getExtensionModuleUrl
protected java.net.URI getExtensionModuleUrl(java.lang.String moduleName)
-
isExtensionModuleURI
public static boolean isExtensionModuleURI(java.net.URI moduleSource)
-
-