Uses of Class
com.liferay.portal.kernel.exception.NoSuchPreferenceValueException
Packages that use NoSuchPreferenceValueException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPreferenceValueException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPreferenceValueExceptionModifier and TypeMethodDescriptionPortalPreferenceValuePersistence.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.