|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchPreferencesException | |
|---|---|
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| Uses of NoSuchPreferencesException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchPreferencesException | |
|---|---|
static PortalPreferences |
PortalPreferencesUtil.findByO_O(long ownerId,
int ownerType)
Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found. |
PortalPreferences |
PortalPreferencesPersistence.findByO_O(long ownerId,
int ownerType)
Returns the portal preferences where ownerId = ? and ownerType = ? or throws a NoSuchPreferencesException if it could not be found. |
static PortalPreferences |
PortalPreferencesUtil.findByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found. |
PortalPreferences |
PortalPreferencesPersistence.findByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found. |
static PortalPreferences |
PortalPreferencesUtil.remove(long portalPreferencesId)
Removes the portal preferences with the primary key from the database. |
PortalPreferences |
PortalPreferencesPersistence.remove(long portalPreferencesId)
Removes the portal preferences with the primary key from the database. |
static PortalPreferences |
PortalPreferencesUtil.removeByO_O(long ownerId,
int ownerType)
Removes the portal preferences where ownerId = ? and ownerType = ? from the database. |
PortalPreferences |
PortalPreferencesPersistence.removeByO_O(long ownerId,
int ownerType)
Removes the portal preferences where ownerId = ? and ownerType = ? from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||