Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that throw NoSuchStructureLinkException
 DDMStructureLink DDMStructureLinkPersistence.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByClassNameId_First(long classNameId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByClassNameId_Last(long classNameId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByClassNameId_PrevAndNext(long structureLinkId, long classNameId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.findByClassPK(long classPK)
          Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.findByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found.
static DDMStructureLink DDMStructureLinkUtil.findByPrimaryKey(long structureLinkId)
          Returns the d d m structure link with the primary key or throws a NoSuchStructureLinkException if it could not be found.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_First(long structureId, OrderByComparator orderByComparator)
          Returns the first d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink DDMStructureLinkUtil.findByStructureId_Last(long structureId, OrderByComparator orderByComparator)
          Returns the last d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink[] DDMStructureLinkPersistence.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?.
static DDMStructureLink[] DDMStructureLinkUtil.findByStructureId_PrevAndNext(long structureLinkId, long structureId, OrderByComparator orderByComparator)
          Returns the d d m structure links before and after the current d d m structure link in the ordered set where structureId = ?.
 DDMStructureLink DDMStructureLinkPersistence.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
static DDMStructureLink DDMStructureLinkUtil.remove(long structureLinkId)
          Removes the d d m structure link with the primary key from the database.
 DDMStructureLink DDMStructureLinkPersistence.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
static DDMStructureLink DDMStructureLinkUtil.removeByClassPK(long classPK)
          Removes the d d m structure link where classPK = ? from the database.
 


Liferay 6.2-ce-ga5