Package com.liferay.portlet
Class StrictPortletPreferencesImpl
Object
com.liferay.portlet.PortletPreferencesImpl
com.liferay.portlet.StrictPortletPreferencesImpl
- All Implemented Interfaces:
Serializable
,Cloneable
,PortletPreferences
public class StrictPortletPreferencesImpl
extends PortletPreferencesImpl
implements Cloneable, Serializable
- Author:
- Tomas Polesovsky, Shuyang Zhou
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStrictPortletPreferencesImpl
(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml, Map<String, Preference> preferences) -
Method Summary
Methods inherited from class com.liferay.portlet.PortletPreferencesImpl
equals, getCompanyId, getMap, getModifiedPreferences, getNames, getOriginalPreferences, getOriginalXML, getOwnerId, getOwnerType, getPlid, getPortletId, getPreferences, getValue, getValues, hashCode, isReadOnly, reset, setPlid, setValue, setValues, size, store, toXML
-
Constructor Details
-
StrictPortletPreferencesImpl
public StrictPortletPreferencesImpl() -
StrictPortletPreferencesImpl
public StrictPortletPreferencesImpl(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml, Map<String, Preference> preferences)
-
-
Method Details
-
clone
- Overrides:
clone
in classPortletPreferencesImpl
-