|
Preference values |
|
The wwpre_api_value package contains methods that are used to store and retrieve the following items:
Preference storage settings are unique to each portlet instance, based on a hierarchical name space and persistence. Different methods provide access preference values according to the implementation type: varchar2, date, number, or string. Preference values associated with preference names are stored in native form. That is, the attribute might have been defined to use the logical type COLOR, which has a native implementation type of varchar2. So the value for this attribute is stored as type COLOR in varchar2. For a given preference name, values can be set (and scoped) at different levels: user, group, or system-wide. For a user-level or a group-level setting, a valid user name, user ID, group name, or group ID must be specified.
Note: A portlet instance is the display of a portlet on a single page. The same portlet may be displayed multiple times on the same page. Each time a portlet is added to a page, Oracle Portal generates a unique portlet instance ID that is the instance's reference path. |
|||||||||||||||||
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |