Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.wcps.property
Interface IPreference<T extends java.io.Serializable>

Type Parameters:
T - java type of preference value.
All Superinterfaces:
IAbstractProperty<IPreferenceName,T>, ITimestamped
All Known Implementing Classes:
Preference

public interface IPreference<T extends java.io.Serializable>
extends IAbstractProperty<IPreferenceName,T>, ITimestamped

A preference is a property whose value is scoped to an user. A preference is used instead of a property when there is a need for storing a property's value for each user in an application. Represents a single preference that encapsulates a name and Serializable value pair. A preference is always part of a IPropertySet.


Method Summary

 

Methods inherited from interface oracle.wcps.property.IAbstractProperty
getName, getType, getValue, name, setName, setType, setValue

 

Methods inherited from interface oracle.wcps.property.ITimestamped
getCreatedOn, getUpdatedOn, setCreatedOn, setUpdatedOn

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.