Liferay 6.2.0

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

Packages that use PortletPreferences
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 PortletPreferences in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement PortletPreferences
 class PortletPreferencesWrapper
           This class is a wrapper for PortletPreferences.
 

Methods in com.liferay.portal.model that return PortletPreferences
 PortletPreferences PortletPreferencesWrapper.getWrappedModel()
           
 PortletPreferences PortletPreferencesWrapper.getWrappedPortletPreferences()
          Deprecated. As of 6.1.0, replaced by PortletPreferencesWrapper.getWrappedModel()
 PortletPreferences PortletPreferencesWrapper.toEscapedModel()
           
abstract  PortletPreferences PortletPreferencesModel.toEscapedModel()
           
 PortletPreferences PortletPreferencesWrapper.toUnescapedModel()
           
abstract  PortletPreferences PortletPreferencesModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type PortletPreferences
 CacheModel<PortletPreferences> PortletPreferencesWrapper.toCacheModel()
           
abstract  CacheModel<PortletPreferences> PortletPreferencesModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type PortletPreferences
 int PortletPreferencesWrapper.compareTo(PortletPreferences portletPreferences)
           
abstract  int PortletPreferencesModel.compareTo(PortletPreferences portletPreferences)
           
static PortletPreferencesSoap PortletPreferencesSoap.toSoapModel(PortletPreferences model)
           
static PortletPreferencesSoap[] PortletPreferencesSoap.toSoapModels(PortletPreferences[] models)
           
