|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.asset |
|---|
| Constructors in com.liferay.portlet.dynamicdatalists.asset with parameters of type DDLRecordVersion | |
|---|---|
DDLRecordAssetRenderer(DDLRecord record,
DDLRecordVersion recordVersion)
|
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.model |
|---|
| Classes in com.liferay.portlet.dynamicdatalists.model that implement DDLRecordVersion | |
|---|---|
class |
DDLRecordVersionWrapper
This class is a wrapper for DDLRecordVersion. |
| Methods in com.liferay.portlet.dynamicdatalists.model that return DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordWrapper.getLatestRecordVersion()
|
DDLRecordVersion |
DDLRecord.getLatestRecordVersion()
|
DDLRecordVersion |
DDLRecordWrapper.getRecordVersion()
|
DDLRecordVersion |
DDLRecord.getRecordVersion()
|
DDLRecordVersion |
DDLRecordWrapper.getRecordVersion(String version)
|
DDLRecordVersion |
DDLRecord.getRecordVersion(String version)
|
DDLRecordVersion |
DDLRecordVersionWrapper.getWrappedDDLRecordVersion()
Deprecated. As of 6.1.0, replaced by DDLRecordVersionWrapper.getWrappedModel() |
DDLRecordVersion |
DDLRecordVersionWrapper.getWrappedModel()
|
DDLRecordVersion |
DDLRecordVersionModel.toEscapedModel()
|
DDLRecordVersion |
DDLRecordVersionWrapper.toEscapedModel()
|
DDLRecordVersion |
DDLRecordVersionModel.toUnescapedModel()
|
DDLRecordVersion |
DDLRecordVersionWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.dynamicdatalists.model that return types with arguments of type DDLRecordVersion | |
|---|---|
CacheModel<DDLRecordVersion> |
DDLRecordVersionModel.toCacheModel()
|
CacheModel<DDLRecordVersion> |
DDLRecordVersionWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordVersion | |
|---|---|
int |
DDLRecordVersionModel.compareTo(DDLRecordVersion ddlRecordVersion)
|
int |
DDLRecordVersionWrapper.compareTo(DDLRecordVersion ddlRecordVersion)
|
static DDLRecordVersionSoap |
DDLRecordVersionSoap.toSoapModel(DDLRecordVersion model)
|
static DDLRecordVersionSoap[] |
DDLRecordVersionSoap.toSoapModels(DDLRecordVersion[] models)
|
static DDLRecordVersionSoap[][] |
DDLRecordVersionSoap.toSoapModels(DDLRecordVersion[][] models)
|
| Method parameters in com.liferay.portlet.dynamicdatalists.model with type arguments of type DDLRecordVersion | |
|---|---|
static DDLRecordVersionSoap[] |
DDLRecordVersionSoap.toSoapModels(List<DDLRecordVersion> models)
|
| Constructors in com.liferay.portlet.dynamicdatalists.model with parameters of type DDLRecordVersion | |
|---|---|
DDLRecordVersionWrapper(DDLRecordVersion ddlRecordVersion)
|
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.model.impl |
|---|
| Classes in com.liferay.portlet.dynamicdatalists.model.impl that implement DDLRecordVersion | |
|---|---|
class |
DDLRecordVersionBaseImpl
The extended model base implementation for the DDLRecordVersion service. |
class |
DDLRecordVersionImpl
|
| Methods in com.liferay.portlet.dynamicdatalists.model.impl that return DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordImpl.getLatestRecordVersion()
|
DDLRecordVersion |
DDLRecordImpl.getRecordVersion()
|
DDLRecordVersion |
DDLRecordImpl.getRecordVersion(String version)
|
DDLRecordVersion |
DDLRecordVersionCacheModel.toEntityModel()
|
DDLRecordVersion |
DDLRecordVersionModelImpl.toEscapedModel()
|
static DDLRecordVersion |
DDLRecordVersionModelImpl.toModel(DDLRecordVersionSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.dynamicdatalists.model.impl that return types with arguments of type DDLRecordVersion | |
|---|---|
CacheModel<DDLRecordVersion> |
DDLRecordVersionModelImpl.toCacheModel()
|
static List<DDLRecordVersion> |
DDLRecordVersionModelImpl.toModels(DDLRecordVersionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.dynamicdatalists.model.impl with parameters of type DDLRecordVersion | |
|---|---|
int |
DDLRecordVersionModelImpl.compareTo(DDLRecordVersion ddlRecordVersion)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service that return DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordVersionLocalService.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
DDLRecordVersion |
DDLRecordVersionLocalService.createDDLRecordVersion(long recordVersionId)
Creates a new d d l record version with the primary key. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.createDDLRecordVersion(long recordVersionId)
Creates a new d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.createDDLRecordVersion(long recordVersionId)
Creates a new d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionLocalService.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
DDLRecordVersion |
DDLRecordVersionLocalService.deleteDDLRecordVersion(long recordVersionId)
Deletes the d d l record version with the primary key from the database. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.deleteDDLRecordVersion(long recordVersionId)
Deletes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.deleteDDLRecordVersion(long recordVersionId)
Deletes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionLocalService.fetchDDLRecordVersion(long recordVersionId)
|
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.fetchDDLRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.fetchDDLRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionLocalService.getDDLRecordVersion(long recordVersionId)
Returns the d d l record version with the primary key. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.getDDLRecordVersion(long recordVersionId)
Returns the d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.getDDLRecordVersion(long recordVersionId)
Returns the d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionLocalService.getLatestRecordVersion(long recordId)
|
static DDLRecordVersion |
DDLRecordLocalServiceUtil.getLatestRecordVersion(long recordId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getLatestRecordVersion(
long) |
DDLRecordVersion |
DDLRecordLocalService.getLatestRecordVersion(long recordId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getLatestRecordVersion(
long) |
DDLRecordVersion |
DDLRecordLocalServiceWrapper.getLatestRecordVersion(long recordId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getLatestRecordVersion(
long) |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.getLatestRecordVersion(long recordId)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.getLatestRecordVersion(long recordId)
|
DDLRecordVersion |
DDLRecordVersionLocalService.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionService.getRecordVersion(long recordVersionId)
|
static DDLRecordVersion |
DDLRecordLocalServiceUtil.getRecordVersion(long recordVersionId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long) |
DDLRecordVersion |
DDLRecordLocalService.getRecordVersion(long recordVersionId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long) |
static DDLRecordVersion |
DDLRecordVersionServiceUtil.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordLocalServiceWrapper.getRecordVersion(long recordVersionId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long) |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionServiceWrapper.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionLocalService.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordVersionService.getRecordVersion(long recordId,
String version)
|
static DDLRecordVersion |
DDLRecordLocalServiceUtil.getRecordVersion(long recordId,
String version)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long,
String) |
DDLRecordVersion |
DDLRecordLocalService.getRecordVersion(long recordId,
String version)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long,
String) |
static DDLRecordVersion |
DDLRecordVersionServiceUtil.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordLocalServiceWrapper.getRecordVersion(long recordId,
String version)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersion(long,
String) |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordVersionServiceWrapper.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordVersionLocalService.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.dynamicdatalists.service that return types with arguments of type DDLRecordVersion | |
|---|---|
List<DDLRecordVersion> |
DDLRecordVersionLocalService.getDDLRecordVersions(int start,
int end)
Returns a range of all the d d l record versions. |
static List<DDLRecordVersion> |
DDLRecordVersionLocalServiceUtil.getDDLRecordVersions(int start,
int end)
Returns a range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceWrapper.getDDLRecordVersions(int start,
int end)
Returns a range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
static List<DDLRecordVersion> |
DDLRecordLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
List<DDLRecordVersion> |
DDLRecordLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
static List<DDLRecordVersion> |
DDLRecordVersionServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
static List<DDLRecordVersion> |
DDLRecordVersionLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Methods in com.liferay.portlet.dynamicdatalists.service with parameters of type DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordVersionLocalService.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
DDLRecordVersion |
DDLRecordVersionLocalService.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
static void |
DDLRecordLocalServiceUtil.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
void |
DDLRecordLocalService.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
void |
DDLRecordLocalServiceWrapper.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
DDLRecordVersion |
DDLRecordVersionLocalService.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
static DDLRecordVersion |
DDLRecordVersionLocalServiceUtil.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
DDLRecordVersion |
DDLRecordVersionLocalServiceWrapper.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.dynamicdatalists.service with type arguments of type DDLRecordVersion | |
|---|---|
List<DDLRecordVersion> |
DDLRecordVersionLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
static List<DDLRecordVersion> |
DDLRecordLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
List<DDLRecordVersion> |
DDLRecordLocalService.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
static List<DDLRecordVersion> |
DDLRecordVersionServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl#getRecordVersions(long, int,
int, OrderByComparator) |
static List<DDLRecordVersion> |
DDLRecordVersionLocalServiceUtil.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionServiceWrapper.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.base |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.base that return DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.createDDLRecordVersion(long recordVersionId)
Creates a new d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.deleteDDLRecordVersion(long recordVersionId)
Deletes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.fetchDDLRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.getDDLRecordVersion(long recordVersionId)
Returns the d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.dynamicdatalists.service.base that return types with arguments of type DDLRecordVersion | |
|---|---|
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceBaseImpl.getDDLRecordVersions(int start,
int end)
Returns a range of all the d d l record versions. |
| Methods in com.liferay.portlet.dynamicdatalists.service.base with parameters of type DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.addDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Adds the d d l record version to the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.deleteDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Deletes the d d l record version from the database. |
DDLRecordVersion |
DDLRecordVersionLocalServiceBaseImpl.updateDDLRecordVersion(DDLRecordVersion ddlRecordVersion)
Updates the d d l record version in the database or adds it if it does not yet exist. |
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.http |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.http that return DDLRecordVersion | |
|---|---|
static DDLRecordVersion |
DDLRecordVersionServiceHttp.getRecordVersion(HttpPrincipal httpPrincipal,
long recordVersionId)
|
static DDLRecordVersion |
DDLRecordVersionServiceHttp.getRecordVersion(HttpPrincipal httpPrincipal,
long recordId,
String version)
|
| Methods in com.liferay.portlet.dynamicdatalists.service.http that return types with arguments of type DDLRecordVersion | |
|---|---|
static List<DDLRecordVersion> |
DDLRecordVersionServiceHttp.getRecordVersions(HttpPrincipal httpPrincipal,
long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Method parameters in com.liferay.portlet.dynamicdatalists.service.http with type arguments of type DDLRecordVersion | |
|---|---|
static List<DDLRecordVersion> |
DDLRecordVersionServiceHttp.getRecordVersions(HttpPrincipal httpPrincipal,
long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
static DDLRecordVersionSoap[] |
DDLRecordVersionServiceSoap.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.impl |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.impl that return DDLRecordVersion | |
|---|---|
protected DDLRecordVersion |
DDLRecordLocalServiceImpl.addRecordVersion(User user,
DDLRecord record,
long ddmStorageId,
String version,
int displayIndex,
int status)
|
DDLRecordVersion |
DDLRecordLocalServiceImpl.getLatestRecordVersion(long recordId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl.getLatestRecordVersion(
long) |
DDLRecordVersion |
DDLRecordVersionLocalServiceImpl.getLatestRecordVersion(long recordId)
|
DDLRecordVersion |
DDLRecordLocalServiceImpl.getRecordVersion(long recordVersionId)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl.getRecordVersion(long) |
DDLRecordVersion |
DDLRecordVersionServiceImpl.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceImpl.getRecordVersion(long recordVersionId)
|
DDLRecordVersion |
DDLRecordLocalServiceImpl.getRecordVersion(long recordId,
String version)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl.getRecordVersion(long,
String) |
DDLRecordVersion |
DDLRecordVersionServiceImpl.getRecordVersion(long recordId,
String version)
|
DDLRecordVersion |
DDLRecordVersionLocalServiceImpl.getRecordVersion(long recordId,
String version)
|
| Methods in com.liferay.portlet.dynamicdatalists.service.impl that return types with arguments of type DDLRecordVersion | |
|---|---|
List<DDLRecordVersion> |
DDLRecordLocalServiceImpl.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl.getRecordVersions(long, int,
int, OrderByComparator) |
List<DDLRecordVersion> |
DDLRecordVersionServiceImpl.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceImpl.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Methods in com.liferay.portlet.dynamicdatalists.service.impl with parameters of type DDLRecordVersion | |
|---|---|
protected boolean |
DDLRecordLocalServiceImpl.isKeepRecordVersionLabel(DDLRecordVersion lastRecordVersion,
DDLRecordVersion latestRecordVersion,
ServiceContext serviceContext)
|
void |
DDLRecordLocalServiceImpl.updateAsset(long userId,
DDLRecord record,
DDLRecordVersion recordVersion,
long[] assetCategoryIds,
String[] assetTagNames,
Locale locale)
|
protected void |
DDLRecordLocalServiceImpl.updateRecordVersion(User user,
DDLRecordVersion recordVersion,
String version,
int displayIndex,
int status,
ServiceContext serviceContext)
|
| Method parameters in com.liferay.portlet.dynamicdatalists.service.impl with type arguments of type DDLRecordVersion | |
|---|---|
List<DDLRecordVersion> |
DDLRecordLocalServiceImpl.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Deprecated. As of 7.0.0, replaced by DDLRecordVersionLocalServiceImpl.getRecordVersions(long, int,
int, OrderByComparator) |
List<DDLRecordVersion> |
DDLRecordVersionServiceImpl.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
List<DDLRecordVersion> |
DDLRecordVersionLocalServiceImpl.getRecordVersions(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return DDLRecordVersion | |
|---|---|
static DDLRecordVersion |
DDLRecordVersionUtil.create(long recordVersionId)
Creates a new d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionPersistence.create(long recordVersionId)
Creates a new d d l record version with the primary key. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns null if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or throws a NoSuchRecordVersionException if it could not be found. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.remove(long recordVersionId)
Removes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionPersistence.remove(long recordVersionId)
Removes the d d l record version with the primary key from the database. |
static DDLRecordVersion |
DDLRecordVersionUtil.removeByR_V(long recordId,
String version)
Removes the d d l record version where recordId = ? and version = ? from the database. |
DDLRecordVersion |
DDLRecordVersionPersistence.removeByR_V(long recordId,
String version)
Removes the d d l record version where recordId = ? and version = ? from the database. |
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion)
|
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion,
ServiceContext serviceContext)
|
static DDLRecordVersion |
DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion)
|
DDLRecordVersion |
DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion)
|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence that return types with arguments of type DDLRecordVersion | |
|---|---|
static Map<Serializable,DDLRecordVersion> |
DDLRecordVersionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,DDLRecordVersion> |
DDLRecordVersionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll()
Returns all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll()
Returns all the d d l record versions. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll(int start,
int end)
Returns a range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll(int start,
int end)
Returns a range of all the d d l record versions. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence with parameters of type DDLRecordVersion | |
|---|---|
static void |
DDLRecordVersionUtil.cacheResult(DDLRecordVersion ddlRecordVersion)
Caches the d d l record version in the entity cache if it is enabled. |
void |
DDLRecordVersionPersistence.cacheResult(DDLRecordVersion ddlRecordVersion)
Caches the d d l record version in the entity cache if it is enabled. |
static void |
DDLRecordVersionUtil.clearCache(DDLRecordVersion ddlRecordVersion)
|
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion)
|
static DDLRecordVersion |
DDLRecordVersionUtil.update(DDLRecordVersion ddlRecordVersion,
ServiceContext serviceContext)
|
static DDLRecordVersion |
DDLRecordVersionUtil.updateImpl(DDLRecordVersion ddlRecordVersion)
|
DDLRecordVersion |
DDLRecordVersionPersistence.updateImpl(DDLRecordVersion ddlRecordVersion)
|
| Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence with type arguments of type DDLRecordVersion | |
|---|---|
static void |
DDLRecordVersionUtil.cacheResult(List<DDLRecordVersion> ddlRecordVersions)
Caches the d d l record versions in the entity cache if it is enabled. |
void |
DDLRecordVersionPersistence.cacheResult(List<DDLRecordVersion> ddlRecordVersions)
Caches the d d l record versions in the entity cache if it is enabled. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion[] |
DDLRecordVersionUtil.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistence.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistence.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
static List<DDLRecordVersion> |
DDLRecordVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence.impl that return DDLRecordVersion | |
|---|---|
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.create(long recordVersionId)
Creates a new d d l record version with the primary key. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the d d l record version with the primary key or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByR_V(long recordId,
String version,
boolean retrieveFromCache)
Returns the d d l record version where recordId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByPrimaryKey(long recordVersionId)
Returns the d d l record version with the primary key or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the d d l record version with the primary key or throws a NoSuchModelException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistenceImpl.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByR_V(long recordId,
String version)
Returns the d d l record version where recordId = ? and version = ? or throws a NoSuchRecordVersionException if it could not be found. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistenceImpl.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.getByR_S_PrevAndNext(Session session,
DDLRecordVersion ddlRecordVersion,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator,
boolean previous)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.getByRecordId_PrevAndNext(Session session,
DDLRecordVersion ddlRecordVersion,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator,
boolean previous)
|
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.remove(long recordVersionId)
Removes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.remove(Serializable primaryKey)
Removes the d d l record version with the primary key from the database. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.removeByR_V(long recordId,
String version)
Removes the d d l record version where recordId = ? and version = ? from the database. |
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.removeImpl(DDLRecordVersion ddlRecordVersion)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.toUnwrappedModel(DDLRecordVersion ddlRecordVersion)
|
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.updateImpl(DDLRecordVersion ddlRecordVersion)
|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence.impl that return types with arguments of type DDLRecordVersion | |
|---|---|
Map<Serializable,DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findAll()
Returns all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findAll(int start,
int end)
Returns a range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByR_S(long recordId,
int status)
Returns all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByR_S(long recordId,
int status,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByRecordId(long recordId)
Returns all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByRecordId(long recordId,
int start,
int end)
Returns a range of all the d d l record versions where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence.impl with parameters of type DDLRecordVersion | |
|---|---|
void |
DDLRecordVersionPersistenceImpl.cacheResult(DDLRecordVersion ddlRecordVersion)
Caches the d d l record version in the entity cache if it is enabled. |
protected void |
DDLRecordVersionPersistenceImpl.cacheUniqueFindersCache(DDLRecordVersion ddlRecordVersion)
|
void |
DDLRecordVersionPersistenceImpl.clearCache(DDLRecordVersion ddlRecordVersion)
Clears the cache for the d d l record version. |
protected void |
DDLRecordVersionPersistenceImpl.clearUniqueFindersCache(DDLRecordVersion ddlRecordVersion)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.getByR_S_PrevAndNext(Session session,
DDLRecordVersion ddlRecordVersion,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator,
boolean previous)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.getByRecordId_PrevAndNext(Session session,
DDLRecordVersion ddlRecordVersion,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator,
boolean previous)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.removeImpl(DDLRecordVersion ddlRecordVersion)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.toUnwrappedModel(DDLRecordVersion ddlRecordVersion)
|
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.updateImpl(DDLRecordVersion ddlRecordVersion)
|
| Method parameters in com.liferay.portlet.dynamicdatalists.service.persistence.impl with type arguments of type DDLRecordVersion | |
|---|---|
void |
DDLRecordVersionPersistenceImpl.cacheResult(List<DDLRecordVersion> ddlRecordVersions)
Caches the d d l record versions in the entity cache if it is enabled. |
void |
DDLRecordVersionPersistenceImpl.clearCache(List<DDLRecordVersion> ddlRecordVersions)
|
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.fetchByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findAll(int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByR_S_First(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByR_S_Last(long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ? and status = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistenceImpl.findByR_S_PrevAndNext(long recordVersionId,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ? and status = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByR_S(long recordId,
int status,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ? and status = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByRecordId_First(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistenceImpl.findByRecordId_Last(long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion[] |
DDLRecordVersionPersistenceImpl.findByRecordId_PrevAndNext(long recordVersionId,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns the d d l record versions before and after the current d d l record version in the ordered set where recordId = ?. |
List<DDLRecordVersion> |
DDLRecordVersionPersistenceImpl.findByRecordId(long recordId,
int start,
int end,
OrderByComparator<DDLRecordVersion> orderByComparator)
Returns an ordered range of all the d d l record versions where recordId = ?. |
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.getByR_S_PrevAndNext(Session session,
DDLRecordVersion ddlRecordVersion,
long recordId,
int status,
OrderByComparator<DDLRecordVersion> orderByComparator,
boolean previous)
|
protected DDLRecordVersion |
DDLRecordVersionPersistenceImpl.getByRecordId_PrevAndNext(Session session,
DDLRecordVersion ddlRecordVersion,
long recordId,
OrderByComparator<DDLRecordVersion> orderByComparator,
boolean previous)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.util |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.util with parameters of type DDLRecordVersion | |
|---|---|
protected String |
DDLIndexer.extractDDMContent(DDLRecordVersion recordVersion,
Locale locale)
|
| Uses of DDLRecordVersion in com.liferay.portlet.dynamicdatalists.util.comparator |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.util.comparator with parameters of type DDLRecordVersion | |
|---|---|
int |
DDLRecordVersionVersionComparator.compare(DDLRecordVersion recordVersion1,
DDLRecordVersion recordVersion2)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||