Java com.liferay.portal.kernel.service PortalPreferencesLocalServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service PortalPreferencesLocalServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service PortalPreferencesLocalServiceUtil.

The text is from its open source code.

Method

com.liferay.portal.kernel.model.PortalPreferencesaddPortalPreferences(long ownerId, int ownerType, String defaultPreferences)
NOTE FOR DEVELOPERS: Never modify or reference this interface directly.
com.liferay.portal.kernel.model.PortalPreferencesdeletePortalPreferences( long portalPreferencesId)
Deletes the portal preferences with the primary key from the database.
com.liferay.portal.kernel.model.PortalPreferencesdeletePortalPreferences( com.liferay.portal.kernel.model.PortalPreferences portalPreferences)
Deletes the portal preferences from the database.
com.liferay.portal.kernel.model.PortalPreferencesgetPortalPreferences(long portalPreferencesId)
Returns the portal preferences with the primary key.
com.liferay.portal.kernel.model.PortalPreferencesupdatePortalPreferences( com.liferay.portal.kernel.model.PortalPreferences portalPreferences)
Updates the portal preferences in the database or adds it if it does not yet exist.
com.liferay.portal.kernel.model.PortalPreferencesupdatePreferences(long ownerId, int ownerType, com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences)
com.liferay.portal.kernel.model.PortalPreferencesupdatePreferences(long ownerId, int ownerType, String xml)