Package org.ametys.odf.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
org.ametys.odf.clientsideelement.DeleteContentClientSideElement
- All Implemented Interfaces:
ClientSideElement
,LogEnabled
,PluginAware
,Configurable
,Serviceable
- Direct Known Subclasses:
DeleteODFPilotageContentClientSideElement
This element creates an action button to delete a ODF content
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.core.ui.ClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile
-
Field Summary
Modifier and TypeFieldDescriptionprotected DeleteODFContentHelper
The delete ODF content helperprotected RootOrgUnitProvider
The root orgunit providerFields inherited from class org.ametys.cms.clientsideelement.DeleteContentClientSideElement
_observationManager
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Determines if the user has sufficient right for the given contentprotected boolean
_isContentReferenced
(Content content) Test if content is still referenced before removing itprotected boolean
_isModifiable
(Content content) Determines if the content is modifiableDelete ODF contentsgetContentDefaultParameters
(Content content) Get the default content's parametersvoid
service
(ServiceManager manager) Methods inherited from class org.ametys.cms.clientsideelement.DeleteContentClientSideElement
_getReferencedDescription, getStatus
Methods inherited from class org.ametys.cms.clientsideelement.SmartContentClientSideElement
_getAllRightDescription, _getIncorrectWorkflowStepDescription, _getLockedDescription, _getNoModifiableDescription, _getNoRightDescription, _getWorkflowActionUnvailableDescription, _isAllRight, _isLocked, _isWorkflowStepCorrect, _workflowAction
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 Details
-
_rootOrgUnitProvider
The root orgunit provider -
_deleteODFContentHelper
The delete ODF content helper
-
-
Constructor Details
-
DeleteContentClientSideElement
public DeleteContentClientSideElement()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classDeleteContentClientSideElement
- Throws:
ServiceException
-
_hasRight
Description copied from class:SmartContentClientSideElement
Determines if the user has sufficient right for the given content- Overrides:
_hasRight
in classSmartContentClientSideElement
- Parameters:
content
- the content- Returns:
- true if user has sufficient right
-
_isModifiable
Description copied from class:SmartContentClientSideElement
Determines if the content is modifiable- Overrides:
_isModifiable
in classSmartContentClientSideElement
- Parameters:
content
- the content- Returns:
- true if the content is modifiable
-
_isContentReferenced
Description copied from class:DeleteContentClientSideElement
Test if content is still referenced before removing it- Overrides:
_isContentReferenced
in classDeleteContentClientSideElement
- Parameters:
content
- The content to remove- Returns:
- true if content is still referenced
-
deleteContents
Delete ODF contents- Parameters:
contentsId
- The ids of contents to deleteparameters
- the additional parameters- Returns:
- the deleted and undeleted contents
-
getContentDefaultParameters
Description copied from class:SmartContentClientSideElement
Get the default content's parameters- Overrides:
getContentDefaultParameters
in classSmartContentClientSideElement
- Parameters:
content
- The content- Returns:
- The default parameters
-