Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
PortalPreferenceValueWrapper
This class is a wrapper for
PortalPreferenceValue . |
Modifier and Type | Field and Description |
---|---|
static Accessor<PortalPreferenceValue,Long> |
PortalPreferenceValue.PORTAL_PREFERENCE_VALUE_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
PortalPreferenceValue |
PortalPreferenceValueWrapper.cloneWithOriginalValues() |
PortalPreferenceValue |
PortalPreferenceValueModel.cloneWithOriginalValues() |
Modifier and Type | Method and Description |
---|---|
static PortalPreferenceValueSoap |
PortalPreferenceValueSoap.toSoapModel(PortalPreferenceValue model)
Deprecated.
|
static PortalPreferenceValueSoap[] |
PortalPreferenceValueSoap.toSoapModels(PortalPreferenceValue[] models)
Deprecated.
|
static PortalPreferenceValueSoap[][] |
PortalPreferenceValueSoap.toSoapModels(PortalPreferenceValue[][] models)
Deprecated.
|
protected PortalPreferenceValueWrapper |
PortalPreferenceValueWrapper.wrap(PortalPreferenceValue portalPreferenceValue) |
Modifier and Type | Method and Description |
---|---|
static PortalPreferenceValueSoap[] |
PortalPreferenceValueSoap.toSoapModels(List<PortalPreferenceValue> models)
Deprecated.
|
Constructor and Description |
---|
PortalPreferenceValueWrapper(PortalPreferenceValue portalPreferenceValue) |
Modifier and Type | Method and Description |
---|---|
PortalPreferenceValue |
PortalPreferenceValueLocalService.addPortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Adds the portal preference value to the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.addPortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Adds the portal preference value to the database.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.addPortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Adds the portal preference value to the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.createPortalPreferenceValue(long portalPreferenceValueId)
Creates a new portal preference value with the primary key.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.createPortalPreferenceValue(long portalPreferenceValueId)
Creates a new portal preference value with the primary key.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.createPortalPreferenceValue(long portalPreferenceValueId)
Creates a new portal preference value with the primary key.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.deletePortalPreferenceValue(long portalPreferenceValueId)
Deletes the portal preference value with the primary key from the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue(long portalPreferenceValueId)
Deletes the portal preference value with the primary key from the database.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue(long portalPreferenceValueId)
Deletes the portal preference value with the primary key from the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.deletePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Deletes the portal preference value from the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Deletes the portal preference value from the database.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Deletes the portal preference value from the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.fetchPortalPreferenceValue(long portalPreferenceValueId) |
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.fetchPortalPreferenceValue(long portalPreferenceValueId) |
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.fetchPortalPreferenceValue(long portalPreferenceValueId) |
PortalPreferenceValue |
PortalPreferenceValueLocalService.getPortalPreferenceValue(long portalPreferenceValueId)
Returns the portal preference value with the primary key.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.getPortalPreferenceValue(long portalPreferenceValueId)
Returns the portal preference value with the primary key.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.getPortalPreferenceValue(long portalPreferenceValueId)
Returns the portal preference value with the primary key.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.updatePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Updates the portal preference value in the database or adds it if it does not yet exist.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.updatePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Updates the portal preference value in the database or adds it if it does not yet exist.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.updatePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Updates the portal preference value in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<PortalPreferenceValue> |
PortalPreferenceValueLocalService.getPortalPreferenceValues(int start,
int end)
Returns a range of all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValueLocalServiceWrapper.getPortalPreferenceValues(int start,
int end)
Returns a range of all the portal preference values.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueLocalServiceUtil.getPortalPreferenceValues(int start,
int end)
Returns a range of all the portal preference values.
|
Modifier and Type | Method and Description |
---|---|
PortalPreferenceValue |
PortalPreferenceValueLocalService.addPortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Adds the portal preference value to the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.addPortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Adds the portal preference value to the database.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.addPortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Adds the portal preference value to the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.deletePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Deletes the portal preference value from the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.deletePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Deletes the portal preference value from the database.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.deletePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Deletes the portal preference value from the database.
|
PortalPreferenceValue |
PortalPreferenceValueLocalService.updatePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Updates the portal preference value in the database or adds it if it does not yet exist.
|
PortalPreferenceValue |
PortalPreferenceValueLocalServiceWrapper.updatePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Updates the portal preference value in the database or adds it if it does not yet exist.
|
static PortalPreferenceValue |
PortalPreferenceValueLocalServiceUtil.updatePortalPreferenceValue(PortalPreferenceValue portalPreferenceValue)
Updates the portal preference value in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static PortalPreferenceValue |
PortalPreferenceValueUtil.create(long portalPreferenceValueId)
Creates a new portal preference value with the primary key.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.create(long portalPreferenceValueId)
Creates a new portal preference value with the primary key.
|
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByP_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 returns
null if it could not be found. |
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByP_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 returns
null if it could not be found. |
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByP_I_K_N(long portalPreferencesId,
int index,
String key,
String namespace,
boolean useFinderCache)
Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or returns
null if it could not be found, optionally using the finder cache. |
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByP_I_K_N(long portalPreferencesId,
int index,
String key,
String namespace,
boolean useFinderCache)
Returns the portal preference value where portalPreferencesId = ? and index = ? and key = ? and namespace = ? or returns
null if it could not be found, optionally using the finder cache. |
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByPortalPreferencesId_First(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first portal preference value in the ordered set where portalPreferencesId = ?.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByPortalPreferencesId_First(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first portal preference value in the ordered set where portalPreferencesId = ?.
|
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByPortalPreferencesId_Last(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the last portal preference value in the ordered set where portalPreferencesId = ?.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByPortalPreferencesId_Last(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the last portal preference value in the ordered set where portalPreferencesId = ?.
|
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByPrimaryKey(long portalPreferenceValueId)
Returns the portal preference value with the primary key or returns
null if it could not be found. |
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByPrimaryKey(long portalPreferenceValueId)
Returns the portal preference value with the primary key or returns
null if it could not be found. |
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.
|
static PortalPreferenceValue |
PortalPreferenceValueUtil.update(PortalPreferenceValue portalPreferenceValue) |
static PortalPreferenceValue |
PortalPreferenceValueUtil.update(PortalPreferenceValue portalPreferenceValue,
ServiceContext serviceContext) |
static PortalPreferenceValue |
PortalPreferenceValueUtil.updateImpl(PortalPreferenceValue portalPreferenceValue) |
PortalPreferenceValue |
PortalPreferenceValuePersistence.updateImpl(PortalPreferenceValue portalPreferenceValue) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,PortalPreferenceValue> |
PortalPreferenceValueUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findAll()
Returns all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findAll()
Returns all the portal preference values.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findAll(int start,
int end)
Returns a range of all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findAll(int start,
int end)
Returns a range of all the portal preference values.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue)
Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue)
Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N(long portalPreferencesId,
String key,
String namespace)
Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N(long portalPreferencesId,
String key,
String namespace)
Returns all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_N(long portalPreferencesId,
String namespace)
Returns all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_N(long portalPreferencesId,
String namespace)
Returns all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByPortalPreferencesId(long portalPreferencesId)
Returns all the portal preference values where portalPreferencesId = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByPortalPreferencesId(long portalPreferencesId)
Returns all the portal preference values where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end)
Returns a range of all the portal preference values where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalPreferenceValueUtil.cacheResult(PortalPreferenceValue portalPreferenceValue)
Caches the portal preference value in the entity cache if it is enabled.
|
void |
PortalPreferenceValuePersistence.cacheResult(PortalPreferenceValue portalPreferenceValue)
Caches the portal preference value in the entity cache if it is enabled.
|
static void |
PortalPreferenceValueUtil.clearCache(PortalPreferenceValue portalPreferenceValue) |
static PortalPreferenceValue |
PortalPreferenceValueUtil.update(PortalPreferenceValue portalPreferenceValue) |
static PortalPreferenceValue |
PortalPreferenceValueUtil.update(PortalPreferenceValue portalPreferenceValue,
ServiceContext serviceContext) |
static PortalPreferenceValue |
PortalPreferenceValueUtil.updateImpl(PortalPreferenceValue portalPreferenceValue) |
PortalPreferenceValue |
PortalPreferenceValuePersistence.updateImpl(PortalPreferenceValue portalPreferenceValue) |
Modifier and Type | Method and Description |
---|---|
static void |
PortalPreferenceValueUtil.cacheResult(List<PortalPreferenceValue> portalPreferenceValues)
Caches the portal preference values in the entity cache if it is enabled.
|
void |
PortalPreferenceValuePersistence.cacheResult(List<PortalPreferenceValue> portalPreferenceValues)
Caches the portal preference values in the entity cache if it is enabled.
|
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByP_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.fetchByPortalPreferencesId_First(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first portal preference value in the ordered set where portalPreferencesId = ?.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByPortalPreferencesId_First(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the first portal preference value in the ordered set where portalPreferencesId = ?.
|
static PortalPreferenceValue |
PortalPreferenceValueUtil.fetchByPortalPreferencesId_Last(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the last portal preference value in the ordered set where portalPreferencesId = ?.
|
PortalPreferenceValue |
PortalPreferenceValuePersistence.fetchByPortalPreferencesId_Last(long portalPreferencesId,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns the last portal preference value in the ordered set where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findAll(int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values.
|
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 List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N_SV(long portalPreferencesId,
String key,
String namespace,
String smallValue,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ? and smallValue = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_K_N(long portalPreferencesId,
String key,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and key = ? and namespace = ?.
|
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 List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ? and namespace = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByP_N(long portalPreferencesId,
String namespace,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values 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 List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
List<PortalPreferenceValue> |
PortalPreferenceValuePersistence.findByPortalPreferencesId(long portalPreferencesId,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portal preference values where portalPreferencesId = ?.
|
static List<PortalPreferenceValue> |
PortalPreferenceValueUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<PortalPreferenceValue> orderByComparator) |