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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.silverpeas.kernel.bundle.LocalizationBundlegetComponentMessages(String language) org.silverpeas.kernel.bundle.SettingBundlegetContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) booleanisRelatedTo(String instanceId)
-
Constructor Details
-
DefaultToolBoxService
public DefaultToolBoxService()
-
-
Method Details
-
getContributionById
public Optional<KmeliaPublication> getContributionById(org.silverpeas.core.contribution.model.ContributionIdentifier contributionId) - Specified by:
getContributionByIdin interfaceorg.silverpeas.core.ApplicationService
-
getComponentSettings
public org.silverpeas.kernel.bundle.SettingBundle getComponentSettings()- Specified by:
getComponentSettingsin interfaceorg.silverpeas.core.ApplicationService
-
getComponentMessages
- Specified by:
getComponentMessagesin interfaceorg.silverpeas.core.ApplicationService
-
isRelatedTo
- Specified by:
isRelatedToin interfaceorg.silverpeas.core.ApplicationService
-