Uses of Class
org.craftercms.studio.api.v1.to.ContentTypeConfigTO
Packages that use ContentTypeConfigTO
Package
Description
-
Uses of ContentTypeConfigTO in org.craftercms.studio.api.v1.service.configuration
Methods in org.craftercms.studio.api.v1.service.configuration that return ContentTypeConfigTOModifier and TypeMethodDescriptionContentTypesConfig.getContentTypeConfig(String site, String contentType) get content type configuration for the given site and the content typeServicesConfig.getContentTypeConfig(String site, String name) get DM content type configuration by the given site and nameContentTypesConfig.loadConfiguration(String site, String contentType) load configuration from the noderRef givenContentTypesConfig.reloadConfiguration(String site, String contentType) -
Uses of ContentTypeConfigTO in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that return ContentTypeConfigTOModifier and TypeMethodDescriptionContentTypeService.getContentType(String site, String type) get a content type by the given site and type nameContentTypeService.getContentTypeByRelativePath(String site, String relativePath) ContentTypeService.getContentTypeForContent(String site, String path) get a content type by the given site and the content pathMethods in org.craftercms.studio.api.v1.service.content that return types with arguments of type ContentTypeConfigTOModifier and TypeMethodDescriptionContentTypeService.getAllContentTypes(String site, boolean searchable) ContentTypeService.getAllowedContentTypesForPath(String site, String relativePath) Methods in org.craftercms.studio.api.v1.service.content with parameters of type ContentTypeConfigTOModifier and TypeMethodDescriptionbooleanContentTypeService.isUserAllowed(Set<String> userRoles, ContentTypeConfigTO item) check if the user is allowed to access the content type with the given user roles -
Uses of ContentTypeConfigTO in org.craftercms.studio.impl.v1.service.configuration
Fields in org.craftercms.studio.impl.v1.service.configuration with type parameters of type ContentTypeConfigTOModifier and TypeFieldDescriptionprotected com.google.common.cache.Cache<String, ContentTypeConfigTO> ContentTypesConfigImpl.cacheMethods in org.craftercms.studio.impl.v1.service.configuration that return ContentTypeConfigTOModifier and TypeMethodDescription@Valid ContentTypeConfigTOContentTypesConfigImpl.getContentTypeConfig(String site, String contentType) @Valid ContentTypeConfigTOServicesConfigImpl.getContentTypeConfig(String site, String name) @Valid ContentTypeConfigTOContentTypesConfigImpl.loadConfiguration(String site, String contentType) @Valid ContentTypeConfigTOContentTypesConfigImpl.reloadConfiguration(String site, String contentType) Methods in org.craftercms.studio.impl.v1.service.configuration with parameters of type ContentTypeConfigTOModifier and TypeMethodDescriptionprotected voidContentTypesConfigImpl.loadCopyDependencyPatterns(ContentTypeConfigTO config, List<org.dom4j.Node> copyDependencyNodes) protected voidContentTypesConfigImpl.loadDeleteDependencies(ContentTypeConfigTO contentTypeConfig, List<org.dom4j.Node> nodes) load delete dependencies mappingprotected voidContentTypesConfigImpl.loadRoles(ContentTypeConfigTO config, List<org.dom4j.Node> nodes) load a list of allowed rolesMethod parameters in org.craftercms.studio.impl.v1.service.configuration with type arguments of type ContentTypeConfigTOModifier and TypeMethodDescriptionvoidContentTypesConfigImpl.setCache(com.google.common.cache.Cache<String, ContentTypeConfigTO> cache) -
Uses of ContentTypeConfigTO in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that return ContentTypeConfigTOModifier and TypeMethodDescription@Valid ContentTypeConfigTOContentTypeServiceImpl.getContentType(String site, String type) @Valid ContentTypeConfigTOContentTypeServiceImpl.getContentTypeByRelativePath(String site, String relativePath) @Valid ContentTypeConfigTOContentTypeServiceImpl.getContentTypeForContent(String site, String path) Methods in org.craftercms.studio.impl.v1.service.content that return types with arguments of type ContentTypeConfigTOModifier and TypeMethodDescription@Valid List<ContentTypeConfigTO> ContentTypeServiceImpl.getAllContentTypes(String site, boolean searchable) protected List<ContentTypeConfigTO> ContentTypeServiceImpl.getAllContentTypes(String site) @Valid List<ContentTypeConfigTO> ContentTypeServiceImpl.getAllowedContentTypesForPath(String site, String relativePath) Methods in org.craftercms.studio.impl.v1.service.content with parameters of type ContentTypeConfigTOModifier and TypeMethodDescriptionprotected voidContentTypeServiceImpl.addContentTypes(String site, Set<String> userRoles, ContentTypeConfigTO config, List<ContentTypeConfigTO> contentTypes) booleanContentTypeServiceImpl.isUserAllowed(Set<String> userRoles, ContentTypeConfigTO item) Method parameters in org.craftercms.studio.impl.v1.service.content with type arguments of type ContentTypeConfigTOModifier and TypeMethodDescriptionprotected voidContentTypeServiceImpl.addContentTypes(String site, Set<String> userRoles, ContentTypeConfigTO config, List<ContentTypeConfigTO> contentTypes) protected voidContentTypeServiceImpl.reloadContentTypeConfigForChildren(String site, RepositoryItem node, List<ContentTypeConfigTO> contentTypes)