Uses of Class
com.liferay.portal.kernel.exception.NoSuchPreferencesException
Packages that use NoSuchPreferencesException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchPreferencesException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchPreferencesExceptionModifier and TypeMethodDescriptionPortalPreferencesPersistence.findByO_O
(long ownerId, int ownerType) Returns the portal preferences where ownerId = ? and ownerType = ? or throws aNoSuchPreferencesException
if it could not be found.static PortalPreferences
PortalPreferencesUtil.findByO_O
(long ownerId, int ownerType) Returns the portal preferences where ownerId = ? and ownerType = ? or throws aNoSuchPreferencesException
if it could not be found.PortalPreferencesPersistence.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_First
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the first portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.static PortalPreferences
PortalPreferencesUtil.findByOwnerType_Last
(int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the last portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.static PortalPreferences[]
PortalPreferencesUtil.findByOwnerType_PrevAndNext
(long portalPreferencesId, int ownerType, OrderByComparator<PortalPreferences> orderByComparator) Returns the portal preferenceses before and after the current portal preferences in the ordered set where ownerType = ?.PortalPreferencesPersistence.findByPrimaryKey
(long portalPreferencesId) Returns the portal preferences with the primary key or throws aNoSuchPreferencesException
if it could not be found.static PortalPreferences
PortalPreferencesUtil.findByPrimaryKey
(long portalPreferencesId) Returns the portal preferences with the primary key or throws aNoSuchPreferencesException
if it could not be found.PortalPreferencesPersistence.remove
(long portalPreferencesId) Removes the portal preferences with the primary key from the database.static PortalPreferences
PortalPreferencesUtil.remove
(long portalPreferencesId) Removes the portal preferences with the primary key from the database.PortalPreferencesPersistence.removeByO_O
(long ownerId, int ownerType) Removes the portal preferences where ownerId = ? and ownerType = ? from the database.static PortalPreferences
PortalPreferencesUtil.removeByO_O
(long ownerId, int ownerType) Removes the portal preferences where ownerId = ? and ownerType = ? from the database.