it.eng.spagobi.engines.drivers.weka.events.handlers
Class WekaEventPresentationHandler

java.lang.Object
  extended by it.eng.spagobi.engines.drivers.weka.events.handlers.WekaEventPresentationHandler
All Implemented Interfaces:
IEventPresentationHandler

public class WekaEventPresentationHandler
extends java.lang.Object
implements IEventPresentationHandler


Constructor Summary
WekaEventPresentationHandler()
           
 
Method Summary
protected  BIObject getDocument(java.lang.String documentId)
           
 java.lang.String getEngineBaseUrl(BIObject document)
           
protected  java.util.List<BIObject> getLinkedObject(BIObject document)
           
 void loadEventInfo(EventLog event, it.eng.spago.base.SourceBean response)
          Load event info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WekaEventPresentationHandler

public WekaEventPresentationHandler()
Method Detail

loadEventInfo

public void loadEventInfo(EventLog event,
                          it.eng.spago.base.SourceBean response)
                   throws it.eng.spago.base.SourceBeanException,
                          it.eng.spago.error.EMFUserError
Description copied from interface: IEventPresentationHandler
Load event info.

Specified by:
loadEventInfo in interface IEventPresentationHandler
Parameters:
event - the event
response - the response
Throws:
it.eng.spago.base.SourceBeanException - the source bean exception
it.eng.spago.error.EMFUserError - the EMF user error

getDocument

protected BIObject getDocument(java.lang.String documentId)
                        throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

getLinkedObject

protected java.util.List<BIObject> getLinkedObject(BIObject document)
                                            throws it.eng.spago.error.EMFUserError
Throws:
it.eng.spago.error.EMFUserError

getEngineBaseUrl

public java.lang.String getEngineBaseUrl(BIObject document)