Liferay 7.0-ce-b4

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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.service.util.test   
com.liferay.portal.upgrade.v6_2_0   
 

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.
 

Fields in com.liferay.portal.model with type parameters of type PortletPreferences
static Accessor<PortletPreferences,Long> PortletPreferences.PORTLET_PREFERENCES_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return PortletPreferences
 PortletPreferences PortletPreferencesWrapper.getWrappedModel()
           
 PortletPreferences PortletPreferencesWrapper.toEscapedModel()
           
 PortletPreferences PortletPreferencesModel.toEscapedModel()
           
 PortletPreferences PortletPreferencesWrapper.toUnescapedModel()
           
 PortletPreferences PortletPreferencesModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type PortletPreferences
protected  void PortletPreferencesModelListener.clearCache(PortletPreferences portletPreferences)
           
 int PortletPreferencesWrapper.compareTo(PortletPreferences portletPreferences)
           
 int PortletPreferencesModel.compareTo(PortletPreferences portletPreferences)
           
 void PortletPreferencesModelListener.onAfterRemove(PortletPreferences portletPreferences)
           
 void PortletPreferencesModelListener.onAfterUpdate(PortletPreferences portletPreferences)
           
static PortletPreferencesSoap PortletPreferencesSoap.toSoapModel(PortletPreferences model)
           
static PortletPreferencesSoap[] PortletPreferencesSoap.toSoapModels(PortletPreferences[] models)
           
static PortletPreferencesSoap[][] PortletPreferencesSoap.toSoapModels(PortletPreferences[][] models)
           
protected  void PortletPreferencesModelListener.updateLayout(PortletPreferences portletPreferences)
           
 

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.model.impl
 

Classes in com.liferay.portal.model.impl that implement PortletPreferences
 class PortletPreferencesBaseImpl
          The extended model base implementation for the PortletPreferences service.
 class PortletPreferencesImpl
           
 

Methods in com.liferay.portal.model.impl that return PortletPreferences
 PortletPreferences PortletPreferencesCacheModel.toEntityModel()
           
 PortletPreferences PortletPreferencesModelImpl.toEscapedModel()
           
static PortletPreferences PortletPreferencesModelImpl.toModel(PortletPreferencesSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type PortletPreferences
 CacheModel<PortletPreferences> PortletPreferencesModelImpl.toCacheModel()
           
static List<PortletPreferences> PortletPreferencesModelImpl.toModels(PortletPreferencesSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type PortletPreferences
 int PortletPreferencesModelImpl.compareTo(PortletPreferences portletPreferences)
           
 

Uses of PortletPreferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletPreferences
 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)
           
 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.
 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.
 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.
 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.
 PortletPreferences PortletPreferencesLocalService.fetchPortletPreferences(long portletPreferencesId)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.fetchPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.fetchPortletPreferences(long portletPreferencesId)
           
 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.
 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)
           
 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.
 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)
           
 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
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferences()
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferences()
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferences()
           
 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)
           
 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)
           
 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)
           
 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)
           
 List<PortletPreferences> PortletPreferencesLocalService.getPortletPreferencesByPlid(long plid)
           
