public class EventRegistryServiceImpl extends Object implements org.sakaiproject.sitestats.api.event.EventRegistry, org.sakaiproject.sitestats.api.event.EventRegistryService, Observer
| Constructor and Description |
|---|
EventRegistryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAnonymousEventIds() |
org.sakaiproject.sitestats.api.parser.EventFactory |
getEventFactory() |
Set<String> |
getEventIds() |
Map<String,org.sakaiproject.sitestats.api.event.ToolInfo> |
getEventIdToolMap() |
String |
getEventName(String eventId) |
List<org.sakaiproject.sitestats.api.event.ToolInfo> |
getEventRegistry() |
List<org.sakaiproject.sitestats.api.event.ToolInfo> |
getEventRegistry(String siteId,
boolean onlyAvailableInSite) |
List<String> |
getServerEventIds() |
org.sakaiproject.sitestats.api.parser.ToolFactory |
getToolFactory() |
String |
getToolIcon(String toolId) |
String |
getToolName(String toolId) |
void |
init() |
boolean |
isEventRegistryExpired() |
boolean |
isRegisteredEvent(String eventId) |
void |
setCheckLocalEventNamesFirst(boolean checkLocalEventNamesFirst) |
void |
setEntityBrokerEventRegistry(EntityBrokerEventRegistry ebEventRegistry) |
void |
setFileEventRegistry(FileEventRegistry fileEventRegistry) |
void |
setMemoryService(org.sakaiproject.memory.api.MemoryService memoryService) |
void |
setServerConfigurationService(org.sakaiproject.component.api.ServerConfigurationService serverConfigurationService) |
void |
setServerEventIds(List<String> eventIds) |
void |
setSiteService(org.sakaiproject.site.api.SiteService siteService) |
void |
setStatsManager(org.sakaiproject.sitestats.api.StatsManager m_sm) |
void |
setToolManager(org.sakaiproject.tool.api.ToolManager toolManager) |
void |
update(Observable obs,
Object obj)
Process event registry expired notifications
|
public void setStatsManager(org.sakaiproject.sitestats.api.StatsManager m_sm)
public void setSiteService(org.sakaiproject.site.api.SiteService siteService)
public void setToolManager(org.sakaiproject.tool.api.ToolManager toolManager)
public void setMemoryService(org.sakaiproject.memory.api.MemoryService memoryService)
public void setServerConfigurationService(org.sakaiproject.component.api.ServerConfigurationService serverConfigurationService)
public void setFileEventRegistry(FileEventRegistry fileEventRegistry)
public void setEntityBrokerEventRegistry(EntityBrokerEventRegistry ebEventRegistry)
public void setCheckLocalEventNamesFirst(boolean checkLocalEventNamesFirst)
public void init()
public Set<String> getEventIds()
getEventIds in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic Set<String> getAnonymousEventIds()
getAnonymousEventIds in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic List<org.sakaiproject.sitestats.api.event.ToolInfo> getEventRegistry()
getEventRegistry in interface org.sakaiproject.sitestats.api.event.EventRegistrygetEventRegistry in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic List<org.sakaiproject.sitestats.api.event.ToolInfo> getEventRegistry(String siteId, boolean onlyAvailableInSite)
getEventRegistry in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic boolean isEventRegistryExpired()
isEventRegistryExpired in interface org.sakaiproject.sitestats.api.event.EventRegistrypublic String getEventName(String eventId)
getEventName in interface org.sakaiproject.sitestats.api.event.EventRegistrygetEventName in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic String getToolName(String toolId)
getToolName in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic String getToolIcon(String toolId)
getToolIcon in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic Map<String,org.sakaiproject.sitestats.api.event.ToolInfo> getEventIdToolMap()
getEventIdToolMap in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic org.sakaiproject.sitestats.api.parser.ToolFactory getToolFactory()
getToolFactory in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic org.sakaiproject.sitestats.api.parser.EventFactory getEventFactory()
getEventFactory in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic boolean isRegisteredEvent(String eventId)
isRegisteredEvent in interface org.sakaiproject.sitestats.api.event.EventRegistryServicepublic void update(Observable obs, Object obj)
public List<String> getServerEventIds()
getServerEventIds in interface org.sakaiproject.sitestats.api.event.EventRegistryServiceCopyright © 2006-2014 Universidade Fernando Pessoa. All Rights Reserved.