Uses of Interface
org.craftercms.studio.api.v2.service.content.ContentTypeService
Packages that use ContentTypeService
Package
Description
-
Uses of ContentTypeService in org.craftercms.studio.controller.rest.v2
Constructors in org.craftercms.studio.controller.rest.v2 with parameters of type ContentTypeServiceModifierConstructorDescriptionConfigurationController(ConfigurationService configurationService, StudioConfiguration studioConfiguration, ContentTypeService contentTypeService) ModelController(ContentTypeService contentTypeService) -
Uses of ContentTypeService in org.craftercms.studio.impl.v2.service.content
Classes in org.craftercms.studio.impl.v2.service.content that implement ContentTypeService -
Uses of ContentTypeService in org.craftercms.studio.impl.v2.service.marketplace.internal
Fields in org.craftercms.studio.impl.v2.service.marketplace.internal declared as ContentTypeServiceModifier and TypeFieldDescriptionprotected final ContentTypeServiceMarketplaceServiceInternalImpl.contentTypeServiceConstructors in org.craftercms.studio.impl.v2.service.marketplace.internal with parameters of type ContentTypeServiceModifierConstructorDescriptionMarketplaceServiceInternalImpl(InstanceService instanceService, SiteService siteService, SitesService sitesServiceInternal, ContentService contentService, StudioConfiguration studioConfiguration, org.craftercms.commons.plugin.PluginDescriptorReader pluginDescriptorReader, GitRepositoryHelper gitRepositoryHelper, String pluginDescriptorFilename, String templateCode, String templateComment, RetryingRepositoryOperationFacade retryingRepositoryOperationFacade, DeploymentService deploymentService, DependencyService dependencyService, ContentTypeService contentTypeService, ConfigurationService configurationService)