static List<PortletPreferences> PortletPreferencesLocalServiceUtil.getPortletPreferencesByPlid(long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceWrapper.getPortletPreferencesByPlid(long plid)
           
 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
 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.
 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.
 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.base
 

Methods in com.liferay.portal.service.base that return PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.createPortletPreferences(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.deletePortletPreferences(long portletPreferencesId)
          Deletes the portlet preferences with the primary key from the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.fetchPortletPreferences(long portletPreferencesId)
           
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.getPortletPreferences(long portletPreferencesId)
          Returns the portlet preferences with the primary key.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.updatePortletPreferences(PortletPreferences portletPreferences)
          Updates the portlet preferences in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type PortletPreferences
 List<PortletPreferences> PortletPreferencesLocalServiceBaseImpl.getPortletPreferenceses(int start, int end)
          Returns a range of all the portlet preferenceses.
 

Methods in com.liferay.portal.service.base with parameters of type PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.addPortletPreferences(PortletPreferences portletPreferences)
          Adds the portlet preferences to the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.deletePortletPreferences(PortletPreferences portletPreferences)
          Deletes the portlet preferences from the database.
 PortletPreferences PortletPreferencesLocalServiceBaseImpl.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.impl
 

Methods in com.liferay.portal.service.impl that return PortletPreferences
 PortletPreferences PortletPreferencesLocalServiceImpl.addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceImpl.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 PortletPreferences PortletPreferencesLocalServiceImpl.updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesLocalServiceImpl.updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type PortletPreferences
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences()
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences(int ownerType, long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences(long ownerId, int ownerType, long plid)
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferences(long plid, String portletId)
           
 List<PortletPreferences> PortletPreferencesLocalServiceImpl.getPortletPreferencesByPlid(long plid)
           
 

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

Methods in com.liferay.portal.service.persistence that return PortletPreferences
 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.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 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.
 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.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 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.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 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.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
 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.
 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.
 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)
           
 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
static Map<Serializable,PortletPreferences> PortletPreferencesFinderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,PortletPreferences> PortletPreferencesFinder.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,PortletPreferences> PortletPreferencesPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,PortletPreferences> PortletPreferencesUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<PortletPreferences> PortletPreferencesPersistence.findAll()
          Returns all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll()
          Returns all the portlet preferenceses.
 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.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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)
           
 List<PortletPreferences> PortletPreferencesFinder.findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesFinderUtil.findByPortletId(String portletId)
           
 List<PortletPreferences> PortletPreferencesFinder.findByPortletId(String portletId)
           
 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 = ?.
 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 = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type PortletPreferences
 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)
           
 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
 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.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistence.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
static List<PortletPreferences> PortletPreferencesUtil.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          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<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
static PortletPreferences PortletPreferencesUtil.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistence.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
static PortletPreferences PortletPreferencesUtil.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistence.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> 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<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistence.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
static List<PortletPreferences> PortletPreferencesUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
           
 

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

