Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class PortalPreferencesLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.PortalPreferencesLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.PortalPreferencesLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.PortalPreferencesLocalService

public class PortalPreferencesLocalServiceImpl
extends PortalPreferencesLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.PortalPreferencesLocalServiceBaseImpl
counterLocalService, persistedModelLocalServiceRegistry, portalPreferencesLocalService, portalPreferencesPersistence
 
Constructor Summary
PortalPreferencesLocalServiceImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.PortalPreferences addPortalPreferences(long ownerId, int ownerType, String defaultPreferences)
           
 PortletPreferences getPreferences(long ownerId, int ownerType)
           
 PortletPreferences getPreferences(long ownerId, int ownerType, String defaultPreferences)
           
 com.liferay.portal.kernel.model.PortalPreferences updatePreferences(long ownerId, int ownerType, com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences)
           
 com.liferay.portal.kernel.model.PortalPreferences updatePreferences(long ownerId, int ownerType, String xml)
           
 
Methods inherited from class com.liferay.portal.service.base.PortalPreferencesLocalServiceBaseImpl
addPortalPreferences, afterPropertiesSet, createPortalPreferences, deletePersistedModel, deletePortalPreferences, deletePortalPreferences, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPortalPreferences, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPortalPreferences, getPortalPreferenceses, getPortalPreferencesesCount, getPortalPreferencesLocalService, getPortalPreferencesPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setPortalPreferencesLocalService, setPortalPreferencesPersistence, updatePortalPreferences
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalPreferencesLocalServiceImpl

public PortalPreferencesLocalServiceImpl()
Method Detail

addPortalPreferences

public com.liferay.portal.kernel.model.PortalPreferences addPortalPreferences(long ownerId,
                                                                              int ownerType,
                                                                              String defaultPreferences)

getPreferences

public PortletPreferences getPreferences(long ownerId,
                                         int ownerType)

getPreferences

public PortletPreferences getPreferences(long ownerId,
                                         int ownerType,
                                         String defaultPreferences)

updatePreferences

public com.liferay.portal.kernel.model.PortalPreferences updatePreferences(long ownerId,
                                                                           int ownerType,
                                                                           com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences)

updatePreferences

public com.liferay.portal.kernel.model.PortalPreferences updatePreferences(long ownerId,
                                                                           int ownerType,
                                                                           String xml)

Liferay 7.0-ga1 portal-impl