Uses of Interface
com.liferay.portal.kernel.model.PortletPreferences
Packages that use PortletPreferences
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of PortletPreferences in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PortletPreferencesFields in com.liferay.portal.kernel.model with type parameters of type PortletPreferencesModifier and TypeFieldDescriptionstatic final Accessor<PortletPreferences,
Long> PortletPreferences.PORTLET_PREFERENCES_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesModel.cloneWithOriginalValues()
PortletPreferencesWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesWrapper.getAttributeGetterFunctions()
PortletPreferencesWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type PortletPreferencesModifier and TypeMethodDescriptionprotected PortletPreferencesWrapper
PortletPreferencesWrapper.wrap
(PortletPreferences portletPreferences) Constructors in com.liferay.portal.kernel.model with parameters of type PortletPreferences -
Uses of PortletPreferences in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesLocalService.addPortletPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences) PortletPreferencesLocalService.addPortletPreferences
(PortletPreferences portletPreferences) Adds the portlet preferences to the database.static PortletPreferences
PortletPreferencesLocalServiceUtil.addPortletPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences) static PortletPreferences
PortletPreferencesLocalServiceUtil.addPortletPreferences
(PortletPreferences portletPreferences) Adds the portlet preferences to the database.PortletPreferencesLocalServiceWrapper.addPortletPreferences
(long companyId, long ownerId, int ownerType, long plid, String portletId, Portlet portlet, String defaultPreferences) PortletPreferencesLocalServiceWrapper.addPortletPreferences
(PortletPreferences portletPreferences) Adds the portlet preferences to the database.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.PortletPreferencesLocalServiceWrapper.createPortletPreferences
(long portletPreferencesId) Creates a new portlet preferences with the primary key.PortletPreferencesLocalService.deletePortletPreferences
(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.PortletPreferencesLocalService.deletePortletPreferences
(PortletPreferences portletPreferences) Deletes the portlet preferences from the database.static PortletPreferences
PortletPreferencesLocalServiceUtil.deletePortletPreferences
(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.static PortletPreferences
PortletPreferencesLocalServiceUtil.deletePortletPreferences
(PortletPreferences portletPreferences) Deletes the portlet preferences from the database.PortletPreferencesLocalServiceWrapper.deletePortletPreferences
(long portletPreferencesId) Deletes the portlet preferences with the primary key from the database.PortletPreferencesLocalServiceWrapper.deletePortletPreferences
(PortletPreferences portletPreferences) Deletes the portlet preferences from the database.PortletPreferencesLocalService.fetchPortletPreferences
(long portletPreferencesId) PortletPreferencesLocalService.fetchPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) static PortletPreferences
PortletPreferencesLocalServiceUtil.fetchPortletPreferences
(long portletPreferencesId) static PortletPreferences
PortletPreferencesLocalServiceUtil.fetchPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalServiceWrapper.fetchPortletPreferences
(long portletPreferencesId) PortletPreferencesLocalServiceWrapper.fetchPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPortletPreferences
(long portletPreferencesId) Returns the portlet preferences with the primary key.PortletPreferencesLocalService.getPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) static PortletPreferences
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long portletPreferencesId) Returns the portlet preferences with the primary key.static PortletPreferences
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferences
(long portletPreferencesId) Returns the portlet preferences with the primary key.PortletPreferencesLocalServiceWrapper.getPortletPreferences
(long ownerId, int ownerType, long plid, String portletId) 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.PortletPreferencesLocalServiceWrapper.updatePortletPreferences
(PortletPreferences portletPreferences) Updates the portlet preferences in the database or adds it if it does not yet exist.PortletPreferencesLocalService.updatePreferences
(long ownerId, int ownerType, long plid, String portletId, String xml) PortletPreferencesLocalService.updatePreferences
(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences) static PortletPreferences
PortletPreferencesLocalServiceUtil.updatePreferences
(long ownerId, int ownerType, long plid, String portletId, String xml) static PortletPreferences
PortletPreferencesLocalServiceUtil.updatePreferences
(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences) PortletPreferencesLocalServiceWrapper.updatePreferences
(long ownerId, int ownerType, long plid, String portletId, String xml) PortletPreferencesLocalServiceWrapper.updatePreferences
(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences) Methods in com.liferay.portal.kernel.service that return types with arguments of type PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesLocalService.getCTPersistence()
PortletPreferencesLocalServiceWrapper.getCTPersistence()
PortletPreferencesLocalService.getModelClass()
PortletPreferencesLocalServiceWrapper.getModelClass()
PortletPreferencesLocalService.getPortletPreferences()
PortletPreferencesLocalService.getPortletPreferences
(int ownerType, long plid, String portletId) PortletPreferencesLocalService.getPortletPreferences
(long ownerId, int ownerType, long plid) PortletPreferencesLocalService.getPortletPreferences
(long companyId, long ownerId, int ownerType, String portletId) PortletPreferencesLocalService.getPortletPreferences
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) PortletPreferencesLocalService.getPortletPreferences
(long plid, String portletId) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferences()
static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferences
(int ownerType, long plid, String portletId) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long ownerId, int ownerType, long plid) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long companyId, long ownerId, int ownerType, String portletId) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferences
(long plid, String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferences()
PortletPreferencesLocalServiceWrapper.getPortletPreferences
(int ownerType, long plid, String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferences
(long ownerId, int ownerType, long plid) PortletPreferencesLocalServiceWrapper.getPortletPreferences
(long companyId, long ownerId, int ownerType, String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferences
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) PortletPreferencesLocalServiceWrapper.getPortletPreferences
(long plid, String portletId) PortletPreferencesLocalService.getPortletPreferencesByOwnerId
(long ownerId) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferencesByOwnerId
(long ownerId) PortletPreferencesLocalServiceWrapper.getPortletPreferencesByOwnerId
(long ownerId) PortletPreferencesLocalService.getPortletPreferencesByPlid
(long plid) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferencesByPlid
(long plid) PortletPreferencesLocalServiceWrapper.getPortletPreferencesByPlid
(long plid) PortletPreferencesLocalService.getPortletPreferencesByPortletId
(String portletId) static List<PortletPreferences>
PortletPreferencesLocalServiceUtil.getPortletPreferencesByPortletId
(String portletId) PortletPreferencesLocalServiceWrapper.getPortletPreferencesByPortletId
(String portletId) 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.PortletPreferencesLocalServiceWrapper.getPortletPreferenceses
(int start, int end) Returns a range of all the portlet preferenceses.Methods in com.liferay.portal.kernel.service with parameters of type PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesLocalService.addPortletPreferences
(PortletPreferences portletPreferences) Adds the portlet preferences to the database.static PortletPreferences
PortletPreferencesLocalServiceUtil.addPortletPreferences
(PortletPreferences portletPreferences) Adds the portlet preferences to the database.PortletPreferencesLocalServiceWrapper.addPortletPreferences
(PortletPreferences portletPreferences) Adds the portlet preferences to the database.PortletPreferencesLocalService.deletePortletPreferences
(PortletPreferences portletPreferences) Deletes the portlet preferences from the database.static PortletPreferences
PortletPreferencesLocalServiceUtil.deletePortletPreferences
(PortletPreferences portletPreferences) Deletes the portlet preferences from the database.PortletPreferencesLocalServiceWrapper.deletePortletPreferences
(PortletPreferences portletPreferences) Deletes the portlet preferences from the database.PortletPreferenceValueLocalService.getPreferences
(PortletPreferences portletPreferences) static PortletPreferences
PortletPreferenceValueLocalServiceUtil.getPreferences
(PortletPreferences portletPreferences) PortletPreferenceValueLocalServiceWrapper.getPreferences
(PortletPreferences 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.PortletPreferencesLocalServiceWrapper.updatePortletPreferences
(PortletPreferences portletPreferences) Updates the portlet preferences in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type PortletPreferencesModifier and TypeMethodDescription<R,
E extends Throwable>
RPortletPreferencesLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<PortletPreferences>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RPortletPreferencesLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<PortletPreferences>, R, E> updateUnsafeFunction) -
Uses of PortletPreferences in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesPersistence.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.PortletPreferencesPersistence.fetchByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.fetchByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.fetchByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.fetchByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.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 = ?.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 = ?.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 returnsnull
if it could not be found.PortletPreferencesPersistence.fetchByO_O_P_P
(long ownerId, int ownerType, long plid, String portletId, boolean useFinderCache) Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returnsnull
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) Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returnsnull
if it could not be found.static PortletPreferences
PortletPreferencesUtil.fetchByO_O_P_P
(long ownerId, int ownerType, long plid, String portletId, boolean useFinderCache) Returns the portlet preferences where ownerId = ? and ownerType = ? and plid = ? and portletId = ? or returnsnull
if it could not be found, optionally using the finder cache.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.fetchByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.fetchByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.fetchByPrimaryKey
(long portletPreferencesId) Returns the portlet preferences with the primary key or returnsnull
if it could not be found.static PortletPreferences
PortletPreferencesUtil.fetchByPrimaryKey
(long portletPreferencesId) Returns the portlet preferences with the primary key or returnsnull
if it could not be found.PortletPreferencesPersistence.findByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.findByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.findByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_PrevAndNext
(long portletPreferencesId, long companyId, 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 companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences[]
PortletPreferencesUtil.findByC_O_O_LikeP_PrevAndNext
(long portletPreferencesId, long companyId, 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 companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.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 = ?.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 = ?.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 aNoSuchPortletPreferencesException
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 aNoSuchPortletPreferencesException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.findByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.findByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_PrevAndNext
(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByOwnerId_PrevAndNext
(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByPrimaryKey
(long portletPreferencesId) Returns the portlet preferences with the primary key or throws aNoSuchPortletPreferencesException
if it could not be found.static PortletPreferences
PortletPreferencesUtil.findByPrimaryKey
(long portletPreferencesId) Returns the portlet preferences with the primary key or throws aNoSuchPortletPreferencesException
if it could not be found.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.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) PortletPreferencesPersistence.updateImpl
(PortletPreferences portletPreferences) static PortletPreferences
PortletPreferencesUtil.updateImpl
(PortletPreferences portletPreferences) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PortletPreferencesModifier and TypeMethodDescriptionPortletPreferencesFinder.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static Map<Serializable,
PortletPreferences> PortletPreferencesFinderUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static Map<Serializable,
PortletPreferences> PortletPreferencesUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) PortletPreferencesPersistence.findAll()
Returns all the portlet preferenceses.PortletPreferencesPersistence.findAll
(int start, int end) Returns a range of all the portlet preferenceses.PortletPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses.PortletPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses.static List<PortletPreferences>
PortletPreferencesUtil.findAll()
Returns all the portlet preferenceses.static List<PortletPreferences>
PortletPreferencesUtil.findAll
(int start, int end) Returns a 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.static List<PortletPreferences>
PortletPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses.PortletPreferencesFinder.findByC_G_O_O_P_P
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) static List<PortletPreferences>
PortletPreferencesFinderUtil.findByC_G_O_O_P_P
(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout) PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId) Returns all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end) Returns a range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId) Returns all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end) Returns a range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByO_O_P
(long ownerId, int ownerType, long plid) Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.PortletPreferencesPersistence.findByO_O_PI
(long ownerId, int ownerType, String portletId) Returns all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.Returns all the portlet preferenceses where ownerType = ? and portletId = ?.Returns a range of all the portlet preferenceses where ownerType = ? and portletId = ?.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 = ?.PortletPreferencesPersistence.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.static List<PortletPreferences>
Returns all the portlet preferenceses where ownerType = ? and portletId = ?.static List<PortletPreferences>
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, 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, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.PortletPreferencesPersistence.findByO_P_P
(int ownerType, long plid, String portletId) Returns all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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) Returns 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 = ?.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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId) Returns all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end) Returns a range of all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId) Returns all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end) Returns a range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ?.Returns all the portlet preferenceses where plid = ? and portletId = ?.Returns a range of all the portlet preferenceses where plid = ? and portletId = ?.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 = ?.PortletPreferencesPersistence.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.static List<PortletPreferences>
Returns all the portlet preferenceses where plid = ? and portletId = ?.static List<PortletPreferences>
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, 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, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.PortletPreferencesPersistence.findByPlid
(long plid) Returns all the portlet preferenceses where plid = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end) Returns a range of all the portlet preferenceses where plid = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where plid = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPlid
(long plid) Returns 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 = ?.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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ?.PortletPreferencesFinder.findByPortletId
(String portletId) static List<PortletPreferences>
PortletPreferencesFinderUtil.findByPortletId
(String portletId) PortletPreferencesPersistence.findByPortletId
(String portletId) Returns all the portlet preferenceses where portletId = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end) Returns a range of all the portlet preferenceses where portletId = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where portletId = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where portletId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPortletId
(String portletId) Returns 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 = ?.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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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.kernel.service.persistence with parameters of type PortletPreferencesModifier and TypeMethodDescriptionvoid
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) PortletPreferencesPersistence.updateImpl
(PortletPreferences portletPreferences) static PortletPreferences
PortletPreferencesUtil.updateImpl
(PortletPreferences portletPreferences) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PortletPreferencesModifier and TypeMethodDescriptionvoid
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.PortletPreferencesPersistence.fetchByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.fetchByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.fetchByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.fetchByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.fetchByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.fetchByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.fetchByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses.PortletPreferencesPersistence.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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.static List<PortletPreferences>
PortletPreferencesUtil.findAll
(int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses.PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static List<PortletPreferences>
PortletPreferencesUtil.findByC_O_O_LikeP
(long companyId, long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.findByC_O_O_LikeP_First
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences
PortletPreferencesUtil.findByC_O_O_LikeP_Last
(long companyId, long ownerId, int ownerType, String portletId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.PortletPreferencesPersistence.findByC_O_O_LikeP_PrevAndNext
(long portletPreferencesId, long companyId, 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 companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.static PortletPreferences[]
PortletPreferencesUtil.findByC_O_O_LikeP_PrevAndNext
(long portletPreferencesId, long companyId, 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 companyId = ? and ownerId = ? and ownerType = ? and portletId LIKE ?.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 = ?.PortletPreferencesPersistence.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_P
(long ownerId, int ownerType, long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and plid = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_O_PI
(long ownerId, int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ? and ownerType = ? and portletId = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P
(int ownerType, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and portletId = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByO_P_P
(int ownerType, long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerType = ? and plid = ? and portletId = ?.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 = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where ownerId = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByOwnerId
(long ownerId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.findByOwnerId_First
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the first portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.static PortletPreferences
PortletPreferencesUtil.findByOwnerId_Last
(long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the last portlet preferences in the ordered set where ownerId = ?.PortletPreferencesPersistence.findByOwnerId_PrevAndNext
(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.static PortletPreferences[]
PortletPreferencesUtil.findByOwnerId_PrevAndNext
(long portletPreferencesId, long ownerId, OrderByComparator<PortletPreferences> orderByComparator) Returns the portlet preferenceses before and after the current portlet preferences in the ordered set where ownerId = ?.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 = ?.PortletPreferencesPersistence.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByP_P
(long plid, String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ? and portletId = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where plid = ?.PortletPreferencesPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPlid
(long plid, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where plid = ?.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 = ?.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 = ?.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 = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator) Returns an ordered range of all the portlet preferenceses where portletId = ?.PortletPreferencesPersistence.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) 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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findByPortletId
(String portletId, int start, int end, OrderByComparator<PortletPreferences> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portlet preferenceses where portletId = ?.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 = ?.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 = ?.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 = ?.static List<PortletPreferences>
PortletPreferencesUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortletPreferences> orderByComparator)