com.liferay.portal.model
Interface PortletPreferences

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, PortletPreferencesModel, java.io.Serializable

public interface PortletPreferences
extends PortletPreferencesModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the PortletPreferences table in the database.

Customize com.liferay.portal.service.model.impl.PortletPreferencesImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.PortletPreferencesModel, com.liferay.portal.service.model.impl.PortletPreferencesImpl, com.liferay.portal.service.model.impl.PortletPreferencesModelImpl

Methods inherited from interface com.liferay.portal.model.PortletPreferencesModel
getOwnerId, getOwnerType, getPlid, getPortletId, getPortletPreferencesId, getPreferences, getPrimaryKey, setOwnerId, setOwnerType, setPlid, setPortletId, setPortletPreferencesId, setPreferences, setPrimaryKey
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo