com.googlecode.fascinator.portal.services.impl
Class ScriptingServicesImpl

java.lang.Object
  extended by com.googlecode.fascinator.portal.services.impl.ScriptingServicesImpl
All Implemented Interfaces:
ScriptingServices

public class ScriptingServicesImpl
extends Object
implements ScriptingServices


Constructor Summary
ScriptingServicesImpl()
           
 
Method Summary
 ByteRangeRequestCache getByteRangeCache()
           
 DatabaseServices getDatabase()
           
 HarvestManager getHarvestManager()
           
 HouseKeepingManager getHouseKeepingManager()
           
 Indexer getIndexer()
           
 DynamicPageService getPageService()
           
 PortalManager getPortalManager()
           
 Storage getStorage()
           
 VelocityService getVelocityService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptingServicesImpl

public ScriptingServicesImpl()
Method Detail

getDatabase

public DatabaseServices getDatabase()
Specified by:
getDatabase in interface ScriptingServices

getPageService

public DynamicPageService getPageService()
Specified by:
getPageService in interface ScriptingServices

getIndexer

public Indexer getIndexer()
Specified by:
getIndexer in interface ScriptingServices

getStorage

public Storage getStorage()
Specified by:
getStorage in interface ScriptingServices

getHarvestManager

public HarvestManager getHarvestManager()
Specified by:
getHarvestManager in interface ScriptingServices

getHouseKeepingManager

public HouseKeepingManager getHouseKeepingManager()
Specified by:
getHouseKeepingManager in interface ScriptingServices

getPortalManager

public PortalManager getPortalManager()
Specified by:
getPortalManager in interface ScriptingServices

getByteRangeCache

public ByteRangeRequestCache getByteRangeCache()
Specified by:
getByteRangeCache in interface ScriptingServices

getVelocityService

public VelocityService getVelocityService()
Specified by:
getVelocityService in interface ScriptingServices


Copyright © 2009-2012. All Rights Reserved.