Liferay 7.0-ce-m6

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

Packages that use NoSuchStructureLayoutException
com.liferay.portlet.dynamicdatamapping.service.persistence   
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchStructureLayoutException
 DDMStructureLayout DDMStructureLayoutPersistence.findByPrimaryKey(long structureLayoutId)
          Returns the d d m structure layout with the primary key or throws a NoSuchStructureLayoutException if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.findByPrimaryKey(long structureLayoutId)
          Returns the d d m structure layout with the primary key or throws a NoSuchStructureLayoutException if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.findByStructureVersionId(long structureVersionId)
          Returns the d d m structure layout where structureVersionId = ? or throws a NoSuchStructureLayoutException if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.findByStructureVersionId(long structureVersionId)
          Returns the d d m structure layout where structureVersionId = ? or throws a NoSuchStructureLayoutException if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout[] DDMStructureLayoutPersistence.findByUuid_C_PrevAndNext(long structureLayoutId, String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ? and companyId = ?.
static DDMStructureLayout[] DDMStructureLayoutUtil.findByUuid_C_PrevAndNext(long structureLayoutId, String uuid, long companyId, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ? and companyId = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_First(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the first d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure layout where uuid = ? and groupId = ? or throws a NoSuchStructureLayoutException if it could not be found.
static DDMStructureLayout DDMStructureLayoutUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure layout where uuid = ? and groupId = ? or throws a NoSuchStructureLayoutException if it could not be found.
 DDMStructureLayout DDMStructureLayoutPersistence.findByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout DDMStructureLayoutUtil.findByUuid_Last(String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the last d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout[] DDMStructureLayoutPersistence.findByUuid_PrevAndNext(long structureLayoutId, String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ?.
static DDMStructureLayout[] DDMStructureLayoutUtil.findByUuid_PrevAndNext(long structureLayoutId, String uuid, OrderByComparator<DDMStructureLayout> orderByComparator)
          Returns the d d m structure layouts before and after the current d d m structure layout in the ordered set where uuid = ?.
 DDMStructureLayout DDMStructureLayoutPersistence.remove(long structureLayoutId)
          Removes the d d m structure layout with the primary key from the database.
static DDMStructureLayout DDMStructureLayoutUtil.remove(long structureLayoutId)
          Removes the d d m structure layout with the primary key from the database.
 DDMStructureLayout DDMStructureLayoutPersistence.removeByStructureVersionId(long structureVersionId)
          Removes the d d m structure layout where structureVersionId = ? from the database.
static DDMStructureLayout DDMStructureLayoutUtil.removeByStructureVersionId(long structureVersionId)
          Removes the d d m structure layout where structureVersionId = ? from the database.
 DDMStructureLayout DDMStructureLayoutPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure layout where uuid = ? and groupId = ? from the database.
static DDMStructureLayout DDMStructureLayoutUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure layout where uuid = ? and groupId = ? from the database.
 


Liferay 7.0-ce-m6