Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class PortalPreferencesLocalServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portal.service.base.PortalPreferencesLocalServiceBaseImpl
          extended by com.liferay.portal.service.impl.PortalPreferencesLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, 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
 PortalPreferences addPortalPreferences(long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
          Deprecated. As of 6.2.0, replaced by addPortalPreferences(long, int, String)
 PortletPreferences getPreferences(long ownerId, int ownerType)
           
 PortletPreferences getPreferences(long ownerId, int ownerType, String defaultPreferences)
           
 PortletPreferences getPreferences(long companyId, long ownerId, int ownerType)
          Deprecated. As of 6.2.0, replaced by getPreferences(long, int)
 PortletPreferences getPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
          Deprecated. As of 6.2.0, replaced by getPreferences(long, int, String)
 PortalPreferences updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 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.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 PortalPreferences addPortalPreferences(long ownerId,
                                              int ownerType,
                                              String defaultPreferences)

addPortalPreferences

@Deprecated
public PortalPreferences addPortalPreferences(long companyId,
                                                         long ownerId,
                                                         int ownerType,
                                                         String defaultPreferences)
Deprecated. As of 6.2.0, replaced by addPortalPreferences(long, int, String)


getPreferences

public PortletPreferences getPreferences(long ownerId,
                                         int ownerType)

getPreferences

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

getPreferences

@Deprecated
public PortletPreferences getPreferences(long companyId,
                                                    long ownerId,
                                                    int ownerType)
Deprecated. As of 6.2.0, replaced by getPreferences(long, int)


getPreferences

@Deprecated
public PortletPreferences getPreferences(long companyId,
                                                    long ownerId,
                                                    int ownerType,
                                                    String defaultPreferences)
Deprecated. As of 6.2.0, replaced by getPreferences(long, int, String)


updatePreferences

public PortalPreferences updatePreferences(long ownerId,
                                           int ownerType,
                                           PortalPreferences portalPreferences)

updatePreferences

public PortalPreferences updatePreferences(long ownerId,
                                           int ownerType,
                                           String xml)

Liferay 7.0-ce-b4