|
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. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| 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. |
| Uses of NoSuchPreferencesException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchPreferencesException | |
|---|---|
PortalPreferences |
PortalPreferencesPersistenceImpl.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 |
PortalPreferencesPersistenceImpl.findByPrimaryKey(long portalPreferencesId)
Returns the portal preferences with the primary key or throws a NoSuchPreferencesException if it could not be found. |
PortalPreferences |
PortalPreferencesPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the portal preferences with the primary key or throws a NoSuchModelException if it could not be found. |
PortalPreferences |
PortalPreferencesPersistenceImpl.remove(long portalPreferencesId)
Removes the portal preferences with the primary key from the database. |
PortalPreferences |
PortalPreferencesPersistenceImpl.remove(Serializable primaryKey)
Removes the portal preferences with the primary key from the database. |
PortalPreferences |
PortalPreferencesPersistenceImpl.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 | |||||||||