OracleAS PDK for Java 10.1.2.0.2

Package oracle.portal.provider.v2.preference

Interface Summary
PreferenceDataObject Interface for data objects stored in a PreferenceStore.
PreferenceFilter A PreferenceFilter implements a policy for selecting a subset of Preferences based on their attributes.
 

Class Summary
DBPreferenceStore DBPreferenceStore is an implementation of the PreferenceStore storage mechanism that persists data using a JDBC compatible relational database.
FilePreferenceStore FilePreferenceStore is a lightweight implementation of the PreferenceStore storage mechanism that persists data using the filesystem.
MigrationTool A command line tool for copying preferences between different PreferenceStore implementations.
NameValuePreferenceDataObject Base preference data class.
Preference A Preference is the 'key' through which PreferenceDataObjects are stored and retrieved from a PreferenceStore.
PreferenceStore A PreferenceStore is a generic storage mechanism for loading and saving data items held in PreferenceDataObjects.
 

Exception Summary
EntryAlreadyExistsException  
EntryNotFoundException  
PreferenceStoreException  
 


OracleAS PDK for Java 10.1.2.0.2

Copyright (c) 2002, 2005 Oracle Corporation. All Rights Reserved.