Class HierarchicalReferenceTablesRibbonImportManager
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.core.ui.StaticRibbonImportManager
org.ametys.cms.content.referencetable.HierarchicalReferenceTablesRibbonImportManager
- All Implemented Interfaces:
RibbonImport
,LogEnabled
,PluginAware
,Configurable
,Serviceable
public class HierarchicalReferenceTablesRibbonImportManager
extends StaticRibbonImportManager
implements Serviceable
Ribbon import manager, which import ribbon files only if there is at least one hierarchical reference tables in the application
-
Field Summary
Modifier and TypeFieldDescriptionprotected HierarchicalReferenceTablesHelper
The helper component for hierarchical simple contents -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Configuration configuration) Get the list of files to import, associated with the workspace pattern to matchvoid
service
(ServiceManager smanager) Methods inherited from class org.ametys.core.ui.StaticRibbonImportManager
setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
_hierarchicalSimpleContentsHelper
The helper component for hierarchical simple contents
-
-
Constructor Details
-
HierarchicalReferenceTablesRibbonImportManager
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
configure
- Specified by:
configure
in interfaceConfigurable
- Overrides:
configure
in classStaticRibbonImportManager
- Throws:
ConfigurationException
-
getImports
Description copied from interface:RibbonImport
Get the list of files to import, associated with the workspace pattern to match- Specified by:
getImports
in interfaceRibbonImport
- Overrides:
getImports
in classStaticRibbonImportManager
- Returns:
- The list of files
-