Class DataWarningInstancePostConstruction

java.lang.Object
org.silverpeas.components.datawarning.DataWarningInstancePostConstruction
All Implemented Interfaces:
org.silverpeas.core.admin.component.ComponentInstancePostConstruction

@Service @Named public class DataWarningInstancePostConstruction extends Object implements org.silverpeas.core.admin.component.ComponentInstancePostConstruction
Once an instance of the DataWarning application is created, creates a data warning entity, prepares a data warning scheduler and query.
Author:
mmoquillon
  • Constructor Details

    • DataWarningInstancePostConstruction

      public DataWarningInstancePostConstruction()
  • Method Details

    • postConstruct

      public void postConstruct(String componentInstanceId)
      Performs post construction tasks in the behalf of the specified DataWarning instance.
      Specified by:
      postConstruct in interface org.silverpeas.core.admin.component.ComponentInstancePostConstruction
      Parameters:
      componentInstanceId - the unique identifier of the DataWarning instance.