Class SuggestionBoxInstancePreDestruction
- java.lang.Object
-
- org.silverpeas.components.suggestionbox.SuggestionBoxInstancePreDestruction
-
- All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePreDestruction
@Named public class SuggestionBoxInstancePreDestruction extends Object implements org.silverpeas.core.admin.component.ComponentInstancePreDestruction
Deletes the suggestion box associated with the SuggestionBox instance that is being deleted.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description SuggestionBoxInstancePreDestruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
preDestroy(String componentInstanceId)
Performs pre destruction tasks in the behalf of the specified component instance.
-
-
-
Method Detail
-
preDestroy
public void preDestroy(String componentInstanceId)
Performs pre destruction tasks in the behalf of the specified component instance.- Specified by:
preDestroy
in interfaceorg.silverpeas.core.admin.component.ComponentInstancePreDestruction
- Parameters:
componentInstanceId
- the unique identifier of the component instance.
-
-