org.sakaiproject.tool.assessment.integration.context
Class IntegrationContextFactory
java.lang.Object
org.sakaiproject.tool.assessment.integration.context.IntegrationContextFactory
- Direct Known Subclasses:
- IntegrationContext
public abstract class IntegrationContextFactory
- extends Object
This is an abstract class. It defines the public methods available for
the properties that it furnishes.
- Author:
- Ed Smiley
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegrationContextFactory
public IntegrationContextFactory()
getInstance
public static IntegrationContextFactory getInstance()
- Static method returning an implementation instance of this factory.
- Returns:
- the factory singleton
isIntegrated
public abstract boolean isIntegrated()
getAgentHelper
public abstract AgentHelper getAgentHelper()
getGradebookHelper
public abstract GradebookHelper getGradebookHelper()
getGradebookServiceHelper
public abstract GradebookServiceHelper getGradebookServiceHelper()
getPublishingTargetHelper
public abstract PublishingTargetHelper getPublishingTargetHelper()
getSectionAwareServiceHelper
public abstract SectionAwareServiceHelper getSectionAwareServiceHelper()
getServerConfigurationServiceHelper
public abstract ServerConfigurationServiceHelper getServerConfigurationServiceHelper()
getCalendarServiceHelper
public abstract CalendarServiceHelper getCalendarServiceHelper()
Copyright © 2005-2013 Sakai Project. All Rights Reserved.