Package org.ametys.cms.clientsideelement
Class DeleteContentClientSideElement
- java.lang.Object
-
- org.ametys.runtime.plugin.component.AbstractLogEnabled
-
- org.ametys.core.ui.StaticFileImportsClientSideElement
-
- org.ametys.core.ui.StaticClientSideElement
-
- org.ametys.cms.clientsideelement.SmartContentClientSideElement
-
- org.ametys.cms.clientsideelement.DeleteContentClientSideElement
-
- All Implemented Interfaces:
ClientSideElement
,LogEnabled
,PluginAware
,Configurable
,Serviceable
- Direct Known Subclasses:
DeleteContentClientSideElement
,DeleteContentClientSideElement
,DeleteOrgUnitClientSideElement
,DeleteUserClientSideElement
public class DeleteContentClientSideElement extends SmartContentClientSideElement
This element creates a ribbon button to delete a content
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
-
Field Summary
Fields Modifier and Type Field Description protected ObservationManager
_observationManager
Observer manager.-
Fields inherited from class org.ametys.cms.clientsideelement.SmartContentClientSideElement
_contentHelper, _resolver, _smartHelper
-
Fields inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script
-
-
Constructor Summary
Constructors Constructor Description DeleteContentClientSideElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected I18nizableText
_getReferencedDescription(Content content)
Get i18n description when the content is orphanprotected boolean
_isContentReferenced(Content content)
Test if content is still referenced before removing itMap<String,Object>
getStatus(List<String> contentsId)
Get informations on contents' statevoid
service(ServiceManager smanager)
-
Methods inherited from class org.ametys.cms.clientsideelement.SmartContentClientSideElement
_getAllRightDescription, _getIncorrectWorkflowStepDescription, _getLockedDescription, _getNoModifiableDescription, _getNoRightDescription, _getWorkflowActionUnvailableDescription, _hasRight, _isAllRight, _isLocked, _isModifiable, _isWorkflowStepCorrect, _workflowAction, getContentDefaultParameters
-
Methods inherited from class org.ametys.core.ui.StaticClientSideElement
_configureClass, _configureParameters, _configureScript, configureInitialParameters
-
Methods inherited from class org.ametys.core.ui.StaticFileImportsClientSideElement
_configureDependencies, _configureImports, _configureRights, _configureRightsMode, configure, getDependencies, getId, getPluginName, getRights, getScripts, getScripts, hasRight, setPluginInfo, toString
-
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
-
-
-
Field Detail
-
_observationManager
protected ObservationManager _observationManager
Observer manager.
-
-
Constructor Detail
-
DeleteContentClientSideElement
public DeleteContentClientSideElement()
-
-
Method Detail
-
service
public void service(ServiceManager smanager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classSmartContentClientSideElement
- Throws:
ServiceException
-
getStatus
public Map<String,Object> getStatus(List<String> contentsId)
Description copied from class:SmartContentClientSideElement
Get informations on contents' state- Overrides:
getStatus
in classSmartContentClientSideElement
- Parameters:
contentsId
- the ids of contents- Returns:
- informations on contents' state
-
_isContentReferenced
protected boolean _isContentReferenced(Content content)
Test if content is still referenced before removing it- Parameters:
content
- The content to remove- Returns:
- true if content is still referenced
-
_getReferencedDescription
protected I18nizableText _getReferencedDescription(Content content)
Get i18n description when the content is orphan- Parameters:
content
- The content- Returns:
- The
I18nizableText
description
-
-