Uses of Class
org.hippoecm.hst.content.beans.ObjectBeanManagerException

Packages that use ObjectBeanManagerException
org.hippoecm.hst.content.beans The org.hippoecm.hst.content.beans package defines the API for the HST Content Beans 
org.hippoecm.hst.content.beans.manager The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager 
org.hippoecm.hst.jaxrs.services   
 

Uses of ObjectBeanManagerException in org.hippoecm.hst.content.beans
 

Subclasses of ObjectBeanManagerException in org.hippoecm.hst.content.beans
 class ContentNodeBindingException
          The ContentNodeBindingException class defines a binding exception that a ContentNodeBinder can throw when it is unable to perform its operation successfully.
 class ObjectBeanPersistenceException
          The ObjectBeanPersistenceException class defines a general exception that a ObjectBeanPersistenceManager can throw when it is unable to perform its operation successfully.
 

Uses of ObjectBeanManagerException in org.hippoecm.hst.content.beans.manager
 

Methods in org.hippoecm.hst.content.beans.manager that throw ObjectBeanManagerException
 Object ObjectConverterImpl.getObject(javax.jcr.Node node)
           
 Object ObjectConverter.getObject(javax.jcr.Node node)
           
 Object ObjectConverterImpl.getObject(javax.jcr.Node node, String relPath)
           
 Object ObjectConverter.getObject(javax.jcr.Node node, String relPath)
           
 Object ObjectConverterImpl.getObject(javax.jcr.Session session, String path)
           
 Object ObjectConverter.getObject(javax.jcr.Session session, String path)
           
 Object ObjectBeanManagerImpl.getObject(String path)
           
 Object ObjectBeanManager.getObject(String path)
          Get an object from the JCR repository.
 Object ObjectConverterImpl.getObject(String uuid, javax.jcr.Node node)
           
 Object ObjectConverter.getObject(String uuid, javax.jcr.Node node)
           
 Object ObjectConverterImpl.getObject(String uuid, javax.jcr.Session session)
           
 Object ObjectConverter.getObject(String uuid, javax.jcr.Session session)
           
 Object ObjectBeanManagerImpl.getObjectByUuid(String uuid)
           
 Object ObjectBeanManager.getObjectByUuid(String uuid)
          Get an object from the JCR repository
 String ObjectConverterImpl.getPrimaryObjectType(javax.jcr.Node node)
           
 String ObjectConverter.getPrimaryObjectType(javax.jcr.Node node)
          Returns the Primary Node Type for a Node (or a child Node if the Node is a Handle) to be used for Object conversion, possibly using a fallback Node Type if no exact match can be determined.
 

Uses of ObjectBeanManagerException in org.hippoecm.hst.jaxrs.services
 

Methods in org.hippoecm.hst.jaxrs.services that throw ObjectBeanManagerException
 HippoFolderBean AbstractResource.getMountContentBaseBean(HstRequestContext requestContext)
           
protected  HippoBean AbstractResource.getRequestContentBean(HstRequestContext requestContext)
          Returns the content HippoBean for the current request.
protected
<T extends HippoBean>
T
AbstractResource.getRequestContentBean(HstRequestContext requestContext, Class<T> beanMappingClass)
          Returns the content HippoBean of type T for the current request.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.