Uses of Interface
org.hippoecm.hst.content.beans.standard.HippoDocumentBean

Packages that use HippoDocumentBean
org.hippoecm.hst.content.beans.standard The org.hippoecm.hst.content.beans.standard package defines the API for the HST Content Standard Beans 
org.hippoecm.hst.content.beans.standard.facetnavigation   
org.hippoecm.hst.jaxrs.model.content   
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
org.hippoecm.hst.utils   
 

Uses of HippoDocumentBean in org.hippoecm.hst.content.beans.standard
 

Classes in org.hippoecm.hst.content.beans.standard that implement HippoDocumentBean
 class HippoAsset
           
 class HippoDocument
           
 class HippoGalleryImageSet
          Bean mapping class for the 'hippogallery:imageset' document type
 

Fields in org.hippoecm.hst.content.beans.standard with type parameters of type HippoDocumentBean
protected  ArrayList<HippoDocumentBean> HippoFolder.hippoDocuments
           
 

Methods in org.hippoecm.hst.content.beans.standard that return types with arguments of type HippoDocumentBean
 List<HippoDocumentBean> HippoFolder.getDocuments()
           
 List<HippoDocumentBean> HippoFolderBean.getDocuments()
          This method returns the List of HippoDocumentBeans in the order they are in the repository.
 List<HippoDocumentBean> HippoFolder.getDocuments(boolean sorted)
           
 List<HippoDocumentBean> HippoFolderBean.getDocuments(boolean sorted)
          This method enables to get the List of HippoDocumentBeans according their HippoBean#compareTo(HippoBean).
 List<HippoDocumentBean> HippoFolder.getDocuments(int from, int to)
           
 List<HippoDocumentBean> HippoFolderBean.getDocuments(int from, int to)
          Returns a view of the portion of the list of HippoDocumentBean between the specified from, inclusive, and to, exclusive.
 List<HippoDocumentBean> HippoFolder.getDocuments(int from, int to, boolean sorted)
           
 List<HippoDocumentBean> HippoFolderBean.getDocuments(int from, int to, boolean sorted)
          Returns a view of the portion of the list of HippoDocumentBean between the specified from, inclusive, and to, exclusive.
 

Uses of HippoDocumentBean in org.hippoecm.hst.content.beans.standard.facetnavigation
 

Methods in org.hippoecm.hst.content.beans.standard.facetnavigation that return types with arguments of type HippoDocumentBean
 List<HippoDocumentBean> HippoFacetNavigation.getDocuments(boolean sorted)
          because there are only documents below the resultset, we can return empty list here directly
 

Uses of HippoDocumentBean in org.hippoecm.hst.jaxrs.model.content
 

Methods in org.hippoecm.hst.jaxrs.model.content with parameters of type HippoDocumentBean
 HippoDocumentRepresentation HippoDocumentRepresentation.represent(HippoDocumentBean hippoBean)
           
 

Uses of HippoDocumentBean in org.hippoecm.hst.util
 

Methods in org.hippoecm.hst.util with parameters of type HippoDocumentBean
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).
 

Uses of HippoDocumentBean in org.hippoecm.hst.utils
 

Methods in org.hippoecm.hst.utils with parameters of type HippoDocumentBean
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, int depth, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, int, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, List<String> linkPaths, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, List, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
static HstQuery BeanUtils.createIncomingBeansQuery(HippoDocumentBean bean, HippoBean scope, String linkPath, BaseHstComponent component, Class<? extends HippoBean> beanMappingClass, boolean includeSubTypes)
          Deprecated. use ContentBeanUtils.createIncomingBeansQuery(HippoDocumentBean, HippoBean, String, ObjectConverter, Class, boolean) instead. The objectConverter can be fetched from BaseHstComponent.getObjectConverter()
 



Copyright © 2008-2012 Hippo. All Rights Reserved.