Methods in com.liferay.portal.service.persistence.impl that return PortletPreferences
 PortletPreferences PortletPreferencesPersistenceImpl.create(long portletPreferencesId)
          Creates a new portlet preferences with the primary key.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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.
 PortletPreferences PortletPreferencesPersistenceImpl.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.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPrimaryKey(long portletPreferencesId)
          Returns the portlet preferences with the primary key or returns null if it could not be found.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the portlet preferences with the primary key or returns null if it could not be found.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.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.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPrimaryKey(long portletPreferencesId)
          Returns the portlet preferences with the primary key or throws a NoSuchPortletPreferencesException if it could not be found.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the portlet preferences with the primary key or throws a NoSuchModelException if it could not be found.
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_PI_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByP_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPlid_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPortletId_PrevAndNext(Session session, PortletPreferences portletPreferences, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
 PortletPreferences PortletPreferencesPersistenceImpl.remove(long portletPreferencesId)
          Removes the portlet preferences with the primary key from the database.
 PortletPreferences PortletPreferencesPersistenceImpl.remove(Serializable primaryKey)
          Removes the portlet preferences with the primary key from the database.
 PortletPreferences PortletPreferencesPersistenceImpl.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.
protected  PortletPreferences PortletPreferencesPersistenceImpl.removeImpl(PortletPreferences portletPreferences)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.toUnwrappedModel(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesPersistenceImpl.updateImpl(PortletPreferences portletPreferences)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type PortletPreferences
 Map<Serializable,PortletPreferences> PortletPreferencesFinderImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,PortletPreferences> PortletPreferencesPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll()
          Returns all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end)
          Returns a range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesFinderImpl.findByC_G_O_O_P_P(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid)
          Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_PI(long ownerId, int ownerType, String portletId)
          Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P_P(int ownerType, long plid, String portletId)
          Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.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 = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId)
          Returns all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId)
          Returns all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid)
          Returns all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end)
          Returns a range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesFinderImpl.findByPortletId(String portletId)
           
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId)
          Returns all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end)
          Returns a range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type PortletPreferences
 void PortletPreferencesPersistenceImpl.cacheResult(PortletPreferences portletPreferences)
          Caches the portlet preferences in the entity cache if it is enabled.
 void PortletPreferencesPersistenceImpl.clearCache(PortletPreferences portletPreferences)
          Clears the cache for the portlet preferences.
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_PI_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByP_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPlid_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPortletId_PrevAndNext(Session session, PortletPreferences portletPreferences, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.removeImpl(PortletPreferences portletPreferences)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.toUnwrappedModel(PortletPreferences portletPreferences)
           
 PortletPreferences PortletPreferencesPersistenceImpl.updateImpl(PortletPreferences portletPreferences)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type PortletPreferences
 void PortletPreferencesPersistenceImpl.cacheResult(List<PortletPreferences> portletPreferenceses)
          Caches the portlet preferenceses in the entity cache if it is enabled.
 void PortletPreferencesPersistenceImpl.clearCache(List<PortletPreferences> portletPreferenceses)
           
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.fetchByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findAll(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_First(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_P_Last(long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_O_P_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_P(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_PI_First(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_O_PI_Last(long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_O_PI_PrevAndNext(long portletPreferencesId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_O_PI(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_First(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_Last(int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_P_First(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByO_P_P_Last(int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_P_P_PrevAndNext(long portletPreferencesId, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P_P(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByO_P_PrevAndNext(long portletPreferencesId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByO_P(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_First(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByP_P_Last(long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ? and portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByP_P_PrevAndNext(long portletPreferencesId, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByP_P(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_First(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPlid_Last(long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where plid = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByPlid_PrevAndNext(long portletPreferencesId, long plid, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPlid(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where plid = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPortletId_First(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the first portlet preferences in the ordered set where portletId = ?.
 PortletPreferences PortletPreferencesPersistenceImpl.findByPortletId_Last(String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the last portlet preferences in the ordered set where portletId = ?.
 PortletPreferences[] PortletPreferencesPersistenceImpl.findByPortletId_PrevAndNext(long portletPreferencesId, String portletId, OrderByComparator<PortletPreferences> orderByComparator)
          Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
 List<PortletPreferences> PortletPreferencesPersistenceImpl.findByPortletId(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the portlet preferenceses where portletId = ?.
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_O_PI_PrevAndNext(Session session, PortletPreferences portletPreferences, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByO_P_PrevAndNext(Session session, PortletPreferences portletPreferences, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByP_P_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPlid_PrevAndNext(Session session, PortletPreferences portletPreferences, long plid, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
protected  PortletPreferences PortletPreferencesPersistenceImpl.getByPortletId_PrevAndNext(Session session, PortletPreferences portletPreferences, String portletId, OrderByComparator<PortletPreferences> orderByComparator, boolean previous)
           
 

Uses of PortletPreferences in com.liferay.portal.service.util.test
 

Methods in com.liferay.portal.service.util.test that return PortletPreferences
static PortletPreferences PortletPreferencesTestUtil.addGroupPortletPreferences(Layout layout, Portlet portlet)
           
static PortletPreferences PortletPreferencesTestUtil.addGroupPortletPreferences(Layout layout, Portlet portlet, String defaultPreferences)
           
static PortletPreferences PortletPreferencesTestUtil.addLayoutPortletPreferences(Layout layout, Portlet portlet)
           
static PortletPreferences PortletPreferencesTestUtil.addLayoutPortletPreferences(Layout layout, Portlet portlet, String defaultPreferences)
           
 

Methods in com.liferay.portal.service.util.test with parameters of type PortletPreferences
static PortletPreferencesImpl PortletPreferencesImplTestUtil.toPortletPreferencesImpl(PortletPreferences portletPreferences)
           
 

Uses of PortletPreferences in com.liferay.portal.upgrade.v6_2_0
 

Methods in com.liferay.portal.upgrade.v6_2_0 that return PortletPreferences
protected  PortletPreferences UpgradeCustomizablePortlets.getPortletPreferences(long ownerId, int ownerType, long plid, String portletId)
           
 


Liferay 7.0-ce-b4