|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchRecordVersionException | |
|---|---|
| com.liferay.portlet.dynamicdatalists.service.persistence | |
| Uses of NoSuchRecordVersionException in com.liferay.portlet.dynamicdatalists.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatalists.service.persistence that throw NoSuchRecordVersionException | |
|---|---|
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 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 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 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 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 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 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 orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_First(long recordId,
OrderByComparator orderByComparator)
Returns the first d d l record version in the ordered set where recordId = ?. |
static DDLRecordVersion |
DDLRecordVersionUtil.findByRecordId_Last(long recordId,
OrderByComparator orderByComparator)
Returns the last d d l record version in the ordered set where recordId = ?. |
DDLRecordVersion |
DDLRecordVersionPersistence.findByRecordId_Last(long recordId,
OrderByComparator 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 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 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. |
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||