Uses of Class
com.hybris.cockpitng.core.config.CockpitConfigurationException
-
-
Uses of CockpitConfigurationException in com.hybris.backoffice.widgets.fulltextsearch
Methods in com.hybris.backoffice.widgets.fulltextsearch that throw CockpitConfigurationException Modifier and Type Method Description FulltextSearchFullTextSearchConfigAdapter. adaptAfterLoad(ConfigContext context, FulltextSearch fulltextSearch)FulltextSearchFullTextSearchConfigAdapter. adaptBeforeStore(ConfigContext context, FulltextSearch fulltextSearch) -
Uses of CockpitConfigurationException in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea that throw CockpitConfigurationException Modifier and Type Method Description protected NotificationAreaNotificationController. getNotificationAreaConfig(NotificationEvent notificationEvent) -
Uses of CockpitConfigurationException in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver
Methods in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver that throw CockpitConfigurationException Modifier and Type Method Description protected voidTreePerspectiveResolver. formTreeNode(NavigationTree tree, NavigationNode node, java.util.Map<java.lang.String,Format> formats, java.util.Map<java.lang.String,NavigationNode> nodes) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.adminmode
Methods in com.hybris.cockpitng.adminmode that throw CockpitConfigurationException Modifier and Type Method Description protected ConfigCockpitAdminComposer. getConfigWithAppliedChanges(Config changes)protected voidCockpitAdminComposer. persistCockpitConfigXml() -
Uses of CockpitConfigurationException in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that throw CockpitConfigurationException Modifier and Type Method Description protected <CONFIG> CONFIGAbstractCockpitElementsContainer. getConfiguration(java.lang.String configString, java.lang.Class<CONFIG> configurationType) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.config.links
Methods in com.hybris.cockpitng.config.links that throw CockpitConfigurationException Modifier and Type Method Description LinksLinksConfigAdapter. adaptAfterLoad(ConfigContext context, Links links)LinksLinksConfigAdapter. adaptBeforeStore(ConfigContext context, Links links) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.core.config
Subclasses of CockpitConfigurationException in com.hybris.cockpitng.core.config Modifier and Type Class Description classCockpitConfigurationNotFoundExceptionRepresents an error occured in the cockpit configuration service, indicating that a requested configuration context is not existing.Methods in com.hybris.cockpitng.core.config that throw CockpitConfigurationException Modifier and Type Method Description CONFIGCockpitConfigurationAdapter. adaptAfterLoad(ConfigContext context, CONFIG config)Adapts given cockpit configuration element after all subsequent configurations are loaded and merged.default CONFIGCockpitConfigurationAdapter. adaptBeforeMerge(ConfigContext context, CONFIG config)Adapts given cockpit configuration element just after it is loaded and before it is merged to other subsequent configurations.CONFIGCockpitConfigurationAdapter. adaptBeforeStore(ConfigContext context, CONFIG config)Adapts given cockpit configuration element before it is stored.<C> CCockpitConfigurationService. loadConfiguration(ConfigContext context, java.lang.Class<C> configurationType)Loads a single piece of cockpit configuration according to context provided.default <C> CCockpitConfigurationService. loadConfiguration(ConfigContext context, java.lang.Class<C> configType, WidgetInstance widgetInstance)Loads a single piece of cockpit configuration according to context provided for specific widgetInstance<C> voidCockpitConfigurationService. storeConfiguration(ConfigContext context, C configuration)Stores a single piece of cockpit configuration according to context provided. -
Uses of CockpitConfigurationException in com.hybris.cockpitng.core.config.impl
Methods in com.hybris.cockpitng.core.config.impl that throw CockpitConfigurationException Modifier and Type Method Description <C> CDefaultCockpitConfigurationService. adaptConfigAfterLoad(C loadedConfig, java.lang.Class<C> configType, ConfigContext context)CallsCockpitConfigurationAdapter.adaptAfterLoad(ConfigContext, Object)on all adapters defined for provided final configuration.protected <C> CDefaultCockpitConfigurationService. adaptConfigBeforeMerge(C loadedConfig, java.lang.Class<C> configType, ConfigContext context)voidDefaultCockpitConfigurationService.CacheOperation. execute()java.lang.ObjectDefaultCockpitConfigurationService.CacheOperationWithResult. execute()protected voidDefaultCockpitConfigurationService. executeReadOperation(DefaultCockpitConfigurationService.CacheOperation operation)protected <V> VDefaultCockpitConfigurationService. executeReadOperation(DefaultCockpitConfigurationService.CacheOperationWithResult operation)protected voidDefaultCockpitConfigurationService. executeWriteOperation(DefaultCockpitConfigurationService.CacheOperation operation)protected <V> VDefaultCockpitConfigurationService. getCacheValue(java.util.function.Supplier<V> value, DefaultCockpitConfigurationService.CacheOperation cacheOperation)protected ConfigDefaultCockpitConfigurationService. getRootConfig()protected ConfigDefaultCockpitConfigurationService. getRootConfigImmediately()<C> CDefaultCockpitConfigurationService. loadConfiguration(ConfigContext context, java.lang.Class<C> configType)<C> CDefaultCockpitConfigurationService. loadConfiguration(ConfigContext context, java.lang.Class<C> configType, WidgetInstance currentWidgetInstance)<C> CDefaultCockpitConfigurationService. loadConfiguration(ConfigContext context, java.lang.Class<C> configType, java.io.InputStream inputStream)Loads configuration of specified type from provided streamprotected <C> CDefaultCockpitConfigurationService. loadConfigurationImmediately(ConfigContext context, java.lang.Class<C> configType)protected <C> CDefaultCockpitConfigurationService. loadConfigurationImmediately(ConfigContext context, java.lang.Class<C> configType, java.io.InputStream inputStream)protected voidDefaultCockpitConfigurationService. loadRootConfigImmediately()ConfigDefaultCockpitConfigurationService. loadRootConfiguration()Loads root configuration<C> CDefaultCockpitConfigurationService. mergeContexts(ConfigContext context, java.util.List<Context> contextElements, java.lang.Class<C> configType)Merges provided configurations into single JAXB configuration bean.<C> org.w3c.dom.NodeDefaultCockpitConfigurationService. storeConfigElement(C config)<C> voidDefaultCockpitConfigurationService. storeConfiguration(ConfigContext context, C configuration)protected <C> voidDefaultCockpitConfigurationService. storeConfigurationImmediately(ConfigContext context, C configuration)voidDefaultCockpitConfigurationService. storeRootConfig(Config root)Stores root configurationprotected voidDefaultCockpitConfigurationService. storeRootConfigImmediately(Config root) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.core.config.impl.adapters
Methods in com.hybris.cockpitng.core.config.impl.adapters that throw CockpitConfigurationException Modifier and Type Method Description AdvancedSearchAdvancedSearchConfigAdapter. adaptAfterLoad(ConfigContext context, AdvancedSearch advancedSearch)java.lang.ObjectCompositeConfigAdapter. adaptAfterLoad(ConfigContext context, java.lang.Object object)DynamicFormsDynamicFormsConfigAdapter. adaptAfterLoad(ConfigContext context, DynamicForms dynamicForms)EditorAreaEditorAreaConfigAdapter. adaptAfterLoad(ConfigContext context, EditorArea editorAreaConfig)GridViewGridViewConfigAdapter. adaptAfterLoad(ConfigContext context, GridView gridView)ListViewListViewConfigAdapter. adaptAfterLoad(ConfigContext context, ListView listView)AdvancedSearchAdvancedSearchConfigAdapter. adaptBeforeStore(ConfigContext context, AdvancedSearch advancedSearch)java.lang.ObjectCompositeConfigAdapter. adaptBeforeStore(ConfigContext context, java.lang.Object object)DynamicFormsDynamicFormsConfigAdapter. adaptBeforeStore(ConfigContext context, DynamicForms dynamicForms)EditorAreaEditorAreaConfigAdapter. adaptBeforeStore(ConfigContext context, EditorArea editorArea)GridViewGridViewConfigAdapter. adaptBeforeStore(ConfigContext context, GridView gridView)ListViewListViewConfigAdapter. adaptBeforeStore(ConfigContext context, ListView listView) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.core.config.impl.adapters.flow
Methods in com.hybris.cockpitng.core.config.impl.adapters.flow that throw CockpitConfigurationException Modifier and Type Method Description FlowFlowConfigFieldsProcessorAdapter. adaptAfterLoad(ConfigContext context, Flow flow)FlowFlowConfigPositionAdapter. adaptAfterLoad(ConfigContext context, Flow flow)FlowFlowConfigFieldsProcessorAdapter. adaptBeforeStore(ConfigContext context, Flow flow)FlowFlowConfigPositionAdapter. adaptBeforeStore(ConfigContext context, Flow flow) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.core.config.impl.jaxb.adapters
Methods in com.hybris.cockpitng.core.config.impl.jaxb.adapters that throw CockpitConfigurationException Modifier and Type Method Description ActionsActionsConfigurationAdapter. adaptAfterLoad(ConfigContext context, Actions actions)CONFIGPositionedConfigurationAdapter. adaptAfterLoad(ConfigContext context, CONFIG config)ActionsActionsConfigurationAdapter. adaptBeforeMerge(ConfigContext context, Actions actions)CONFIGPositionedConfigurationAdapter. adaptBeforeMerge(ConfigContext context, CONFIG config)ActionsActionsConfigurationAdapter. adaptBeforeStore(ConfigContext context, Actions actions)CONFIGPositionedConfigurationAdapter. adaptBeforeStore(ConfigContext context, CONFIG config) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.engine
Methods in com.hybris.cockpitng.engine that throw CockpitConfigurationException Modifier and Type Method Description <CONFIG> CONFIGWidgetInstanceManager. loadConfiguration(ConfigContext context, java.lang.Class<CONFIG> configurationType)Delegate to cockpitConfigurationService.<CONFIG> voidWidgetInstanceManager. storeConfiguration(ConfigContext context, CONFIG configuration)Delegate to cockpitConfigurationService. -
Uses of CockpitConfigurationException in com.hybris.cockpitng.engine.impl
Methods in com.hybris.cockpitng.engine.impl that throw CockpitConfigurationException Modifier and Type Method Description <CONFIG> CONFIGDefaultWidgetInstanceManager. loadConfiguration(ConfigContext context, java.lang.Class<CONFIG> configurationType)<CONFIG> voidDefaultWidgetInstanceManager. storeConfiguration(ConfigContext context, CONFIG configuration) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.widgets.collectionbrowser.context
Methods in com.hybris.cockpitng.widgets.collectionbrowser.context that throw CockpitConfigurationException Modifier and Type Method Description TreeCollectionNodesTreeCollectionFilteringPositionAdapter. adaptAfterLoad(ConfigContext context, TreeCollectionNodes treeConfig)TreeCollectionNodesTreeCollectionFilteringPositionAdapter. adaptBeforeStore(ConfigContext context, TreeCollectionNodes treeConfig) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.widgets.common.explorertree.adapter
Methods in com.hybris.cockpitng.widgets.common.explorertree.adapter that throw CockpitConfigurationException Modifier and Type Method Description ExplorerTreeExplorerTreeConfigAdapter. adaptAfterLoad(ConfigContext context, ExplorerTree explorerTree)ExplorerTreeExplorerTreeConfigAdapter. adaptBeforeStore(ConfigContext context, ExplorerTree explorerTree) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.widgets.compare
Methods in com.hybris.cockpitng.widgets.compare that throw CockpitConfigurationException Modifier and Type Method Description protected CompareViewCompareViewController. loadConfiguration()protected java.util.Set<GroupDescriptor>CompareViewController. loadGroupDescriptors()protected ComparisonResultCompareViewController. performPartialComparison(java.lang.Object reference, java.lang.Object itemToCompare)protected voidCompareViewController. updateViewInternal(CompareViewData data) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.widgets.compare.adapter
Methods in com.hybris.cockpitng.widgets.compare.adapter that throw CockpitConfigurationException Modifier and Type Method Description CompareViewDefaultCompareViewConfigAdapter. adaptBeforeMerge(ConfigContext context, CompareView compareView)protected java.util.Optional<EditorArea>DefaultCompareViewConfigAdapter. loadEditorAreaConfiguration(ConfigContext context, CompareView compareView)protected java.util.Optional<GridView>DefaultCompareViewConfigAdapter. loadGridViewConfiguration(ConfigContext context, CompareView compareView) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.widgets.summaryview
Methods in com.hybris.cockpitng.widgets.summaryview that throw CockpitConfigurationException Modifier and Type Method Description SummaryViewSummaryViewConfigAdapter. adaptAfterLoad(ConfigContext context, SummaryView summaryView)SummaryViewSummaryViewConfigAdapter. adaptBeforeStore(ConfigContext context, SummaryView summaryView) -
Uses of CockpitConfigurationException in com.hybris.cockpitng.widgets.valuechooser
Methods in com.hybris.cockpitng.widgets.valuechooser that throw CockpitConfigurationException Modifier and Type Method Description protected ValueChooserValueChooserController. loadConfiguration()
-