public class PlatformEntityManagers extends Object
Modifier and Type | Field and Description |
---|---|
protected CommentEntityManager |
commentEntityManager |
protected PlatformEngineConfiguration |
configuration |
protected ConfigurationPropertyEntityManager |
configurationPropertyEntityManager |
protected PlatformDataManagers |
dataManagers |
protected PlatformDeploymentEntityManager |
platformDeploymentEntityManager |
protected PlatformResourceEntityManager |
platformResourceEntityManager |
protected QueryDefinitionEntityManager |
queryDefinitionEntityManager |
protected TranslationEntityManager |
translationEntityManager |
protected VariableExtractorDefinitionEntityManager |
variableExtractorDefinitionEntityManager |
Constructor and Description |
---|
PlatformEntityManagers(PlatformEngineConfiguration configuration,
PlatformDataManagers dataManagers) |
protected final PlatformEngineConfiguration configuration
protected final PlatformDataManagers dataManagers
protected TranslationEntityManager translationEntityManager
protected CommentEntityManager commentEntityManager
protected ConfigurationPropertyEntityManager configurationPropertyEntityManager
protected PlatformDeploymentEntityManager platformDeploymentEntityManager
protected PlatformResourceEntityManager platformResourceEntityManager
protected QueryDefinitionEntityManager queryDefinitionEntityManager
protected VariableExtractorDefinitionEntityManager variableExtractorDefinitionEntityManager
public PlatformEntityManagers(PlatformEngineConfiguration configuration, PlatformDataManagers dataManagers)
public void init()
public TranslationEntityManager getTranslationEntityManager()
public void setTranslationEntityManager(TranslationEntityManager translationEntityManager)
public CommentEntityManager getCommentEntityManager()
public void setCommentEntityManager(CommentEntityManager commentEntityManager)
public ConfigurationPropertyEntityManager getConfigurationPropertyEntityManager()
public void setConfigurationPropertyEntityManager(ConfigurationPropertyEntityManager configurationPropertyEntityManager)
public PlatformDeploymentEntityManager getPlatformDeploymentEntityManager()
public void setPlatformDeploymentEntityManager(PlatformDeploymentEntityManager platformDeploymentEntityManager)
public PlatformResourceEntityManager getPlatformResourceEntityManager()
public void setPlatformResourceEntityManager(PlatformResourceEntityManager platformResourceEntityManager)
public QueryDefinitionEntityManager getQueryDefinitionEntityManager()
public void setQueryDefinitionEntityManager(QueryDefinitionEntityManager queryDefinitionEntityManager)
public VariableExtractorDefinitionEntityManager getVariableExtractorDefinitionEntityManager()
public void setVariableExtractorDefinitionEntityManager(VariableExtractorDefinitionEntityManager variableExtractorDefinitionEntityManager)