Package | Description |
---|---|
com.communote.plugins.activity.base.service | |
com.communote.plugins.activity.base.service.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActivityService.addDefinition(ActivityDefinition definition)
Add an activity definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityService.activateDeactivateActivitiesForTopic(Long topicId,
Map<ActivityDefinition,Boolean> settings)
Activate and deactivate activities for a given topic.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<ActivityDefinition,ActivityConfiguration>> |
ActivityServiceImpl.getActivities(Locale locale) |
List<Pair<ActivityDefinition,Boolean>> |
ActivityServiceImpl.getActivitySettingsForTopic(Long topicId) |
Modifier and Type | Method and Description |
---|---|
boolean |
ActivityServiceImpl.addDefinition(ActivityDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityServiceImpl.activateDeactivateActivitiesForTopic(Long topicId,
Map<ActivityDefinition,Boolean> settings) |
Copyright © 2019 Communote team. All rights reserved.