Oracle9iAS Portal PL/SQL API Reference - 9.0.2.6

Oracle9iAS Portal PL/SQL API Reference - 9.0.2.6

This reference documentation contains information about PL/SQL API packages that are available with Oracle9iAS Portal Developer Kit (PDK). The table below shows the PL/SQL API packages that are available. To find out more, click on the links in the table below.


Granting permissions to execute the PL/SQL APIs:

When using the PL/SQL APIs to build portlets or to perform actions on your portal, you will need to run the provsyns.sql script. This script grants permissions to your schema to execute the PL/SQL APIs and needs to be run once before creating any PL/SQL portlets or procedures in a schema.

You can find provsyns.sql under your IAS_HOME/portal/admin/plsql/wwc in 9.0.x and IAS_HOME/portal30/webdb30/admin/plsql/wwv in 3.0.x

For example: /9iAS_MID/portal/admin/plsql/wwc

Log into SQL*Plus as the portal schema and run the script:

SQL>@provsyns.sql <myschema>

Where "myschema" is the name of the schema where your portlets and proceudres will reside.


Packages
wwa_app_module This package contains methods for working with Oracle Portal form components.  
wwctx_api This package contains APIs that allow access to a session context.  
wwctx_api_proxy This package contains methods for administering Oracle Portal proxy settings.  
wwerr_api_error This package contains methods to add, retrieve and clear errors from an error stack, a warning stack and other related operations.  
wwerr_api_error_ui This package contains methods to support a standardized UI for presenting errors contained in the error stack.  
wwlog_api This package contains methods to log events.  
wwlog_api_admin This package contains methods to perform administrative functions on event logs.  
wwnls_api This package contains methods to access to the National Language Support (NLS) subsystem.  
wwpre_api_name This package contains procedures and functions to create a naming system for storing user-specified application preferences.  
wwpre_api_util This package contains a set of procedures and functions that can be used to resove preference paths, retrieve preference path IDs and retrieve the preference name record.  
wwpre_api_value This package contains procedures and functions to set, get, and delete preference values.  
wwpro_api_adapter This package contains methods to work with portlets deployed via the Federated Portal Adapter.  
wwpro_api_invalidation This package contains procedures to invalidate the cache of portlets in Oracle9iAS Web Cache.  
wwpro_api_mobile This package contains methods for mobile portlet development.  
wwpro_api_node_registry This package contains a method that returns the ID of the local node.  
wwpro_api_parameters This package contains procedures and functions to get the values of portlet parameters.  
wwpro_api_progrp_registry This package contains methods that are used by the portlet provider administration UI and by developers to register provider groups and perform other related tasks: register, edit and delete provider groups list provider groups search provider groups by ID, or name register providers within a group and list providers within a group A provider group is a collection of portlet providers that is defined by a remote provider groups service.  
wwpro_api_provider This package contains procedures and functions to register, edit, and retrieve providers.  
wwpro_api_provider_registry This package contains methods to register and deregister providers and to do related tasks.  
wwsbr_api This package contains the supported Content Repository APIs for Oracle9iAS Portal Release 2, version 9.  
wwsec_api This package contains procedures and functions for administering Oracle9iAS Portal security.  
wwsec_app_priv This package contains methods to check user access privileges before routines are executed, and to redirect browsers to the Single Sign-On Server when authentication is necessary.  
wwsrc_bulk_update_prefs Utility package to update the search portlet preferences in bulk with new values.  
wwui_api_portlet This package contains methods that allow providers to integrate page styles into their portlets.  
wwui_api_portlet_dialog This package contains methods for opening/closing dialogs and creating dialog buttons.  

Object Types
wwa_api_module_session This object type contains methods for Oracle Portal form component session storage.  
wwsto_api_session This object type provides access to a server-side, session-based, storage mechanism that can be used to store small amounts of information for short durations of time.  


Oracle9iAS Portal PL/SQL API Reference - 9.0.2.6

Generated by PL/Doc