public abstract class IntegrationContextFactory extends Object
| Constructor and Description |
|---|
IntegrationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
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() |
static IntegrationContextFactory |
getTestInstance() |
abstract boolean |
isIntegrated() |
public static IntegrationContextFactory getInstance()
public static IntegrationContextFactory getTestInstance()
public abstract boolean isIntegrated()
public abstract AgentHelper getAgentHelper()
public abstract GradebookHelper getGradebookHelper()
public abstract GradebookServiceHelper getGradebookServiceHelper()
public abstract PublishingTargetHelper getPublishingTargetHelper()
public abstract SectionAwareServiceHelper getSectionAwareServiceHelper()
public abstract ServerConfigurationServiceHelper getServerConfigurationServiceHelper()
public abstract CalendarServiceHelper getCalendarServiceHelper()
Copyright © 2003–2020 Sakai Project. All rights reserved.