Entity Property Manager Control

EntityPropertyManager is the remote interface for a session bean that manages persistence of ConfigurableEntity EJB's and their properties. The default implementation uses the WLPS database as its backing store, other implementations may use other datastores such as an LDAP server.

Each ConfigurableEntity must have an ejb-ref in its deployment descriptor that can be used to identify the correct EntityPropertyManager to use.

This control requires that the EntityProperty EJB has been deployed to the application. The EntityProperty EJB is contained in p13n_ejb.jar, and is automatically deployed as part of a Portal application.

The following methods are available in this control:

Related Topics

Tutorial: Creating a Control Page Flow Using the Wizard

Overview: Working with Portal Control