Class 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 Detail

      • DefaultToolBoxService

        public DefaultToolBoxService()
    • Method Detail

      • 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.core.util.SettingBundle getComponentSettings()
        Specified by:
        getComponentSettings in interface org.silverpeas.core.ApplicationService
      • getComponentMessages

        public org.silverpeas.core.util.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