Uses of Class
org.hippoecm.hst.content.beans.ObjectBeanPersistenceException
-
Packages that use ObjectBeanPersistenceException Package Description org.hippoecm.hst.content.beans The org.hippoecm.hst.content.beans package defines the API for the HST Content Beansorg.hippoecm.hst.content.beans.manager The org.hippoecm.hst.content.beans.manager package defines the API for the HST Content Beans Manager -
-
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.content.beans
Subclasses of ObjectBeanPersistenceException in org.hippoecm.hst.content.beans Modifier and Type Class Description class
ContentNodeBindingException
TheContentNodeBindingException
class defines a binding exception that aContentNodeBinder
can throw when it is unable to perform its operation successfully. -
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.content.beans.manager
Methods in org.hippoecm.hst.content.beans.manager that throw ObjectBeanPersistenceException Modifier and Type Method Description String
ObjectBeanPersistenceManager. createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders)
Creates content node(s) with the specified node type at the specified absolute path.void
ObjectBeanPersistenceManager. refresh()
InvokesSession.refresh(boolean)
withfalse
parameter.void
ObjectBeanPersistenceManager. refresh(boolean keepChanges)
InvokesSession.refresh(boolean)
.void
ObjectBeanPersistenceManager. remove(Object content)
Removes the content node which is mapped to the object.void
ObjectBeanPersistenceManager. save()
Saves all pending changes.void
ObjectBeanPersistenceManager. update(Object content)
Updates the content node which is mapped to the object.void
ObjectBeanPersistenceManager. update(Object content, ContentNodeBinder customContentNodeBinder)
Updates the content node which is mapped to the object by thecustomContentNodeBinder
provided by client.
-