|
Liferay 7.0-ce-m6 | |||||||||
| 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.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where classNameId = ? and classPK = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where classNameId = ? and classPK = ?. |
static DDMStructureLink[] |
DDMStructureLinkUtil.findByC_C_PrevAndNext(long structureLinkId,
long classNameId,
long classPK,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ? and classPK = ?. |
DDMStructureLink[] |
DDMStructureLinkPersistence.findByC_C_PrevAndNext(long structureLinkId,
long classNameId,
long classPK,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the d d m structure links before and after the current d d m structure link in the ordered set where classNameId = ? and classPK = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByC_C_S(long classNameId,
long classPK,
long structureId)
Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? or throws a NoSuchStructureLinkException if it could not be found. |
DDMStructureLink |
DDMStructureLinkPersistence.findByC_C_S(long classNameId,
long classPK,
long structureId)
Returns the d d m structure link where classNameId = ? and classPK = ? and structureId = ? 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<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByStructureId_First(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the first d d m structure link in the ordered set where structureId = ?. |
static DDMStructureLink |
DDMStructureLinkUtil.findByStructureId_Last(long structureId,
OrderByComparator<DDMStructureLink> orderByComparator)
Returns the last d d m structure link in the ordered set where structureId = ?. |
DDMStructureLink |
DDMStructureLinkPersistence.findByStructureId_Last(long structureId,
OrderByComparator<DDMStructureLink> 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<DDMStructureLink> 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<DDMStructureLink> 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.removeByC_C_S(long classNameId,
long classPK,
long structureId)
Removes the d d m structure link where classNameId = ? and classPK = ? and structureId = ? from the database. |
DDMStructureLink |
DDMStructureLinkPersistence.removeByC_C_S(long classNameId,
long classPK,
long structureId)
Removes the d d m structure link where classNameId = ? and classPK = ? and structureId = ? from the database. |
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||