Interface DEDataDefinitionFieldLinkPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataDefinitionFieldLink>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataDefinitionFieldLink>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(DEDataDefinitionFieldLink deDataDefinitionFieldLink) Caches the de data definition field link in the entity cache if it is enabled.void
cacheResult
(List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks) Caches the de data definition field links in the entity cache if it is enabled.int
countAll()
Returns the number of de data definition field links.int
countByC_C
(long classNameId, long classPK) Returns the number of de data definition field links where classNameId = ? and classPK = ?.int
countByC_C_DDMSI_F
(long classNameId, long classPK, long ddmStructureId, String fieldName) Returns the number of de data definition field links where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ?.int
countByC_C_DDMSI_F
(long classNameId, long classPK, long ddmStructureId, String[] fieldNames) Returns the number of de data definition field links where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = any ?.int
countByC_DDMSI
(long classNameId, long ddmStructureId) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ?.int
countByC_DDMSI_F
(long classNameId, long ddmStructureId, String fieldName) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.int
countByC_DDMSI_F
(long classNameId, long ddmStructureId, String[] fieldNames) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.int
countByDDMSI_F
(long ddmStructureId, String fieldName) Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.int
countByDDMSI_F
(long ddmStructureId, String[] fieldNames) Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.int
countByDDMStructureId
(long ddmStructureId) Returns the number of de data definition field links where ddmStructureId = ?.int
countByUuid
(String uuid) Returns the number of de data definition field links where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of de data definition field links where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of de data definition field links where uuid = ? and groupId = ?.create
(long deDataDefinitionFieldLinkId) Creates a new de data definition field link with the primary key.fetchByC_C_DDMSI_F
(long classNameId, long classPK, long ddmStructureId, String fieldName) Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returnsnull
if it could not be found.fetchByC_C_DDMSI_F
(long classNameId, long classPK, long ddmStructureId, String fieldName, boolean useFinderCache) Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.fetchByC_DDMSI_F_First
(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.fetchByC_DDMSI_F_Last
(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.fetchByC_DDMSI_First
(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.fetchByC_DDMSI_Last
(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.fetchByDDMSI_F_First
(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.fetchByDDMSI_F_Last
(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.fetchByDDMStructureId_First
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where ddmStructureId = ?.fetchByDDMStructureId_Last
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where ddmStructureId = ?.fetchByPrimaryKey
(long deDataDefinitionFieldLinkId) Returns the de data definition field link with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the de data definition field link where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the de data definition field link where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where uuid = ?.findAll()
Returns all the de data definition field links.findAll
(int start, int end) Returns a range of all the de data definition field links.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links.findByC_C
(long classNameId, long classPK) Returns all the de data definition field links where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.findByC_C_DDMSI_F
(long classNameId, long classPK, long ddmStructureId, String fieldName) Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.findByC_C_PrevAndNext
(long deDataDefinitionFieldLinkId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and classPK = ?.findByC_DDMSI
(long classNameId, long ddmStructureId) Returns all the de data definition field links where classNameId = ? and ddmStructureId = ?.findByC_DDMSI
(long classNameId, long ddmStructureId, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.findByC_DDMSI
(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.findByC_DDMSI
(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String fieldName) Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String[] fieldNames) Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?, optionally using the finder cache.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String fieldName, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_F
(long classNameId, long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_F_First
(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_F_Last
(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_F_PrevAndNext
(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.findByC_DDMSI_First
(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.findByC_DDMSI_Last
(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.findByC_DDMSI_PrevAndNext
(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.findByDDMSI_F
(long ddmStructureId, String fieldName) Returns all the de data definition field links where ddmStructureId = ? and fieldName = ?.findByDDMSI_F
(long ddmStructureId, String[] fieldNames) Returns all the de data definition field links where ddmStructureId = ? and fieldName = any ?.findByDDMSI_F
(long ddmStructureId, String[] fieldNames, int start, int end) Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.findByDDMSI_F
(long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.findByDDMSI_F
(long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?, optionally using the finder cache.findByDDMSI_F
(long ddmStructureId, String fieldName, int start, int end) Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.findByDDMSI_F
(long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.findByDDMSI_F
(long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.findByDDMSI_F_First
(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.findByDDMSI_F_Last
(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.findByDDMSI_F_PrevAndNext
(long deDataDefinitionFieldLinkId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.findByDDMStructureId
(long ddmStructureId) Returns all the de data definition field links where ddmStructureId = ?.findByDDMStructureId
(long ddmStructureId, int start, int end) Returns a range of all the de data definition field links where ddmStructureId = ?.findByDDMStructureId
(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where ddmStructureId = ?.findByDDMStructureId
(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where ddmStructureId = ?.findByDDMStructureId_First
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where ddmStructureId = ?.findByDDMStructureId_Last
(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where ddmStructureId = ?.findByDDMStructureId_PrevAndNext
(long deDataDefinitionFieldLinkId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ?.findByPrimaryKey
(long deDataDefinitionFieldLinkId) Returns the de data definition field link with the primary key or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.findByUuid
(String uuid) Returns all the de data definition field links where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the de data definition field links where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the de data definition field links where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the de data definition field links where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long deDataDefinitionFieldLinkId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the de data definition field link where uuid = ? and groupId = ? or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long deDataDefinitionFieldLinkId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ?.remove
(long deDataDefinitionFieldLinkId) Removes the de data definition field link with the primary key from the database.void
Removes all the de data definition field links from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.removeByC_C_DDMSI_F
(long classNameId, long classPK, long ddmStructureId, String fieldName) Removes the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? from the database.void
removeByC_DDMSI
(long classNameId, long ddmStructureId) Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.void
removeByC_DDMSI_F
(long classNameId, long ddmStructureId, String fieldName) Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ? from the database.void
removeByDDMSI_F
(long ddmStructureId, String fieldName) Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.void
removeByDDMStructureId
(long ddmStructureId) Removes all the de data definition field links where ddmStructureId = ? from the database.void
removeByUuid
(String uuid) Removes all the de data definition field links where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the de data definition field links where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the de data definition field link where uuid = ? and groupId = ? from the database.updateImpl
(DEDataDefinitionFieldLink deDataDefinitionFieldLink) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the de data definition field links where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching de data definition field links
-
findByUuid
Returns a range of all the de data definition field links where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByUuid
List<DEDataDefinitionFieldLink> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByUuid
List<DEDataDefinitionFieldLink> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByUuid_First
DEDataDefinitionFieldLink findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByUuid_First
DEDataDefinitionFieldLink fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByUuid_Last
DEDataDefinitionFieldLink findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByUuid_Last
DEDataDefinitionFieldLink fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByUuid_PrevAndNext
DEDataDefinitionFieldLink[] findByUuid_PrevAndNext(long deDataDefinitionFieldLinkId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
removeByUuid
Removes all the de data definition field links where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of de data definition field links where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching de data definition field links
-
findByUUID_G
DEDataDefinitionFieldLink findByUUID_G(String uuid, long groupId) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field link where uuid = ? and groupId = ? or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByUUID_G
Returns the de data definition field link where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
fetchByUUID_G
Returns the de data definition field link where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
removeByUUID_G
DEDataDefinitionFieldLink removeByUUID_G(String uuid, long groupId) throws NoSuchDataDefinitionFieldLinkException Removes the de data definition field link where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the de data definition field link that was removed
- Throws:
NoSuchDataDefinitionFieldLinkException
-
countByUUID_G
Returns the number of de data definition field links where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching de data definition field links
-
findByUuid_C
Returns all the de data definition field links where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching de data definition field links
-
findByUuid_C
Returns a range of all the de data definition field links where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByUuid_C
List<DEDataDefinitionFieldLink> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByUuid_C
List<DEDataDefinitionFieldLink> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByUuid_C_First
DEDataDefinitionFieldLink findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByUuid_C_First
DEDataDefinitionFieldLink fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByUuid_C_Last
DEDataDefinitionFieldLink findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByUuid_C_Last
DEDataDefinitionFieldLink fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByUuid_C_PrevAndNext
DEDataDefinitionFieldLink[] findByUuid_C_PrevAndNext(long deDataDefinitionFieldLinkId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ? and companyId = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
removeByUuid_C
Removes all the de data definition field links where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of de data definition field links where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching de data definition field links
-
findByDDMStructureId
Returns all the de data definition field links where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure ID- Returns:
- the matching de data definition field links
-
findByDDMStructureId
Returns a range of all the de data definition field links where ddmStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByDDMStructureId
List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where ddmStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByDDMStructureId
List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where ddmStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByDDMStructureId_First
DEDataDefinitionFieldLink findByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByDDMStructureId_First
DEDataDefinitionFieldLink fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByDDMStructureId_Last
DEDataDefinitionFieldLink findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByDDMStructureId_Last
DEDataDefinitionFieldLink fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByDDMStructureId_PrevAndNext
DEDataDefinitionFieldLink[] findByDDMStructureId_PrevAndNext(long deDataDefinitionFieldLinkId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
removeByDDMStructureId
void removeByDDMStructureId(long ddmStructureId) Removes all the de data definition field links where ddmStructureId = ? from the database.- Parameters:
ddmStructureId
- the ddm structure ID
-
countByDDMStructureId
int countByDDMStructureId(long ddmStructureId) Returns the number of de data definition field links where ddmStructureId = ?.- Parameters:
ddmStructureId
- the ddm structure ID- Returns:
- the number of matching de data definition field links
-
findByC_C
Returns all the de data definition field links where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching de data definition field links
-
findByC_C
Returns a range of all the de data definition field links where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByC_C
List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByC_C
List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByC_C_First
DEDataDefinitionFieldLink findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_C_First
DEDataDefinitionFieldLink fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByC_C_Last
DEDataDefinitionFieldLink findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_C_Last
DEDataDefinitionFieldLink fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByC_C_PrevAndNext
DEDataDefinitionFieldLink[] findByC_C_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and classPK = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
removeByC_C
void removeByC_C(long classNameId, long classPK) Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of de data definition field links where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching de data definition field links
-
findByC_DDMSI
Returns all the de data definition field links where classNameId = ? and ddmStructureId = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure ID- Returns:
- the matching de data definition field links
-
findByC_DDMSI
List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByC_DDMSI
List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByC_DDMSI
List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByC_DDMSI_First
DEDataDefinitionFieldLink findByC_DDMSI_First(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_DDMSI_First
DEDataDefinitionFieldLink fetchByC_DDMSI_First(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByC_DDMSI_Last
DEDataDefinitionFieldLink findByC_DDMSI_Last(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_DDMSI_Last
DEDataDefinitionFieldLink fetchByC_DDMSI_Last(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByC_DDMSI_PrevAndNext
DEDataDefinitionFieldLink[] findByC_DDMSI_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkclassNameId
- the class name IDddmStructureId
- the ddm structure IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
removeByC_DDMSI
void removeByC_DDMSI(long classNameId, long ddmStructureId) Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure ID
-
countByC_DDMSI
int countByC_DDMSI(long classNameId, long ddmStructureId) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure ID- Returns:
- the number of matching de data definition field links
-
findByDDMSI_F
Returns all the de data definition field links where ddmStructureId = ? and fieldName = ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the matching de data definition field links
-
findByDDMSI_F
List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName, int start, int end) Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByDDMSI_F
List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByDDMSI_F
List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByDDMSI_F_First
DEDataDefinitionFieldLink findByDDMSI_F_First(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByDDMSI_F_First
DEDataDefinitionFieldLink fetchByDDMSI_F_First(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByDDMSI_F_Last
DEDataDefinitionFieldLink findByDDMSI_F_Last(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByDDMSI_F_Last
DEDataDefinitionFieldLink fetchByDDMSI_F_Last(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByDDMSI_F_PrevAndNext
DEDataDefinitionFieldLink[] findByDDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
findByDDMSI_F
Returns all the de data definition field links where ddmStructureId = ? and fieldName = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldNames
- the field names- Returns:
- the matching de data definition field links
-
findByDDMSI_F
List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames, int start, int end) Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByDDMSI_F
List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByDDMSI_F
List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
ddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
removeByDDMSI_F
Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field name
-
countByDDMSI_F
Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the number of matching de data definition field links
-
countByDDMSI_F
Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.- Parameters:
ddmStructureId
- the ddm structure IDfieldNames
- the field names- Returns:
- the number of matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName) Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field namestart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
findByC_DDMSI_F_First
DEDataDefinitionFieldLink findByC_DDMSI_F_First(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_DDMSI_F_First
DEDataDefinitionFieldLink fetchByC_DDMSI_F_First(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByC_DDMSI_F_Last
DEDataDefinitionFieldLink findByC_DDMSI_F_Last(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_DDMSI_F_Last
DEDataDefinitionFieldLink fetchByC_DDMSI_F_Last(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
findByC_DDMSI_F_PrevAndNext
DEDataDefinitionFieldLink[] findByC_DDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the current de data definition field linkclassNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field nameorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames) Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field names- Returns:
- the matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end) Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching de data definition field links
-
findByC_DDMSI_F
List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field namesstart
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching de data definition field links
-
removeByC_DDMSI_F
Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ? from the database.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field name
-
countByC_DDMSI_F
Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the number of matching de data definition field links
-
countByC_DDMSI_F
Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.- Parameters:
classNameId
- the class name IDddmStructureId
- the ddm structure IDfieldNames
- the field names- Returns:
- the number of matching de data definition field links
-
findByC_C_DDMSI_F
DEDataDefinitionFieldLink findByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.- Parameters:
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the matching de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a matching de data definition field link could not be found
-
fetchByC_C_DDMSI_F
DEDataDefinitionFieldLink fetchByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName) Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
fetchByC_C_DDMSI_F
DEDataDefinitionFieldLink fetchByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName, boolean useFinderCache) Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field nameuseFinderCache
- whether to use the finder cache- Returns:
- the matching de data definition field link, or
null
if a matching de data definition field link could not be found
-
removeByC_C_DDMSI_F
DEDataDefinitionFieldLink removeByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName) throws NoSuchDataDefinitionFieldLinkException Removes the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the de data definition field link that was removed
- Throws:
NoSuchDataDefinitionFieldLinkException
-
countByC_C_DDMSI_F
Returns the number of de data definition field links where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldName
- the field name- Returns:
- the number of matching de data definition field links
-
countByC_C_DDMSI_F
Returns the number of de data definition field links where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = any ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkddmStructureId
- the ddm structure IDfieldNames
- the field names- Returns:
- the number of matching de data definition field links
-
cacheResult
Caches the de data definition field link in the entity cache if it is enabled.- Parameters:
deDataDefinitionFieldLink
- the de data definition field link
-
cacheResult
Caches the de data definition field links in the entity cache if it is enabled.- Parameters:
deDataDefinitionFieldLinks
- the de data definition field links
-
create
Creates a new de data definition field link with the primary key. Does not add the de data definition field link to the database.- Parameters:
deDataDefinitionFieldLinkId
- the primary key for the new de data definition field link- Returns:
- the new de data definition field link
-
remove
DEDataDefinitionFieldLink remove(long deDataDefinitionFieldLinkId) throws NoSuchDataDefinitionFieldLinkException Removes the de data definition field link with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the de data definition field link- Returns:
- the de data definition field link that was removed
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
DEDataDefinitionFieldLink findByPrimaryKey(long deDataDefinitionFieldLinkId) throws NoSuchDataDefinitionFieldLinkException Returns the de data definition field link with the primary key or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the de data definition field link- Returns:
- the de data definition field link
- Throws:
NoSuchDataDefinitionFieldLinkException
- if a de data definition field link with the primary key could not be found
-
fetchByPrimaryKey
Returns the de data definition field link with the primary key or returnsnull
if it could not be found.- Parameters:
deDataDefinitionFieldLinkId
- the primary key of the de data definition field link- Returns:
- the de data definition field link, or
null
if a de data definition field link with the primary key could not be found
-
findAll
List<DEDataDefinitionFieldLink> findAll()Returns all the de data definition field links.- Returns:
- the de data definition field links
-
findAll
Returns a range of all the de data definition field links.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
start
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)- Returns:
- the range of de data definition field links
-
findAll
List<DEDataDefinitionFieldLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) Returns an ordered range of all the de data definition field links.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
start
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of de data definition field links
-
findAll
List<DEDataDefinitionFieldLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache) Returns an ordered range of all the de data definition field links.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromDEDataDefinitionFieldLinkModelImpl
.- Parameters:
start
- the lower bound of the range of de data definition field linksend
- the upper bound of the range of de data definition field links (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of de data definition field links
-
removeAll
void removeAll()Removes all the de data definition field links from the database. -
countAll
int countAll()Returns the number of de data definition field links.- Returns:
- the number of de data definition field links
-