|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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_First(long classNameId,
OrderByComparator orderByComparator)
Returns the first 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_Last(long classNameId,
OrderByComparator orderByComparator)
Returns the last 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.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.findByClassPK(long classPK)
Returns the d d m structure link where classPK = ? or throws a NoSuchStructureLinkException if it could not be found. |
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.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.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.findByStructureId_First(long structureId,
OrderByComparator orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
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_Last(long structureId,
OrderByComparator orderByComparator)
Returns the last 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_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.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.remove(long structureLinkId)
Removes the d d m structure link with the primary key from the database. |
DDMStructureLink |
DDMStructureLinkPersistence.remove(long structureLinkId)
Removes the d d m structure link with the primary key from the database. |
static DDMStructureLink |
DDMStructureLinkUtil.removeByClassPK(long classPK)
Removes the d d m structure link where classPK = ? from the database. |
DDMStructureLink |
DDMStructureLinkPersistence.removeByClassPK(long classPK)
Removes the d d m structure link where classPK = ? from the database. |
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |