Uses of Interface
com.liferay.portal.kernel.model.PortalPreferenceValue
Packages that use PortalPreferenceValue
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 PortalPreferenceValue in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement PortalPreferenceValueFields in com.liferay.portal.kernel.model with type parameters of type PortalPreferenceValueModifier and TypeFieldDescriptionstatic final Accessor<PortalPreferenceValue,
Long> PortalPreferenceValue.PORTAL_PREFERENCE_VALUE_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return PortalPreferenceValueModifier and TypeMethodDescriptionPortalPreferenceValueModel.cloneWithOriginalValues()
PortalPreferenceValueWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type PortalPreferenceValueModifier and TypeMethodDescriptionprotected PortalPreferenceValueWrapper
PortalPreferenceValueWrapper.wrap
(PortalPreferenceValue portalPreferenceValue) Constructors in com.liferay.portal.kernel.model with parameters of type PortalPreferenceValueModifierConstructorDescriptionPortalPreferenceValueWrapper
(PortalPreferenceValue portalPreferenceValue) -
Uses of PortalPreferenceValue in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortalPreferenceValueModifier and TypeMethodDescriptionPortalPreferenceValueLocalService.addPortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Adds the portal preference value to the database.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.addPortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Adds the portal preference value to the database.PortalPreferenceValueLocalServiceWrapper.addPortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Adds the portal preference value to the database.PortalPreferenceValueLocalService.createPortalPreferenceValue
(long portalPreferenceValueId) Creates a new portal preference value with the primary key.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.createPortalPreferenceValue
(long portalPreferenceValueId) Creates a new portal preference value with the primary key.PortalPreferenceValueLocalServiceWrapper.createPortalPreferenceValue
(long portalPreferenceValueId) Creates a new portal preference value with the primary key.PortalPreferenceValueLocalService.deletePortalPreferenceValue
(long portalPreferenceValueId) Deletes the portal preference value with the primary key from the database.PortalPreferenceValueLocalService.deletePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Deletes the portal preference value from the database.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue
(long portalPreferenceValueId) Deletes the portal preference value with the primary key from the database.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Deletes the portal preference value from the database.PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue
(long portalPreferenceValueId) Deletes the portal preference value with the primary key from the database.PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Deletes the portal preference value from the database.PortalPreferenceValueLocalService.fetchPortalPreferenceValue
(long portalPreferenceValueId) static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.fetchPortalPreferenceValue
(long portalPreferenceValueId) PortalPreferenceValueLocalServiceWrapper.fetchPortalPreferenceValue
(long portalPreferenceValueId) PortalPreferenceValueLocalService.getPortalPreferenceValue
(long portalPreferenceValueId) Returns the portal preference value with the primary key.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.getPortalPreferenceValue
(long portalPreferenceValueId) Returns the portal preference value with the primary key.PortalPreferenceValueLocalServiceWrapper.getPortalPreferenceValue
(long portalPreferenceValueId) Returns the portal preference value with the primary key.PortalPreferenceValueLocalService.updatePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Updates the portal preference value in the database or adds it if it does not yet exist.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.updatePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Updates the portal preference value in the database or adds it if it does not yet exist.PortalPreferenceValueLocalServiceWrapper.updatePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Updates the portal preference value in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type PortalPreferenceValueModifier and TypeMethodDescriptionPortalPreferenceValueLocalService.getPortalPreferenceValues
(int start, int end) Returns a range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueLocalServiceUtil.getPortalPreferenceValues
(int start, int end) Returns a range of all the portal preference values.PortalPreferenceValueLocalServiceWrapper.getPortalPreferenceValues
(int start, int end) Returns a range of all the portal preference values.Methods in com.liferay.portal.kernel.service with parameters of type PortalPreferenceValueModifier and TypeMethodDescriptionPortalPreferenceValueLocalService.addPortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Adds the portal preference value to the database.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.addPortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Adds the portal preference value to the database.PortalPreferenceValueLocalServiceWrapper.addPortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Adds the portal preference value to the database.PortalPreferenceValueLocalService.deletePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Deletes the portal preference value from the database.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Deletes the portal preference value from the database.PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Deletes the portal preference value from the database.PortalPreferenceValueLocalService.updatePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Updates the portal preference value in the database or adds it if it does not yet exist.static PortalPreferenceValue
PortalPreferenceValueLocalServiceUtil.updatePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Updates the portal preference value in the database or adds it if it does not yet exist.PortalPreferenceValueLocalServiceWrapper.updatePortalPreferenceValue
(PortalPreferenceValue portalPreferenceValue) Updates the portal preference value in the database or adds it if it does not yet exist. -
Uses of PortalPreferenceValue in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return PortalPreferenceValueModifier and TypeMethodDescriptionPortalPreferenceValuePersistence.create
(long portalPreferenceValueId) Creates a new portal preference value with the primary key.static PortalPreferenceValue
PortalPreferenceValueUtil.create
(long portalPreferenceValueId) Creates a new portal preference value with the primary key.PortalPreferenceValuePersistence.fetchByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace) Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or returnsnull
if it could not be found.PortalPreferenceValuePersistence.fetchByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace, boolean useFinderCache) Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or returnsnull
if it could not be found, optionally using the finder cache.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace) Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or returnsnull
if it could not be found.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace, boolean useFinderCache) Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or returnsnull
if it could not be found, optionally using the finder cache.PortalPreferenceValuePersistence.fetchByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.fetchByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.fetchByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.fetchByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.fetchByPrimaryKey
(long portalPreferenceValueId) Returns the portal preference value with the primary key or returnsnull
if it could not be found.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPrimaryKey
(long portalPreferenceValueId) Returns the portal preference value with the primary key or returnsnull
if it could not be found.PortalPreferenceValuePersistence.findByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace) Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or throws aNoSuchPreferenceValueException
if it could not be found.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace) Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or throws aNoSuchPreferenceValueException
if it could not be found.PortalPreferenceValuePersistence.findByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_K_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_K_N_SV_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByPortalPreferencesId_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPrimaryKey
(long portalPreferenceValueId) Returns the portal preference value with the primary key or throws aNoSuchPreferenceValueException
if it could not be found.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPrimaryKey
(long portalPreferenceValueId) Returns the portal preference value with the primary key or throws aNoSuchPreferenceValueException
if it could not be found.PortalPreferenceValuePersistence.remove
(long portalPreferenceValueId) Removes the portal preference value with the primary key from the database.static PortalPreferenceValue
PortalPreferenceValueUtil.remove
(long portalPreferenceValueId) Removes the portal preference value with the primary key from the database.PortalPreferenceValuePersistence.removeByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace) Removes the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? from the database.static PortalPreferenceValue
PortalPreferenceValueUtil.removeByP_I_K_N
(long portalPreferencesId, int index, String key, String namespace) Removes the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? from the database.static PortalPreferenceValue
PortalPreferenceValueUtil.update
(PortalPreferenceValue portalPreferenceValue) static PortalPreferenceValue
PortalPreferenceValueUtil.update
(PortalPreferenceValue portalPreferenceValue, ServiceContext serviceContext) PortalPreferenceValuePersistence.updateImpl
(PortalPreferenceValue portalPreferenceValue) static PortalPreferenceValue
PortalPreferenceValueUtil.updateImpl
(PortalPreferenceValue portalPreferenceValue) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type PortalPreferenceValueModifier and TypeMethodDescriptionstatic Map<Serializable,
PortalPreferenceValue> PortalPreferenceValueUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) PortalPreferenceValuePersistence.findAll()
Returns all the portal preference values.PortalPreferenceValuePersistence.findAll
(int start, int end) Returns a range of all the portal preference values.PortalPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values.PortalPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll()
Returns all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end) Returns a range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace) Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace) Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue) Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue) Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.Returns all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
Returns all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
Returns a range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId) Returns all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId) Returns all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end) Returns a range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type PortalPreferenceValueModifier and TypeMethodDescriptionvoid
PortalPreferenceValuePersistence.cacheResult
(PortalPreferenceValue portalPreferenceValue) Caches the portal preference value in the entity cache if it is enabled.static void
PortalPreferenceValueUtil.cacheResult
(PortalPreferenceValue portalPreferenceValue) Caches the portal preference value in the entity cache if it is enabled.static void
PortalPreferenceValueUtil.clearCache
(PortalPreferenceValue portalPreferenceValue) static PortalPreferenceValue
PortalPreferenceValueUtil.update
(PortalPreferenceValue portalPreferenceValue) static PortalPreferenceValue
PortalPreferenceValueUtil.update
(PortalPreferenceValue portalPreferenceValue, ServiceContext serviceContext) PortalPreferenceValuePersistence.updateImpl
(PortalPreferenceValue portalPreferenceValue) static PortalPreferenceValue
PortalPreferenceValueUtil.updateImpl
(PortalPreferenceValue portalPreferenceValue) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type PortalPreferenceValueModifier and TypeMethodDescriptionvoid
PortalPreferenceValuePersistence.cacheResult
(List<PortalPreferenceValue> portalPreferenceValues) Caches the portal preference values in the entity cache if it is enabled.static void
PortalPreferenceValueUtil.cacheResult
(List<PortalPreferenceValue> portalPreferenceValues) Caches the portal preference values in the entity cache if it is enabled.PortalPreferenceValuePersistence.fetchByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.fetchByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.fetchByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.fetchByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.fetchByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.fetchByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values.PortalPreferenceValuePersistence.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findAll
(int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N
(long portalPreferencesId, String key, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_First
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_Last
(long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_K_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_K_N_SV
(long portalPreferencesId, String key, String namespace, String smallValue, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_SV_First
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_K_N_SV_Last
(long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_K_N_SV_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_K_N_SV_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String key, String namespace, String smallValue, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByP_N
(long portalPreferencesId, String namespace, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_N_First
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByP_N_Last
(long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByP_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByP_N_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, String namespace, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findByPortalPreferencesId
(long portalPreferencesId, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator, boolean useFinderCache) Returns an ordered range of all the portal preference values where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPortalPreferencesId_First
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the first portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue
PortalPreferenceValueUtil.findByPortalPreferencesId_Last
(long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the last portal preference value in the ordered set where portalPreferencesId = ?.PortalPreferenceValuePersistence.findByPortalPreferencesId_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ?.static PortalPreferenceValue[]
PortalPreferenceValueUtil.findByPortalPreferencesId_PrevAndNext
(long portalPreferenceValueId, long portalPreferencesId, OrderByComparator<PortalPreferenceValue> orderByComparator) Returns the portal preference values before and after the current portal preference value in the ordered set where portalPreferencesId = ?.static List<PortalPreferenceValue>
PortalPreferenceValueUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<PortalPreferenceValue> orderByComparator)