|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchTemplateVersionException | |
|---|---|
| com.liferay.portlet.dynamicdatamapping.service.persistence | |
| Uses of NoSuchTemplateVersionException in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchTemplateVersionException | |
|---|---|
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByPrimaryKey(long templateVersionId)
Returns the d d m template version with the primary key or throws a NoSuchTemplateVersionException if it could not be found. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByPrimaryKey(long templateVersionId)
Returns the d d m template version with the primary key or throws a NoSuchTemplateVersionException if it could not be found. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByT_S_First(long templateId,
int status,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ? and status = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByT_S_First(long templateId,
int status,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ? and status = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByT_S_Last(long templateId,
int status,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ? and status = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByT_S_Last(long templateId,
int status,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ? and status = ?. |
static DDMTemplateVersion[] |
DDMTemplateVersionUtil.findByT_S_PrevAndNext(long templateVersionId,
long templateId,
int status,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the d d m template versions before and after the current d d m template version in the ordered set where templateId = ? and status = ?. |
DDMTemplateVersion[] |
DDMTemplateVersionPersistence.findByT_S_PrevAndNext(long templateVersionId,
long templateId,
int status,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the d d m template versions before and after the current d d m template version in the ordered set where templateId = ? and status = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByT_V(long templateId,
String version)
Returns the d d m template version where templateId = ? and version = ? or throws a NoSuchTemplateVersionException if it could not be found. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByT_V(long templateId,
String version)
Returns the d d m template version where templateId = ? and version = ? or throws a NoSuchTemplateVersionException if it could not be found. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion[] |
DDMTemplateVersionUtil.findByTemplateId_PrevAndNext(long templateVersionId,
long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the d d m template versions before and after the current d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion[] |
DDMTemplateVersionPersistence.findByTemplateId_PrevAndNext(long templateVersionId,
long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the d d m template versions before and after the current d d m template version in the ordered set where templateId = ?. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.remove(long templateVersionId)
Removes the d d m template version with the primary key from the database. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.remove(long templateVersionId)
Removes the d d m template version with the primary key from the database. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.removeByT_V(long templateId,
String version)
Removes the d d m template version where templateId = ? and version = ? from the database. |
DDMTemplateVersion |
DDMTemplateVersionPersistence.removeByT_V(long templateId,
String version)
Removes the d d m template version where templateId = ? and version = ? from the database. |
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||