Liferay 6.2-ce-ga5

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

Packages that use PortalPreferences
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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. As of 6.1.0, replaced by PortalPreferencesWrapper.getWrappedModel()
 PortalPreferences PortalPreferencesWrapper.toEscapedModel()
           
 PortalPreferences PortalPreferencesModel.toEscapedModel()
           
 PortalPreferences PortalPreferencesWrapper.toUnescapedModel()
           
 PortalPreferences PortalPreferencesModel.toUnescapedModel()
           
 

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 ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(long ownerId, int ownerType, String defaultPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(long ownerId, int ownerType, String defaultPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
          Deprecated. As of 6.2.0, replaced by PortalPreferencesLocalServiceWrapper.addPortalPreferences(long, int, String)
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
          Deprecated. As of 6.2.0, replaced by PortalPreferencesLocalService.addPortalPreferences(long, int, String)
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(long companyId, long ownerId, int ownerType, String defaultPreferences)
          Deprecated. As of 6.2.0, replaced by PortalPreferencesLocalServiceUtil.addPortalPreferences(long, int, String)
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.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.
static PortalPreferences PortalPreferencesLocalServiceUtil.createPortalPreferences(long portalPreferencesId)
          Creates a new portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalServiceWrapper.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.deletePortalPreferences(long portalPreferencesId)
          Deletes the portal preferences with the primary key from the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalService.fetchPortalPreferences(long portalPreferencesId)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.fetchPortalPreferences(long portalPreferencesId)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.getPortalPreferences(long portalPreferencesId)
          Returns the portal preferences with the primary key.
 PortalPreferences PortalPreferencesLocalService.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 PortalPreferencesLocalServiceWrapper.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.
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePortalPreferences(PortalPreferences portalPreferences)
          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)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, String xml)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, String xml)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.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.
 List<PortalPreferences> PortalPreferencesLocalService.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.
 

Methods in com.liferay.portal.service with parameters of type PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceWrapper.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalService.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.addPortalPreferences(PortalPreferences portalPreferences)
          Adds the portal preferences to the database.
 PortalPreferences PortalPreferencesLocalServiceWrapper.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
 PortalPreferences PortalPreferencesLocalService.deletePortalPreferences(PortalPreferences portalPreferences)
          Deletes the portal preferences from the database.
static PortalPreferences PortalPreferencesLocalServiceUtil.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.
 PortalPreferences PortalPreferencesLocalService.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.
 

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.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
 PortalPreferences PortalPreferencesPersistence.removeByO_O(long ownerId, int ownerType)
          Removes the portal preferences where ownerId = ? and ownerType = ? from the database.
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, ServiceContext serviceContext)
           
static PortalPreferences PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences)
           
 

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)
           
static PortalPreferences PortalPreferencesUtil.update(PortalPreferences portalPreferences, ServiceContext serviceContext)
           
static PortalPreferences PortalPreferencesUtil.updateImpl(PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesPersistence.updateImpl(PortalPreferences portalPreferences)
           
 

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.2-ce-ga5