Uses of Class
org.hippoecm.hst.content.beans.ObjectBeanPersistenceException
Package
Description
The org.hippoecm.hst.content.beans package defines the API for the HST Content Beans
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionObjectBeanPersistenceManager.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
Removes the content node which is mapped to the object.void
ObjectBeanPersistenceManager.save()
Saves all pending changes.void
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.