Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.model.PortalPreferences

Packages that use PortalPreferences
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.service This package defines the local and remote portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces and classes. 
 

Uses of PortalPreferences in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PortalPreferences
 class PortalPreferencesWrapper
           This class is a wrapper for PortalPreferences.
 

Methods in com.liferay.portal.model that return PortalPreferences
 PortalPreferences PortalPreferencesWrapper.getWrappedModel()
           
 PortalPreferences PortalPreferencesWrapper.getWrappedPortalPreferences()
          Deprecated. Renamed to PortalPreferencesWrapper.getWrappedModel()
 PortalPreferences PortalPreferencesWrapper.toEscapedModel()
           
 PortalPreferences PortalPreferencesModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortalPreferences
 CacheModel<PortalPreferences> PortalPreferencesWrapper.toCacheModel()
           
 CacheModel<PortalPreferences> PortalPreferencesModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PortalPreferences
 int PortalPreferencesWrapper.compareTo(PortalPreferences portalPreferences)
           
 int PortalPreferencesModel.compareTo(PortalPreferences portalPreferences)
           
static PortalPreferencesSoap PortalPreferencesSoap.toSoapModel(PortalPreferences model)
           
static PortalPreferencesSoap[] PortalPreferencesSoap.toSoapModels(PortalPreferences[] models)
           
static PortalPreferencesSoap[][] PortalPreferencesSoap.toSoapModels(PortalPreferences[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type PortalPreferences
static PortalPreferencesSoap[] PortalPreferencesSoap.toSoapModels(List<PortalPreferences> models)
           
 

Constructors in com.liferay.portal.model with parameters of type PortalPreferences
PortalPreferencesWrapper(PortalPreferences portalPreferences)
           
 

Uses of PortalPreferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
static PortalPreferences PortalPreferencesLocalServiceUtil.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalService.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceWrapper.fetchPortalPreferences(long portalPreferencesId)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalService.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
static PortalPreferences PortalPreferencesLocalServiceUtil.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalService.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, String xml)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, String xml)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, String xml)
           
 

Methods in com.liferay.portal.service that return types with arguments of type PortalPreferences
 List<PortalPreferences> PortalPreferencesLocalServiceWrapper.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesLocalServiceUtil.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesLocalService.getPortalPreferenceses(int start, int end)
          Returns a range of all the portal preferenceses.
 

Methods in com.liferay.portal.service with parameters of type PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 void PortalPreferencesLocalServiceWrapper.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
static void PortalPreferencesLocalServiceUtil.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 void PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 PortalPreferences PortalPreferencesLocalService.updatePortalPreferences(PortalPreferences portalPreferences, boolean merge)
          Updates the portal preferences in the database or adds it if it does not yet exist.
 

Uses of PortalPreferences in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return PortalPreferences
static PortalPreferences PortalPreferencesUtil.create(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesPersistence.create(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
static PortalPreferences PortalPreferencesUtil.fetchByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistence.fetchByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found.
static PortalPreferences PortalPreferencesUtil.fetchByO_O(long ownerId, int ownerType, boolean retrieveFromCache)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache.
 PortalPreferences PortalPreferencesPersistence.fetchByO_O(long ownerId, int ownerType, boolean retrieveFromCache)
          Returns the portal preferences where ownerId = ? and ownerType = ? or returns null if it could not be found, optionally using the finder cache.
static PortalPreferences PortalPreferencesUtil.fetchByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or returns null if it could not be found.
 PortalPreferences PortalPreferencesPersistence.fetchByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or returns null if it could not be found.
static PortalPreferences PortalPreferencesUtil.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistence.findByO_O(long ownerId, int ownerType)
          Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found.
static PortalPreferences PortalPreferencesUtil.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
 PortalPreferences PortalPreferencesPersistence.findByPrimaryKey(long portalPreferencesId)
          Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found.
static PortalPreferences PortalPreferencesUtil.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesPersistence.remove(long portalPreferencesId)
          Removes the portal preferences with the primary key from the database.
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge, ServiceContext serviceContext)
           
static PortalPreferences PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 PortalPreferences PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PortalPreferences
static List<PortalPreferences> PortalPreferencesUtil.findAll()
          Returns all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll()
          Returns all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end)
          Returns a range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end)
          Returns a range of all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
 List<PortalPreferences> PortalPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portal preferenceses.
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PortalPreferences> PortalPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PortalPreferences
static void PortalPreferencesUtil.cacheResult(PortalPreferences portalPreferences)
          Caches the portal preferences in the entity cache if it is enabled.
 void PortalPreferencesPersistence.cacheResult(PortalPreferences portalPreferences)
          Caches the portal preferences in the entity cache if it is enabled.
static void PortalPreferencesUtil.clearCache(PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, boolean merge, ServiceContext serviceContext)
           
static PortalPreferences PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 PortalPreferences PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PortalPreferences
static void PortalPreferencesUtil.cacheResult(List<PortalPreferences> portalPreferenceses)
          Caches the portal preferenceses in the entity cache if it is enabled.
 void PortalPreferencesPersistence.cacheResult(List<PortalPreferences> portalPreferenceses)
          Caches the portal preferenceses in the entity cache if it is enabled.
 


Liferay 6.1.10-ee-ga1