Uses of Interface
org.craftercms.core.service.ContentStoreService
Packages that use ContentStoreService
Package
Description
-
Uses of ContentStoreService in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest with parameters of type ContentStoreServiceModifier and TypeMethodDescriptionvoidCacheRestController.setStoreService(ContentStoreService storeService) Constructors in org.craftercms.core.controller.rest with parameters of type ContentStoreService -
Uses of ContentStoreService in org.craftercms.core.processors.impl
Fields in org.craftercms.core.processors.impl declared as ContentStoreServiceModifier and TypeFieldDescriptionprotected ContentStoreServiceIncludeDescriptorsProcessor.contentStoreServiceThe content store service, used to retrieve the descriptors to include.Methods in org.craftercms.core.processors.impl with parameters of type ContentStoreServiceModifier and TypeMethodDescriptionvoidIncludeDescriptorsProcessor.setContentStoreService(ContentStoreService contentStoreService) Sets the content store service, used to retrieve the descriptors to include. -
Uses of ContentStoreService in org.craftercms.core.service.impl
Classes in org.craftercms.core.service.impl that implement ContentStoreServiceModifier and TypeClassDescriptionclassAbstractContentStoreServicethat provides caching to actual implementations.classDefault implementation ofContentStoreService.