Class DEDataDefinitionFieldLinkUtil
com.liferay.data.engine.service.persistence.impl.DEDataDefinitionFieldLinkPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(DEDataDefinitionFieldLink deDataDefinitionFieldLink) Caches the de data definition field link in the entity cache if it is enabled.static void
cacheResult
(List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks) Caches the de data definition field links in the entity cache if it is enabled.static void
static void
clearCache
(DEDataDefinitionFieldLink deDataDefinitionFieldLink) static int
countAll()
Returns the number of de data definition field links.static int
countByC_C
(long classNameId, long classPK) Returns the number of de data definition field links where classNameId = ? and classPK = ?.static 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 = ?.static 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 ?.static int
countByC_DDMSI
(long classNameId, long ddmStructureId) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ?.static 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 = ?.static 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 ?.static int
countByDDMSI_F
(long ddmStructureId, String fieldName) Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.static int
countByDDMSI_F
(long ddmStructureId, String[] fieldNames) Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.static int
countByDDMStructureId
(long ddmStructureId) Returns the number of de data definition field links where ddmStructureId = ?.static int
countByUuid
(String uuid) Returns the number of de data definition field links where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of de data definition field links where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of de data definition field links where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static DEDataDefinitionFieldLink
create
(long deDataDefinitionFieldLinkId) Creates a new de data definition field link with the primary key.static 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.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
fetchByPrimaryKey
(long deDataDefinitionFieldLinkId) Returns the de data definition field link with the primary key or returnsnull
if it could not be found.static Map<Serializable,
DEDataDefinitionFieldLink> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static 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 = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
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.static DEDataDefinitionFieldLink
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.static 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 = ?.static List<DEDataDefinitionFieldLink>
findAll()
Returns all the de data definition field links.static List<DEDataDefinitionFieldLink>
findAll
(int start, int end) Returns a range of all the de data definition field links.static 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.static 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.static List<DEDataDefinitionFieldLink>
findByC_C
(long classNameId, long classPK) Returns all the de data definition field links where classNameId = ? and classPK = ?.static List<DEDataDefinitionFieldLink>
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 = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
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.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static List<DEDataDefinitionFieldLink>
findByC_DDMSI
(long classNameId, long ddmStructureId) Returns all the de data definition field links where classNameId = ? and ddmStructureId = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 ?.static 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 ?.static 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 ?.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static List<DEDataDefinitionFieldLink>
findByDDMSI_F
(long ddmStructureId, String fieldName) Returns all the de data definition field links where ddmStructureId = ? and fieldName = ?.static List<DEDataDefinitionFieldLink>
findByDDMSI_F
(long ddmStructureId, String[] fieldNames) Returns all the de data definition field links where ddmStructureId = ? and fieldName = any ?.static 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 ?.static 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 ?.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static List<DEDataDefinitionFieldLink>
findByDDMStructureId
(long ddmStructureId) Returns all the de data definition field links where ddmStructureId = ?.static List<DEDataDefinitionFieldLink>
findByDDMStructureId
(long ddmStructureId, int start, int end) Returns a range of all the de data definition field links where ddmStructureId = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static DEDataDefinitionFieldLink
findByPrimaryKey
(long deDataDefinitionFieldLinkId) Returns the de data definition field link with the primary key or throws aNoSuchDataDefinitionFieldLinkException
if it could not be found.static List<DEDataDefinitionFieldLink>
findByUuid
(String uuid) Returns all the de data definition field links where uuid = ?.static List<DEDataDefinitionFieldLink>
findByUuid
(String uuid, int start, int end) Returns a range of all the de data definition field links where uuid = ?.static 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 = ?.static 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 = ?.static List<DEDataDefinitionFieldLink>
findByUuid_C
(String uuid, long companyId) Returns all the de data definition field links where uuid = ? and companyId = ?.static List<DEDataDefinitionFieldLink>
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 = ?.static 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 = ?.static 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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink
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.static DEDataDefinitionFieldLink
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 = ?.static DEDataDefinitionFieldLink[]
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 = ?.static List<DEDataDefinitionFieldLink>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<DEDataDefinitionFieldLink>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<DEDataDefinitionFieldLink>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) static DEDataDefinitionFieldLink
remove
(long deDataDefinitionFieldLinkId) Removes the de data definition field link with the primary key from the database.static void
Removes all the de data definition field links from the database.static void
removeByC_C
(long classNameId, long classPK) Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.static DEDataDefinitionFieldLink
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.static void
removeByC_DDMSI
(long classNameId, long ddmStructureId) Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.static 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.static void
removeByDDMSI_F
(long ddmStructureId, String fieldName) Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.static void
removeByDDMStructureId
(long ddmStructureId) Removes all the de data definition field links where ddmStructureId = ? from the database.static void
removeByUuid
(String uuid) Removes all the de data definition field links where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the de data definition field links where uuid = ? and companyId = ? from the database.static DEDataDefinitionFieldLink
removeByUUID_G
(String uuid, long groupId) Removes the de data definition field link where uuid = ? and groupId = ? from the database.static void
setPersistence
(DEDataDefinitionFieldLinkPersistence persistence) static DEDataDefinitionFieldLink
update
(DEDataDefinitionFieldLink deDataDefinitionFieldLink) static DEDataDefinitionFieldLink
update
(DEDataDefinitionFieldLink deDataDefinitionFieldLink, com.liferay.portal.kernel.service.ServiceContext serviceContext) static DEDataDefinitionFieldLink
updateImpl
(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
-
Constructor Details
-
DEDataDefinitionFieldLinkUtil
public DEDataDefinitionFieldLinkUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,DEDataDefinitionFieldLink> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static DEDataDefinitionFieldLink update(DEDataDefinitionFieldLink deDataDefinitionFieldLink, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByUuid_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByUuid_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
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
public static DEDataDefinitionFieldLink 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.- 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
public static 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
public static List<DEDataDefinitionFieldLink> 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 = ?.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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByUuid_C_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByUuid_C_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
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
public static List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end) 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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByDDMStructureId_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByDDMStructureId_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
removeByDDMStructureId
public static void removeByDDMStructureId(long ddmStructureId) Removes all the de data definition field links where ddmStructureId = ? from the database.- Parameters:
ddmStructureId
- the ddm structure ID
-
countByDDMStructureId
public static 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
public static List<DEDataDefinitionFieldLink> 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 = ?.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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_C_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_C_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
removeByC_C
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_DDMSI_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_DDMSI_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
removeByC_DDMSI
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByDDMSI_F_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByDDMSI_F_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
findByDDMSI_F
public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames) 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_DDMSI_F_First
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_DDMSI_F_Last
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
findByC_DDMSI_F
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
fetchByC_C_DDMSI_F
public static 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
public static 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
public static 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
public static 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 = ?.- 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
public static 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 ?.- 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
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
updateImpl
public static DEDataDefinitionFieldLink updateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink) -
findByPrimaryKey
public static 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 foundNoSuchDataDefinitionFieldLinkException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the de data definition field links from the database. -
countAll
public static int countAll()Returns the number of de data definition field links.- Returns:
- the number of de data definition field links
-
getPersistence
-
setPersistence
-