Class DefaultToolBoxService

java.lang.Object
org.silverpeas.components.kmelia.service.DefaultToolBoxService
All Implemented Interfaces:
org.silverpeas.core.ApplicationService

@Service @Named("toolboxService") public class DefaultToolBoxService extends Object implements org.silverpeas.core.ApplicationService
Service to handle the contributions in a Toolbox application.
Author:
mmoquillon
  • Constructor Details

    • DefaultToolBoxService

      public DefaultToolBoxService()
  • Method Details

    • getContributionById

      public Optional<KmeliaPublication> getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId)
      Specified by:
      getContributionById in interface org.silverpeas.core.ApplicationService
    • getComponentSettings

      public org.silverpeas.kernel.bundle.SettingBundle getComponentSettings()
      Specified by:
      getComponentSettings in interface org.silverpeas.core.ApplicationService
    • getComponentMessages

      public org.silverpeas.kernel.bundle.LocalizationBundle getComponentMessages(String language)
      Specified by:
      getComponentMessages in interface org.silverpeas.core.ApplicationService
    • isRelatedTo

      public boolean isRelatedTo(String instanceId)
      Specified by:
      isRelatedTo in interface org.silverpeas.core.ApplicationService