org.sakaiproject.tool.assessment.integration.context.spring
Class IntegrationContext

java.lang.Object
  extended by org.sakaiproject.tool.assessment.integration.context.IntegrationContextFactory
      extended by org.sakaiproject.tool.assessment.integration.context.spring.IntegrationContext

public class IntegrationContext
extends IntegrationContextFactory

IntegrationContext is an internal implementation of IntegrationContextFactory. It is the implementation class actually used by Spring and returned by its abstract superclasses' (IntegrationContextFactory) getInstance method.

Author:
Ed Smiley

Constructor Summary
IntegrationContext()
           
 
Method Summary
 AgentHelper getAgentHelper()
           
 CalendarServiceHelper getCalendarServiceHelper()
           
 GradebookHelper getGradebookHelper()
           
 GradebookServiceHelper getGradebookServiceHelper()
           
 PublishingTargetHelper getPublishingTargetHelper()
           
 SectionAwareServiceHelper getSectionAwareServiceHelper()
           
 ServerConfigurationServiceHelper getServerConfigurationServiceHelper()
           
 boolean isIntegrated()
           
 void setAgentHelper(AgentHelper agentHelper)
           
 void setCalendarServiceHelper(CalendarServiceHelper calendarServiceHelper)
           
 void setGradebookHelper(GradebookHelper gradebookHelper)
           
 void setGradebookServiceHelper(GradebookServiceHelper gradebookServiceHelper)
           
 void setIntegrated(boolean integrated)
           
 void setPublishingTargetHelper(PublishingTargetHelper publishingTargetHelper)
           
 void setSectionAwareServiceHelper(SectionAwareServiceHelper sectionAwareServiceHelper)
           
 void setServerConfigurationServiceHelper(ServerConfigurationServiceHelper serverConfigurationServiceHelper)
           
 
Methods inherited from class org.sakaiproject.tool.assessment.integration.context.IntegrationContextFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationContext

public IntegrationContext()
Method Detail

isIntegrated

public boolean isIntegrated()
Specified by:
isIntegrated in class IntegrationContextFactory

setIntegrated

public void setIntegrated(boolean integrated)

getAgentHelper

public AgentHelper getAgentHelper()
Specified by:
getAgentHelper in class IntegrationContextFactory

setAgentHelper

public void setAgentHelper(AgentHelper agentHelper)

getGradebookHelper

public GradebookHelper getGradebookHelper()
Specified by:
getGradebookHelper in class IntegrationContextFactory

setGradebookHelper

public void setGradebookHelper(GradebookHelper gradebookHelper)

getGradebookServiceHelper

public GradebookServiceHelper getGradebookServiceHelper()
Specified by:
getGradebookServiceHelper in class IntegrationContextFactory

setGradebookServiceHelper

public void setGradebookServiceHelper(GradebookServiceHelper gradebookServiceHelper)

getPublishingTargetHelper

public PublishingTargetHelper getPublishingTargetHelper()
Specified by:
getPublishingTargetHelper in class IntegrationContextFactory

setPublishingTargetHelper

public void setPublishingTargetHelper(PublishingTargetHelper publishingTargetHelper)

getSectionAwareServiceHelper

public SectionAwareServiceHelper getSectionAwareServiceHelper()
Specified by:
getSectionAwareServiceHelper in class IntegrationContextFactory

setSectionAwareServiceHelper

public void setSectionAwareServiceHelper(SectionAwareServiceHelper sectionAwareServiceHelper)

getServerConfigurationServiceHelper

public ServerConfigurationServiceHelper getServerConfigurationServiceHelper()
Specified by:
getServerConfigurationServiceHelper in class IntegrationContextFactory

setServerConfigurationServiceHelper

public void setServerConfigurationServiceHelper(ServerConfigurationServiceHelper serverConfigurationServiceHelper)

getCalendarServiceHelper

public CalendarServiceHelper getCalendarServiceHelper()
Specified by:
getCalendarServiceHelper in class IntegrationContextFactory

setCalendarServiceHelper

public void setCalendarServiceHelper(CalendarServiceHelper calendarServiceHelper)


Copyright © 2005-2013 Sakai Project. All Rights Reserved.