|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectBeanPersistenceException | |
---|---|
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.content.beans.manager.workflow | The org.hippoecm.hst.content.beans.manager.workflow package defines the API for the HST Content Beans Workflow Manager |
org.hippoecm.hst.jaxrs.services | |
org.hippoecm.hst.jaxrs.services.content | |
org.hippoecm.hst.mock.content.beans.manager |
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.content.beans |
---|
Subclasses of ObjectBeanPersistenceException 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. |
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.content.beans.manager |
---|
Methods in org.hippoecm.hst.content.beans.manager that throw ObjectBeanPersistenceException | |
---|---|
void |
ObjectBeanPersistenceManager.create(String absPath,
String nodeTypeName,
String name)
Deprecated. use ObjectBeanPersistenceManager.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders) |
void |
ObjectBeanPersistenceManager.create(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
Deprecated. use ObjectBeanPersistenceManager.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders) |
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. |
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.content.beans.manager.workflow |
---|
Methods in org.hippoecm.hst.content.beans.manager.workflow that throw ObjectBeanPersistenceException | |
---|---|
void |
WorkflowPersistenceManagerImpl.create(String absPath,
String nodeTypeName,
String name)
Deprecated. the name of the created node can differ from the passed name. Use WorkflowPersistenceManagerImpl.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders)
to get the absolute path of the created node. |
void |
WorkflowPersistenceManagerImpl.create(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
Deprecated. the name of the created node can differ from the passed name. Use WorkflowPersistenceManagerImpl.createAndReturn(String absPath, String nodeTypeName, String name, boolean autoCreateFolders)
to get the absolute path of the created node. |
String |
WorkflowPersistenceManagerImpl.createAndReturn(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
Creates content node(s) with the specified node type at the specified absolute path. |
protected javax.jcr.Node |
WorkflowPersistenceManagerImpl.createMissingFolders(String absPath)
|
protected String |
WorkflowPersistenceManagerImpl.createNodeByWorkflow(javax.jcr.Node folderNode,
String nodeTypeName,
String name)
|
void |
WorkflowPersistenceManagerImpl.refresh()
Invokes Session.refresh(boolean) with false parameter. |
void |
WorkflowPersistenceManagerImpl.refresh(boolean keepChanges)
Invokes Session.refresh(boolean) . |
void |
WorkflowPersistenceManagerImpl.remove(Object content)
Removes the content node which is mapped to the object. |
void |
WorkflowPersistenceManagerImpl.save()
Saves all pending changes. |
void |
WorkflowPersistenceManagerImpl.update(Object content)
Updates the content node which is mapped to the object. |
void |
WorkflowPersistenceManagerImpl.update(Object content,
ContentNodeBinder customContentNodeBinder)
Updates the content node which is mapped to the object by the customContentNodeBinder
provided by client. |
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.jaxrs.services |
---|
Methods in org.hippoecm.hst.jaxrs.services that throw ObjectBeanPersistenceException | |
---|---|
protected String |
AbstractResource.deleteHippoBean(javax.servlet.http.HttpServletRequest servletRequest,
HippoBean hippoBean)
|
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.jaxrs.services.content |
---|
Methods in org.hippoecm.hst.jaxrs.services.content that throw ObjectBeanPersistenceException | |
---|---|
protected String |
AbstractContentResource.deleteContentResource(javax.servlet.http.HttpServletRequest servletRequest,
HippoBean baseBean,
String relPath)
|
Uses of ObjectBeanPersistenceException in org.hippoecm.hst.mock.content.beans.manager |
---|
Methods in org.hippoecm.hst.mock.content.beans.manager that throw ObjectBeanPersistenceException | |
---|---|
protected Object |
MockObjectBeanPersistenceManager.bytesToObject(byte[] bytes)
|
void |
MockObjectBeanPersistenceManager.create(String absPath,
String nodeTypeName,
String name)
|
void |
MockObjectBeanPersistenceManager.create(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
|
String |
MockObjectBeanPersistenceManager.createAndReturn(String absPath,
String nodeTypeName,
String name,
boolean autoCreateFolders)
|
Object |
MockObjectBeanPersistenceManager.getObject(String absPath)
|
Object |
MockObjectBeanPersistenceManager.getObjectByUuid(String uuid)
|
protected Object |
MockObjectBeanPersistenceManager.getSerializedCopy(Object object)
|
protected byte[] |
MockObjectBeanPersistenceManager.objectToBytes(Object object)
|
void |
MockObjectBeanPersistenceManager.refresh()
|
void |
MockObjectBeanPersistenceManager.refresh(boolean keepChanges)
|
void |
MockObjectBeanPersistenceManager.remove(Object content)
|
void |
MockObjectBeanPersistenceManager.save()
|
void |
MockObjectBeanPersistenceManager.setObject(String absPath,
Object object)
|
void |
MockObjectBeanPersistenceManager.update(Object content)
|
void |
MockObjectBeanPersistenceManager.update(Object content,
ContentNodeBinder customBinder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |