|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PropertySetManager is a stateless session bean that provides access to property sets, through PropertySetRepositories. It also provides translation between XML and property set objects for use in the data synchronization framework.
This control requires that the PropertySetManager EJB has been deployed to the application. The PropertySetManager EJB is contained in p13n_ejb.jar, and is automatically deployed as part of a Portal application.
PropertySetManager
,
PropertySet
,
PropertySetRepository
Method Summary | |
PropertySet |
getPropertySet(String type,
String name)
Get the PropertySet identified by the given type and name |
Map |
getPropertySets(String type)
Get all PropertySets of a given type |
String |
getPropertySetXml(String type,
String name)
Retrieve the XML representation of a property set |
Method Detail |
public PropertySet getPropertySet(String type, String name) throws P13nControlException
type
- the PropertySetTypename
- the name of the PropertySet
P13nControlException
- if remote errors occurr while accessing the
PropertySetManager EJBpublic String getPropertySetXml(String type, String name) throws P13nControlException
type
- the PropertySet typename
- the name of the PropertySet to retrieve
P13nControlException
- if remote errors occurr while accessing the
PropertySetManager EJBpublic Map getPropertySets(String type) throws P13nControlException
type
- the PropertySetType to retrieve
P13nControlException
- if remote errors occurr while accessing the
PropertySetManager EJB
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |