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
FieldsModifier and TypeFieldDescriptionprotected HierarchicalReferenceTablesHelperThe helper component for hierarchical simple contents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configuration configuration) Get the list of files to import, associated with the workspace pattern to matchvoidservice(ServiceManager smanager) Methods inherited from class org.ametys.core.ui.StaticRibbonImportManager
setPluginInfoMethods 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:
servicein interfaceServiceable- Throws:
ServiceException
-
configure
- Specified by:
configurein interfaceConfigurable- Overrides:
configurein classStaticRibbonImportManager- Throws:
ConfigurationException
-
getImports
Description copied from interface:RibbonImportGet the list of files to import, associated with the workspace pattern to match- Specified by:
getImportsin interfaceRibbonImport- Overrides:
getImportsin classStaticRibbonImportManager- Returns:
- The list of files
-