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

oracle.portal.provider.v2.personalize
Interface PersonalizationObject

All Superinterfaces:
PreferenceDataObject
All Known Implementing Classes:
NameValuePersonalizationObject

public interface PersonalizationObject
extends PreferenceDataObject

Interface for tagging PreferenceDataObjects as being usable by PortletPersonalizationManagers


Method Summary
 void init(PortletReference ref)
          Init method used to initialize the data object after instantiation via its null constructor.
 
Methods inherited from interface oracle.portal.provider.v2.preference.PreferenceDataObject
getContentVersion, read, setContentVersion, write
 

Method Detail

init

public void init(PortletReference ref)
Init method used to initialize the data object after instantiation via its null constructor. Defined by the PersonalizationObject interface. Personalization manager is expected to call the init method of data objects that implement the PersonalizationObject interface.

Behavior is to initialize the title using the (static) title from the portlet metadata (portlet.getTitle()). The portlet's default Locale is used to retrieve the title.

Parameters:
params - collection of parameters that can be used to initialize this object. Currently 1 parameter is expected - the PortletReference

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

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