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 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 a
NoSuchPreferenceValueException if it could not be found. |
PortalPreferenceValue |
PortalPreferenceValuePersistence.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 a
NoSuchPreferenceValueException if it could not be found. |
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 = ?.
|
PortalPreferenceValue |
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_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 = ?.
|
PortalPreferenceValue |
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_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 = ?.
|
PortalPreferenceValue[] |
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_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 = ?.
|
PortalPreferenceValue |
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_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 = ?.
|
PortalPreferenceValue |
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_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 = ?.
|
PortalPreferenceValue[] |
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_N_First(long portalPreferencesId,
String namespace,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.
|
PortalPreferenceValue |
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_Last(long portalPreferencesId,
String namespace,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the last portal preference value in the ordered set where portalPreferencesId = ? and namespace = ?.
|
PortalPreferenceValue |
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_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 = ?.
|
PortalPreferenceValue[] |
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.findByPortalPreferencesId_First(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first portal preference value in the ordered set where portalPreferencesId = ?.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.findByPortalPreferencesId_First(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first 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 = ?.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.findByPortalPreferencesId_Last(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the last 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 = ?.
|
PortalPreferenceValue[] |
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.findByPrimaryKey(long portalPreferenceValueId)
Returns the portal preference value with the primary key or throws a
NoSuchPreferenceValueException if it could not be found. |
PortalPreferenceValue |
PortalPreferenceValuePersistence.findByPrimaryKey(long portalPreferenceValueId)
Returns the portal preference value with the primary key or throws a
NoSuchPreferenceValueException if it could not be found. |
static PortalPreferenceValue |
PortalPreferenceValueUtil.remove(long portalPreferenceValueId)
Removes the portal preference value with the primary key from the database.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.remove(long portalPreferenceValueId)
Removes the portal preference value with the primary key 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.
|
PortalPreferenceValue |
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.
|