OracleAS PDK for Java 9.0.4.0.2

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.


OracleAS PDK for Java 9.0.4.0.2

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