static PortletPreferencesSoap[][] PortletPreferencesSoap.toSoapModels(PortletPreferences[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type PortletPreferences
PortletPreferencesWrapper(PortletPreferences portletPreferences)
           
 

Uses of PortletPreferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletPreferences
abstract  PortletPreferences PortletPreferencesLocalService.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
abstract  PortletPreferences PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
abstract  PortletPreferences PortletPreferencesLocalService.createPortletPreferences(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
static PortletPreferences PortletPreferencesLocalServiceUtil.createPortletPreferences(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
 PortletPreferences PortletPreferencesLocalServiceWrapper.createPortletPreferences(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
abstract  PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
static PortletPreferences PortletPreferencesLocalServiceUtil.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
 PortletPreferences PortletPreferencesLocalServiceWrapper.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
abstract  PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
static PortletPreferences PortletPreferencesLocalServiceUtil.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
 PortletPreferences PortletPreferencesLocalServiceWrapper.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
abstract  PortletPreferences PortletPreferencesLocalService.fetchPortletPreferences(long portletPreferencesId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.fetchPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.fetchPortletPreferences(long portletPreferencesId)
           
abstract  PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
static PortletPreferences PortletPreferencesLocalServiceUtil.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
abstract  PortletPreferences PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
abstract  PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
abstract  PortletPreferences PortletPreferencesLocalService.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences)
           
abstract  PortletPreferences PortletPreferencesLocalService.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
 

Methods in com.liferay.portal.service that return types with arguments of type PortletPreferences
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences()
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences()
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences()
           
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(int ownerType, long plid, String portletId)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences(int ownerType, long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences(int ownerType, long plid, String portletId)
           
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long ownerId, int ownerType, long plid)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences(long ownerId, int ownerType, long plid)
           
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences(long plid, String portletId)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences(long plid, String portletId)
           
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferencesByPlid(long plid)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferencesByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferencesByPlid(long plid)
           
abstract  List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferenceses(int start, int end)
          Returns a range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferenceses(int start, int end)
          Returns a range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferenceses(int start, int end)
          Returns a range of all the portlet preferenceses.
 

Methods in com.liferay.portal.service with parameters of type PortletPreferences
abstract  PortletPreferences PortletPreferencesLocalService.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
static PortletPreferences PortletPreferencesLocalServiceUtil.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
 PortletPreferences PortletPreferencesLocalServiceWrapper.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
abstract  PortletPreferences PortletPreferencesLocalService.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
static PortletPreferences PortletPreferencesLocalServiceUtil.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
 PortletPreferences PortletPreferencesLocalServiceWrapper.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
abstract  PortletPreferences PortletPreferencesLocalService.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
static PortletPreferences PortletPreferencesLocalServiceUtil.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
 PortletPreferences PortletPreferencesLocalServiceWrapper.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return PortletPreferences
abstract  PortletPreferences PortletPreferencesPersistence.create(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
static PortletPreferences PortletPreferencesUtil.create(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
          Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
          Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean retrieveFromCache)
          Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_P_P(long ownerId, int ownerType, long plid, String portletId, boolean retrieveFromCache)
          Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.fetchByPrimaryKey(long portletPreferencesId)
          Returns the portlet preferences with the primary key or returns null if it could not be found.
static PortletPreferences PortletPreferencesUtil.fetchByPrimaryKey(long portletPreferencesId)
          Returns the portlet preferences with the primary key or returns null if it could not be found.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
          Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a NoSuchPortletPreferencesException if it could not be found.
static PortletPreferences PortletPreferencesUtil.findByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
          Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or throws a NoSuchPortletPreferencesException if it could not be found.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_First(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_Last(int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_First(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByP_P_Last(long plid, String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_Last(String portletId, OrderByComparator orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences[] PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
static PortletPreferences[] PortletPreferencesUtil.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
abstract  PortletPreferences PortletPreferencesPersistence.findByPrimaryKey(long portletPreferencesId)
          Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found.
static PortletPreferences PortletPreferencesUtil.findByPrimaryKey(long portletPreferencesId)
          Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found.
abstract  PortletPreferences PortletPreferencesPersistence.remove(long portletPreferencesId)
          Removes the portlet preferences with the primary key from the database.
static PortletPreferences PortletPreferencesUtil.remove(long portletPreferencesId)
          Removes the portlet preferences with the primary key from the database.
abstract  PortletPreferences PortletPreferencesPersistence.removeByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
          Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database.
static PortletPreferences PortletPreferencesUtil.removeByO_O_P_P(long ownerId, int ownerType, long plid, String portletId)
          Removes the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? from the database.
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences, ServiceContext serviceContext)
           
abstract  PortletPreferences PortletPreferencesPersistence.updateImpl(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.updateImpl(PortletPreferences portletPreferences)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type PortletPreferences
abstract  List<PortletPreferences> PortletPreferencesPersistence.findAll()
          Returns all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll()
          Returns all the portlet preferenceses.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end)
          Returns a range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end)
          Returns a range of all the portlet preferenceses.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesFinderUtil.findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
abstract  List<PortletPreferences> PortletPreferencesFinder.findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid)
          Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid)
          Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end)
          Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end)
          Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId)
          Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId)
          Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId)
          Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId)
          Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId)
          Returns all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId)
          Returns all the portlet preferenceses where ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId)
          Returns all the portlet preferenceses where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId)
          Returns all the portlet preferenceses where plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByP_P(long plid, String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid)
          Returns all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid)
          Returns all the portlet preferenceses where plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end)
          Returns a range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end)
          Returns a range of all the portlet preferenceses where plid = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesFinderUtil.findByPortletId(String portletId)
           
abstract  List<PortletPreferences> PortletPreferencesFinder.findByPortletId(String portletId)
           
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId)
          Returns all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId)
          Returns all the portlet preferenceses where portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where portletId = ?.
abstract  List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PortletPreferences
abstract  void PortletPreferencesPersistence.cacheResult(PortletPreferences portletPreferences)
          Caches the portlet preferences in the entity cache if it is enabled.
static void PortletPreferencesUtil.cacheResult(PortletPreferences portletPreferences)
          Caches the portlet preferences in the entity cache if it is enabled.
static void PortletPreferencesUtil.clearCache(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.update(PortletPreferences portletPreferences, ServiceContext serviceContext)
           
abstract  PortletPreferences PortletPreferencesPersistence.updateImpl(PortletPreferences portletPreferences)
           
static PortletPreferences PortletPreferencesUtil.updateImpl(PortletPreferences portletPreferences)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type PortletPreferences
abstract  void PortletPreferencesPersistence.cacheResult(List<PortletPreferences> portletPreferenceses)
          Caches the portlet preferenceses in the entity cache if it is enabled.
static void PortletPreferencesUtil.cacheResult(List<PortletPreferences> portletPreferenceses)
          Caches the portlet preferenceses in the entity cache if it is enabled.
 


Liferay 6.2.0