public abstract class RewardPlugin
extends org.exoplatform.container.component.BaseComponentPlugin
| Constructor and Description |
|---|
RewardPlugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPluginId()
get reward plugin unique identifier
|
abstract Map<Long,Double> |
gtEarnedPoints(Set<Long> identityIds,
long startDateInSeconds,
long endDateInSeconds)
Retrieves earned points for identities in a certain period of time
|
abstract boolean |
isEnabled()
Checks is the plugin is enabled
|
public String getPluginId()
public abstract boolean isEnabled()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.