Uses of Interface
org.craftercms.core.service.ContentStoreService
-
Packages that use ContentStoreService Package Description org.craftercms.core.controller.rest org.craftercms.core.processors.impl org.craftercms.core.service.impl -
-
Uses of ContentStoreService in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest with parameters of type ContentStoreService Modifier and Type Method Description voidCacheRestController. setStoreService(ContentStoreService storeService)Constructors in org.craftercms.core.controller.rest with parameters of type ContentStoreService Constructor Description ContentStoreRestController(ContentStoreService storeService) -
Uses of ContentStoreService in org.craftercms.core.processors.impl
Fields in org.craftercms.core.processors.impl declared as ContentStoreService Modifier and Type Field Description protected ContentStoreServiceIncludeDescriptorsProcessor. contentStoreServiceThe content store service, used to retrieve the descriptors to include.Methods in org.craftercms.core.processors.impl with parameters of type ContentStoreService Modifier and Type Method Description voidIncludeDescriptorsProcessor. 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 ContentStoreService Modifier and Type Class Description classAbstractCachedContentStoreServiceAbstractContentStoreServicethat provides caching to actual implementations.classContentStoreServiceImplDefault implementation ofContentStoreService.
-