Uses of Interface
org.craftercms.studio.api.v1.service.content.ContentTypeService
Packages that use ContentTypeService
Package
Description
-
Uses of ContentTypeService in org.craftercms.studio.impl.v1.service.content
Classes in org.craftercms.studio.impl.v1.service.content that implement ContentTypeServiceFields in org.craftercms.studio.impl.v1.service.content declared as ContentTypeServiceModifier and TypeFieldDescriptionprotected ContentTypeServiceContentServiceImpl.contentTypeServiceMethods in org.craftercms.studio.impl.v1.service.content with parameters of type ContentTypeServiceModifier and TypeMethodDescriptionvoidContentServiceImpl.setContentTypeService(ContentTypeService contentTypeService) -
Uses of ContentTypeService in org.craftercms.studio.impl.v1.service.security
Fields in org.craftercms.studio.impl.v1.service.security declared as ContentTypeServiceModifier and TypeFieldDescriptionprotected ContentTypeServiceSecurityServiceImpl.contentTypeServiceMethods in org.craftercms.studio.impl.v1.service.security that return ContentTypeServiceMethods in org.craftercms.studio.impl.v1.service.security with parameters of type ContentTypeServiceModifier and TypeMethodDescriptionvoidSecurityServiceImpl.setContentTypeService(ContentTypeService contentTypeService) -
Uses of ContentTypeService in org.craftercms.studio.impl.v2.service.content.internal
Fields in org.craftercms.studio.impl.v2.service.content.internal declared as ContentTypeServiceModifier and TypeFieldDescriptionprotected final ContentTypeServiceContentTypeServiceInternalImpl.contentTypeServiceConstructors in org.craftercms.studio.impl.v2.service.content.internal with parameters of type ContentTypeServiceModifierConstructorDescriptionContentTypeServiceInternalImpl(ContentTypeService contentTypeService, SecurityService securityService, ConfigurationService configurationService, ItemDAO itemDao, String contentTypeBasePathPattern, String contentTypeDefinitionFilename, String contentTypeConfigFilename, String contentTypesRootPath, String templateXPath, String controllerPattern, String controllerFormat, String previewImageXPath, String defaultPreviewImagePath, GitRepositoryHelper gitRepositoryHelper)