|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstQuery | |
---|---|
org.hippoecm.hst.content.beans.query | The org.hippoecm.hst.content.beans.query package defines the API for the HST Content Beans Query |
org.hippoecm.hst.util | The org.hippoecm.hst.content.util package defines the API for the HST Util |
org.hippoecm.hst.utils |
Uses of HstQuery in org.hippoecm.hst.content.beans.query |
---|
Classes in org.hippoecm.hst.content.beans.query that implement HstQuery | |
---|---|
class |
HstQueryImpl
|
Methods in org.hippoecm.hst.content.beans.query that return HstQuery | |
---|---|
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope)
Creates a empty query, with the scope HippoBean |
HstQuery |
HstQueryManager.createQuery(HippoBean scope)
Creates a empty query, with scope |
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
Class<? extends HippoBean>... filterBeans)
|
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
Class<? extends HippoBean>... filterBean)
Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments. |
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope HippoBean and Filter for types of filterBean. |
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope HippoBean and Filter for types of filterBean. |
HstQuery |
HstQueryManagerImpl.createQuery(HippoBean scope,
String... primaryNodeTypes)
|
HstQuery |
HstQueryManager.createQuery(HippoBean scope,
String... primaryNodeTypes)
Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments. |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope)
|
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope)
Creates a empty query, with scope |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
Class<? extends HippoBean>... filterBeans)
Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments. |
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
Class<? extends HippoBean>... filterBeans)
Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments. |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope and Filter for types of filterBean. |
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
Class<? extends HippoBean> filterBean,
boolean includeSubTypes)
Creates a query, with scope and Filter for types of filterBean. |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
String... primaryNodeTypes)
|
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
String... primaryNodeTypes)
Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are added as variable arguments. |
HstQuery |
HstQueryManagerImpl.createQuery(javax.jcr.Node scope,
String nodeType,
boolean includeSubTypes)
|
HstQuery |
HstQueryManager.createQuery(javax.jcr.Node scope,
String nodeType,
boolean includeSubTypes)
Creates a query, with scope and Filter for node types. |
Uses of HstQuery in org.hippoecm.hst.util |
---|
Methods in org.hippoecm.hst.util that return HstQuery | |
---|---|
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
int depth,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
List<String> linkPaths,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope scope ). |
static HstQuery |
ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean bean,
HippoBean scope,
String linkPath,
ObjectConverter converter,
Class<? extends HippoBean> beanMappingClass,
boolean includeSubTypes)
Returns a HstQuery for incoming beans (incoming beans within scope scope ). |
Methods in org.hippoecm.hst.util with parameters of type HstQuery | ||
---|---|---|
static
|
ContentBeanUtils.getIncomingBeans(HstQuery query,
Class<? extends HippoBean> beanMappingClass)
Returns a list of beans of type T (the same type as beanMappingClass ) that have a (facet)link to the HippoDocumentBean bean . |
Uses of HstQuery in org.hippoecm.hst.utils |
---|
Methods in org.hippoecm.hst.utils with parameters of type HstQuery | ||
---|---|---|
static
|
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest,
HstQuery query,
ObjectConverter objectConverter,
Class<T> beanMappingClass)
Tries to return a bean that is located in a faceted navigation tree below a result set. |
|
static
|
BeanUtils.getFacetedNavigationResultDocument(HstRequest hstRequest,
HstQuery query,
String relPath,
ObjectConverter objectConverter,
Class<T> beanMappingClass)
Tries to return a bean that is located in a faceted navigation tree below a result set. |
|
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
ObjectConverter objectConverter)
Same as BeanUtils.getFacetNavigationBean(HstRequest, String, ObjectConverter) only now instead of a String query we
pass in a HstQuery |
|
static HippoFacetNavigationBean |
BeanUtils.getFacetNavigationBean(HstRequest hstRequest,
HstQuery query,
String relPath,
ObjectConverter objectConverter)
Same as BeanUtils.getFacetNavigationBean(HstRequest, HstQuery, ObjectConverter) only now instead of having the faceted navigation
node from the ResolvedSiteMapItem we add a relPath where it should be found |
|
static
|
BeanUtils.getIncomingBeans(HstQuery query,
Class<? extends HippoBean> beanMappingClass)
Deprecated. use ContentBeanUtils.getIncomingBeans(HstQuery, Class) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |