Package | Description |
---|---|
com.communote.plugins.activity.base.service | |
com.communote.plugins.activity.base.service.impl |
Modifier and Type | Method and Description |
---|---|
void |
ActivityService.activateDeactivateActivitiesForTopic(Long topicId,
Map<ActivityDefinition,Boolean> settings)
Activate and deactivate activities for a given topic.
|
List<Pair<ActivityDefinition,ActivityConfiguration>> |
ActivityService.getActivities(Locale locale)
Return pairs of associated activity definitions and configurations.
|
List<Pair<ActivityDefinition,Boolean>> |
ActivityService.getActivitySettingsForTopic(Long topicId)
Return a list of activities that can be configured per topic.
|
boolean |
ActivityService.isActivityActive(String templateId,
Long topicId)
Return whether an activity is active for a given topic.
|
boolean |
ActivityService.isActivityDeletableByUser(String templateId)
Return whether an activity is defined or configured to be deletable by the owner of the
activity message or the manager of the topic.
|
void |
ActivityService.storeActivityConfigurations(List<ActivityConfiguration> configurations)
Stores the provided activity configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityServiceImpl.activateDeactivateActivitiesForTopic(Long topicId,
Map<ActivityDefinition,Boolean> settings) |
List<Pair<ActivityDefinition,ActivityConfiguration>> |
ActivityServiceImpl.getActivities(Locale locale) |
List<Pair<ActivityDefinition,Boolean>> |
ActivityServiceImpl.getActivitySettingsForTopic(Long topicId) |
boolean |
ActivityServiceImpl.isActivityActive(String templateId,
Long topicId) |
boolean |
ActivityServiceImpl.isActivityDeletableByUser(String templateId) |
void |
ActivityServiceImpl.storeActivityConfigurations(List<ActivityConfiguration> configurations) |
Copyright © 2019 Communote team. All rights reserved.