Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchStructureException
static DDMStructure[] DDMStructureUtil.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistenceImpl.filterFindByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
 DDMStructure[] DDMStructurePersistence.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.filterFindByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set of d d m structures that the user has permission to view where groupId = ?.
static DDMStructure DDMStructureUtil.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByC_C_First(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistence.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByC_C_Last(long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByC_C_PrevAndNext(long structureId, long companyId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where companyId = ? and classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where classNameId = ?.
static DDMStructure[] DDMStructureUtil.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistence.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByClassNameId_PrevAndNext(long structureId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where classNameId = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_N_D_First(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistence.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure DDMStructurePersistenceImpl.findByG_N_D_Last(long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure[] DDMStructureUtil.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistence.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByG_N_D_PrevAndNext(long structureId, long groupId, String name, String description, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ? and name = ? and description = ?.
static DDMStructure DDMStructureUtil.findByG_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByG_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistenceImpl.findByG_S(long groupId, String structureKey)
          Returns the d d m structure where groupId = ? and structureKey = ? or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
 DDMStructure DDMStructurePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where groupId = ?.
static DDMStructure[] DDMStructureUtil.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistence.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByGroupId_PrevAndNext(long structureId, long groupId, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where groupId = ?.
static DDMStructure DDMStructureUtil.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistenceImpl.findByPrimaryKey(long structureId)
          Returns the d d m structure with the primary key or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistence.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
 DDMStructure DDMStructurePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the d d m structure where uuid = ? and groupId = ? or throws a NoSuchStructureException if it could not be found.
static DDMStructure DDMStructureUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
 DDMStructure DDMStructurePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last d d m structure in the ordered set where uuid = ?.
static DDMStructure[] DDMStructureUtil.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistence.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
 DDMStructure[] DDMStructurePersistenceImpl.findByUuid_PrevAndNext(long structureId, String uuid, OrderByComparator orderByComparator)
          Returns the d d m structures before and after the current d d m structure in the ordered set where uuid = ?.
static DDMStructure DDMStructureUtil.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
 DDMStructure DDMStructurePersistence.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
 DDMStructure DDMStructurePersistenceImpl.remove(long structureId)
          Removes the d d m structure with the primary key from the database.
 DDMStructure DDMStructurePersistenceImpl.remove(Serializable primaryKey)
          Removes the d d m structure with the primary key from the database.
static DDMStructure DDMStructureUtil.removeByG_S(long groupId, String structureKey)
          Removes the d d m structure where groupId = ? and structureKey = ? from the database.
 DDMStructure DDMStructurePersistence.removeByG_S(long groupId, String structureKey)
          Removes the d d m structure where groupId = ? and structureKey = ? from the database.
 DDMStructure DDMStructurePersistenceImpl.removeByG_S(long groupId, String structureKey)
          Removes the d d m structure where groupId = ? and structureKey = ? from the database.
static DDMStructure DDMStructureUtil.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
 DDMStructure DDMStructurePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
 DDMStructure DDMStructurePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the d d m structure where uuid = ? and groupId = ? from the database.
 


Liferay 6.1.2-ce-ga3