org.sakaiproject.tool.assessment.integration.context
Class IntegrationContextFactory

java.lang.Object
  extended by 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

Constructor Summary
IntegrationContextFactory()
           
 
Method Summary
abstract  AgentHelper getAgentHelper()
           
abstract  CalendarServiceHelper getCalendarServiceHelper()
           
abstract  GradebookHelper getGradebookHelper()
           
abstract  GradebookServiceHelper getGradebookServiceHelper()
           
static IntegrationContextFactory getInstance()
          Static method returning an implementation instance of this factory.
abstract  PublishingTargetHelper getPublishingTargetHelper()
           
abstract  SectionAwareServiceHelper getSectionAwareServiceHelper()
           
abstract  ServerConfigurationServiceHelper getServerConfigurationServiceHelper()
           
abstract  boolean isIntegrated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationContextFactory

public IntegrationContextFactory()
Method Detail

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.