The PDK Java API is part of the Portal Developer Kit on Portal Studio

Package oracle.portal.provider.v2.preference

Interface Summary
PreferenceDataObject Interface for data objects stored in a PreferenceStore.
 

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.
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  
 


The PDK Java API is part of the Portal Developer Kit on Portal Studio

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