public class EventsPlugin extends PluginActivator implements EventsService, PreCreateAssociationListener
| Modifier and Type | Field and Description |
|---|---|
private static Logger |
logger |
private TimeService |
timeService |
bundle, dmx, mf| Constructor and Description |
|---|
EventsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedTopic> |
getEvents(long personId) |
List<RelatedTopic> |
getParticipants(long eventId) |
void |
preCreateAssociation(AssociationModel assoc) |
getBundleContext, getPluginName, getStaticResource, getUri, init, preInstall, publishFileSystem, serviceArrived, serviceGone, setCoreService, shutdown, start, stop, toStringprivate TimeService timeService
public EventsPlugin()
public List<RelatedTopic> getEvents(long personId)
getEvents in interface EventsServicepublic List<RelatedTopic> getParticipants(long eventId)
getParticipants in interface EventsServicepublic void preCreateAssociation(AssociationModel assoc)
preCreateAssociation in interface PreCreateAssociationListenerCopyright © 2018. All Rights Reserved.