Liferay 7.0-ce-m3

Uses of Class
com.liferay.portlet.dynamicdatamapping.NoSuchStructureVersionException

Packages that use NoSuchStructureVersionException
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.persistence.impl   
 

Uses of NoSuchStructureVersionException in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchStructureVersionException
 DDMStructureVersion DDMStructureVersionPersistence.findByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or throws a NoSuchStructureVersionException if it could not be found.
static DDMStructureVersion DDMStructureVersionUtil.findByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistence.findByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or throws a NoSuchStructureVersionException if it could not be found.
static DDMStructureVersion DDMStructureVersionUtil.findByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistence.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion DDMStructureVersionUtil.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion[] DDMStructureVersionPersistence.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
static DDMStructureVersion[] DDMStructureVersionUtil.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistence.remove(long structureVersionId)
          Removes the d d m structure version with the primary key from the database.
static DDMStructureVersion DDMStructureVersionUtil.remove(long structureVersionId)
          Removes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionPersistence.removeByS_V(long structureId, String version)
          Removes the d d m structure version where structureId = ? and version = ? from the database.
static DDMStructureVersion DDMStructureVersionUtil.removeByS_V(long structureId, String version)
          Removes the d d m structure version where structureId = ? and version = ? from the database.
 

Uses of NoSuchStructureVersionException in com.liferay.portlet.dynamicdatamapping.service.persistence.impl
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that throw NoSuchStructureVersionException
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByPrimaryKey(long structureVersionId)
          Returns the d d m structure version with the primary key or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the d d m structure version with the primary key or throws a NoSuchModelException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByS_V(long structureId, String version)
          Returns the d d m structure version where structureId = ? and version = ? or throws a NoSuchStructureVersionException if it could not be found.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByStructureId_First(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the first d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.findByStructureId_Last(long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the last d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion[] DDMStructureVersionPersistenceImpl.findByStructureId_PrevAndNext(long structureVersionId, long structureId, OrderByComparator<DDMStructureVersion> orderByComparator)
          Returns the d d m structure versions before and after the current d d m structure version in the ordered set where structureId = ?.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.remove(long structureVersionId)
          Removes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m structure version with the primary key from the database.
 DDMStructureVersion DDMStructureVersionPersistenceImpl.removeByS_V(long structureId, String version)
          Removes the d d m structure version where structureId = ? and version = ? from the database.
 


Liferay 7.0-ce-m3