Interface HippoResultSetBean
-
- All Superinterfaces:
Comparable<HippoBean>
,ContentBean
,HippoBean
,HippoFolderBean
,HippoTranslated
,HippoVirtualOnlyBean
,IdentifiableContentBean
,NodeAware
,ObjectConverterAware
,PageModelEntity
public interface HippoResultSetBean extends HippoVirtualOnlyBean, HippoFolderBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getCount()
the value of the 'hippo:count' property-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean
equalCompare, getAvailableTranslations, getBean, getBean, getBeanByUUID, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getComparePath, getContentType, getDisplayName, getEqualComparator, getLinkedBean, getLinkedBeans, getMultipleProperty, getMultipleProperty, getName, getNode, getParentBean, getPath, getProperties, getProperty, getSingleProperty, getSingleProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, isVersionedNode
-
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
getDocumentIterator, getDocuments, getDocuments, getDocuments, getDocuments, getDocuments, getDocumentSize, getFolders, getFolders
-
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoTranslated
getLocale, getLocaleString
-
Methods inherited from interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean
getIdentifier, getRepresentationId, setIdentifier
-
Methods inherited from interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
getObjectConverter, setObjectConverter
-
-
-
-
Method Detail
-
getCount
Long getCount()
the value of the 'hippo:count' property- Returns:
- Long value for the count
-
-