Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
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.
|