Modifier and Type | Interface and Description |
---|---|
interface |
ContentExtractor<T,C>
An adapter to extract the content from a specified location.
|
Modifier and Type | Class and Description |
---|---|
class |
FSContentExtractor
Deprecated.
|
class |
QueryBasedContentExtractor
A
ContentExtractor to extract Content using any custom definition Query with input as paramsSome queries may not require any parameters; however as per ContentExtractor we need a reliable key for the toString() on the location parameter. |
class |
ResourceContentExtractor
A
ContentExtractor to extract content from any Resource (URL, FileSystem). |
Modifier and Type | Class and Description |
---|---|
class |
ContentQueryService<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Web Service Layer to Query
ContentDescriber Database |
Modifier and Type | Class and Description |
---|---|
class |
CacheableGenericStaticPageWrapper |
Modifier and Type | Class and Description |
---|---|
class |
CacheLookup
A Spring based transformer Implement a Cache wrapper over any Transformer
|
class |
EntityParamQueryLookup
Lookup using a Query over ModelObject
Parses the { QueryCacheLookup.getQuery() string for parameters usage like ":param1" and then tries to fetch the value
from the model object and substitute it automatically into the Query . |
class |
MultiCategoryLookup<T extends HierarchialDomainObject>
Searches for a category to match a criteria defined by
MultiCategoryLookup.queryTransformer . |
class |
ProductMultiCategoryLookup<T extends Product>
Deprecated.
This was the original CatgegoryLookup, however its query is sloppy and specific. Simply use
MultiCategoryLookup with a Tramsformer defined to run the Query |
class |
QueryCacheLookup<T>
Deprecated.
@see
CacheLookup |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductLookupService<P extends Product>
Common operations on Product Lookup
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProductLookupService<P extends Product> |
class |
ProductCategoryLookup<T extends Product>
Lookup a Category to get Category
Product by using any unique field in it
It also caches the result |
Modifier and Type | Class and Description |
---|---|
class |
ProductTemplateServiceImpl
ProductTemplate specific TemplateService methods |
Modifier and Type | Class and Description |
---|---|
class |
ProductQueryService
Web Service Layer to Query
Product Database |
Modifier and Type | Class and Description |
---|---|
class |
PostTemplateServiceImpl
Implementation of the
TemplateService for Posts. |
class |
TemplateServiceImpl
Default implementation of the
TemplateService |
Copyright © 2018. All rights reserved.