|
get_portlet function |
|
Contained in package wwpro_api_provider. Call this function to return the properties of a portlet. These are returned in a wwpro_api_provider.portlet_record structure. Note: The provider can delegate a call to the portlet implementation to return the portlet record or directly fill in the details for the portlet record. function get_portlet (
) return portlet_record; |
|
|
Any user can use this function. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_provider_id |
A unique identifier used to identify the provider. Note: A null value is not permitted. Datatype: in integer |
|
p_portlet_id |
A unique identifier that locates the portlet within the provider domain. Note: A null value is not permitted. Datatype: in integer |
|
p_language |
The native language in which provider translatable strings are returned. Datatype: in varchar2 |
|
Returns: This function returns a portlet record as wwpro_api_provider.portlet_record. Exceptions:
Example: Calling code: l_portlet_record := wwpro_api_provider.get_portlet (
); Provider call: l_portlet_record := example_provider.get_portlet (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |