Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ContentNodeBindingException
The
ContentNodeBindingException class defines a binding exception
that a ContentNodeBinder can throw when it is unable to perform its operation
successfully. |
Modifier and Type | Method and 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()
Invokes
Session.refresh(boolean) with false parameter. |
void |
ObjectBeanPersistenceManager.refresh(boolean keepChanges)
Invokes
Session.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 the
customContentNodeBinder
provided by client. |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.