|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchTemplateVersionException | |
|---|---|
| com.liferay.portlet.dynamicdatamapping.service.persistence | |
| com.liferay.portlet.dynamicdatamapping.service.persistence.impl | |
| Uses of NoSuchTemplateVersionException in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchTemplateVersionException | |
|---|---|
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.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.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.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.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_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first 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_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last 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.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.remove(long templateVersionId)
Removes the d d m template version with the primary key from the database. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.remove(long templateVersionId)
Removes the d d m template version with the primary key 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. |
static DDMTemplateVersion |
DDMTemplateVersionUtil.removeByT_V(long templateId,
String version)
Removes the d d m template version where templateId = ? and version = ? from the database. |
| Uses of NoSuchTemplateVersionException in com.liferay.portlet.dynamicdatamapping.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that throw NoSuchTemplateVersionException | |
|---|---|
DDMTemplateVersion |
DDMTemplateVersionPersistenceImpl.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 |
DDMTemplateVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the d d m template version with the primary key or throws a NoSuchModelException if it could not be found. |
DDMTemplateVersion |
DDMTemplateVersionPersistenceImpl.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 |
DDMTemplateVersionPersistenceImpl.findByTemplateId_First(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the first d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion |
DDMTemplateVersionPersistenceImpl.findByTemplateId_Last(long templateId,
OrderByComparator<DDMTemplateVersion> orderByComparator)
Returns the last d d m template version in the ordered set where templateId = ?. |
DDMTemplateVersion[] |
DDMTemplateVersionPersistenceImpl.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 |
DDMTemplateVersionPersistenceImpl.remove(long templateVersionId)
Removes the d d m template version with the primary key from the database. |
DDMTemplateVersion |
DDMTemplateVersionPersistenceImpl.remove(Serializable primaryKey)
Removes the d d m template version with the primary key from the database. |
DDMTemplateVersion |
DDMTemplateVersionPersistenceImpl.removeByT_V(long templateId,
String version)
Removes the d d m template version where templateId = ? and version = ? from the database. |
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||