org.pentaho.platform.engine.core.system
Class SpringPentahoSystemProxy

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.SpringPentahoSystemProxy

public class SpringPentahoSystemProxy
extends Object

This class exists for the sole purpose of providing a way for Spring to inject Spring-created objects into a static PentahoSystem.

Please do not reference this class in your code.


Constructor Summary
SpringPentahoSystemProxy()
           
 
Method Summary
 void setAdministrationPlugins(List<IPentahoPublisher> administrationPlugins)
           
 void setSessionStartupActions(List<ISessionStartupAction> registries)
           
 void setSystemListeners(List<IPentahoSystemListener> systemListeners)
           
 void setSystemSettingsService(ISystemSettings systemSettingsService)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringPentahoSystemProxy

public SpringPentahoSystemProxy()
Method Detail

setAdministrationPlugins

public void setAdministrationPlugins(List<IPentahoPublisher> administrationPlugins)

setSystemListeners

public void setSystemListeners(List<IPentahoSystemListener> systemListeners)

setSessionStartupActions

public void setSessionStartupActions(List<ISessionStartupAction> registries)

setSystemSettingsService

public void setSystemSettingsService(ISystemSettings systemSettingsService)