public interface Statisticable extends EntityProvider
EntityProvider interface| Modifier and Type | Method and Description |
|---|---|
String |
getAssociatedToolId()
Return the associated common tool.id for this tool
|
String[] |
getEventKeys()
Return an array of all the event keys which should be tracked for statistics
|
Map<String,String> |
getEventNames(Locale locale)
OPTIONAL: return null if you do not want to implement this
Return the event key => event name map for a given Locale, allows the author to create human readable i18n names for their event keys |
getEntityPrefixString getAssociatedToolId()
String[] getEventKeys()
Map<String,String> getEventNames(Locale locale)
locale - the locale to return the names forCopyright © 2003–2021 Sakai Project. All rights reserved.