public interface HippoDocumentBean extends HippoBean, HippoTranslated
Modifier and Type | Method and Description |
---|---|
<T extends HippoBean> |
getAvailableTranslations(Class<T> beanMappingClass) |
<T extends HippoBean> |
getAvailableTranslationsBean(Class<T> beanMappingClass)
Deprecated.
since 2.26.01 : Use
getAvailableTranslations(Class) instead |
String |
getCanonicalHandlePath()
Returns the jcr path of the backing canonical handle jcr node or
null when |
String |
getCanonicalHandleUUID()
Returns the jcr uuid of the backing canonical handle jcr node or
null when |
equalCompare, getAvailableTranslations, getAvailableTranslationsBean, getBean, getBean, getCanonicalBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf
getIdentifier, setIdentifier
getObjectConverter, setObjectConverter
compareTo
getLocale, getLocaleString
String getCanonicalHandleUUID()
null
when
null
HippoBean.getCanonicalUUID()
String getCanonicalHandlePath()
null
when
null
HippoBean.getCanonicalPath()
@Deprecated <T extends HippoBean> HippoAvailableTranslationsBean<T> getAvailableTranslationsBean(Class<T> beanMappingClass)
getAvailableTranslations(Class)
instead<T extends HippoBean> HippoAvailableTranslationsBean<T> getAvailableTranslations(Class<T> beanMappingClass)
beanMappingClass
- only return translations of type beanMappingClass
HippoAvailableTranslationsBean
where the translations must be of type beanMappingClass
. This method never returns null
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.