org.sakaiproject.tool.assessment.integration.context.spring
Class IntegrationContext
java.lang.Object
org.sakaiproject.tool.assessment.integration.context.IntegrationContextFactory
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegrationContext
public IntegrationContext()
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.