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 voidcacheResult(DEDataDefinitionFieldLink deDataDefinitionFieldLink) Caches the de data definition field link in the entity cache if it is enabled.static voidcacheResult(List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks) Caches the de data definition field links in the entity cache if it is enabled.static voidstatic voidclearCache(DEDataDefinitionFieldLink deDataDefinitionFieldLink) static intcountAll()Returns the number of de data definition field links.static intcountByC_C(long classNameId, long classPK) Returns the number of de data definition field links where classNameId = ? and classPK = ?.static intcountByC_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 intcountByC_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 intcountByC_DDMSI(long classNameId, long ddmStructureId) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ?.static intcountByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName) Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.static intcountByC_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 intcountByDDMSI_F(long ddmStructureId, String fieldName) Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.static intcountByDDMSI_F(long ddmStructureId, String[] fieldNames) Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.static intcountByDDMStructureId(long ddmStructureId) Returns the number of de data definition field links where ddmStructureId = ?.static intcountByUuid(String uuid) Returns the number of de data definition field links where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of de data definition field links where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of de data definition field links where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static DEDataDefinitionFieldLinkcreate(long deDataDefinitionFieldLinkId) Creates a new de data definition field link with the primary key.static DEDataDefinitionFieldLinkfetchByC_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 returnsnullif it could not be found.static DEDataDefinitionFieldLinkfetchByC_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 returnsnullif it could not be found, optionally using the finder cache.static DEDataDefinitionFieldLinkfetchByC_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 DEDataDefinitionFieldLinkfetchByC_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 DEDataDefinitionFieldLinkfetchByC_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 DEDataDefinitionFieldLinkfetchByC_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 DEDataDefinitionFieldLinkfetchByC_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 DEDataDefinitionFieldLinkfetchByC_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 DEDataDefinitionFieldLinkfetchByDDMSI_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 DEDataDefinitionFieldLinkfetchByDDMSI_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 DEDataDefinitionFieldLinkfetchByDDMStructureId_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 DEDataDefinitionFieldLinkfetchByDDMStructureId_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 DEDataDefinitionFieldLinkfetchByPrimaryKey(long deDataDefinitionFieldLinkId) Returns the de data definition field link with the primary key or returnsnullif it could not be found.static Map<Serializable, DEDataDefinitionFieldLink> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static DEDataDefinitionFieldLinkfetchByUuid_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 DEDataDefinitionFieldLinkfetchByUuid_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 DEDataDefinitionFieldLinkfetchByUuid_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 DEDataDefinitionFieldLinkfetchByUUID_G(String uuid, long groupId) Returns the de data definition field link where uuid = ? and groupId = ? or returnsnullif it could not be found.static DEDataDefinitionFieldLinkfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the de data definition field link where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DEDataDefinitionFieldLinkfetchByUuid_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 DEDataDefinitionFieldLinkfindByC_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 aNoSuchDataDefinitionFieldLinkExceptionif it could not be found.static DEDataDefinitionFieldLinkfindByC_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 DEDataDefinitionFieldLinkfindByC_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 DEDataDefinitionFieldLinkfindByC_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 DEDataDefinitionFieldLinkfindByC_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 DEDataDefinitionFieldLinkfindByC_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 DEDataDefinitionFieldLinkfindByC_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 DEDataDefinitionFieldLinkfindByDDMSI_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 DEDataDefinitionFieldLinkfindByDDMSI_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 DEDataDefinitionFieldLinkfindByDDMStructureId_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 DEDataDefinitionFieldLinkfindByDDMStructureId_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 DEDataDefinitionFieldLinkfindByPrimaryKey(long deDataDefinitionFieldLinkId) Returns the de data definition field link with the primary key or throws aNoSuchDataDefinitionFieldLinkExceptionif 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 DEDataDefinitionFieldLinkfindByUuid_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 DEDataDefinitionFieldLinkfindByUuid_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 DEDataDefinitionFieldLinkfindByUuid_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 DEDataDefinitionFieldLinkfindByUUID_G(String uuid, long groupId) Returns the de data definition field link where uuid = ? and groupId = ? or throws aNoSuchDataDefinitionFieldLinkExceptionif it could not be found.static DEDataDefinitionFieldLinkfindByUuid_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 DEDataDefinitionFieldLinkremove(long deDataDefinitionFieldLinkId) Removes the de data definition field link with the primary key from the database.static voidRemoves all the de data definition field links from the database.static voidremoveByC_C(long classNameId, long classPK) Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.static DEDataDefinitionFieldLinkremoveByC_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 voidremoveByC_DDMSI(long classNameId, long ddmStructureId) Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.static voidremoveByC_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 voidremoveByDDMSI_F(long ddmStructureId, String fieldName) Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.static voidremoveByDDMStructureId(long ddmStructureId) Removes all the de data definition field links where ddmStructureId = ? from the database.static voidremoveByUuid(String uuid) Removes all the de data definition field links where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the de data definition field links where uuid = ? and companyId = ? from the database.static DEDataDefinitionFieldLinkremoveByUUID_G(String uuid, long groupId) Removes the de data definition field link where uuid = ? and groupId = ? from the database.static voidsetPersistence(DEDataDefinitionFieldLinkPersistence persistence) static DEDataDefinitionFieldLinkupdate(DEDataDefinitionFieldLink deDataDefinitionFieldLink) static DEDataDefinitionFieldLinkupdate(DEDataDefinitionFieldLink deDataDefinitionFieldLink, com.liferay.portal.kernel.service.ServiceContext serviceContext) static DEDataDefinitionFieldLinkupdateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
-
Constructor Details
-
DEDataDefinitionFieldLinkUtil
public DEDataDefinitionFieldLinkUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
public static Map<Serializable,DEDataDefinitionFieldLink> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
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:
-
update
- See Also:
-
update
public static DEDataDefinitionFieldLink update(DEDataDefinitionFieldLink deDataDefinitionFieldLink, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 aNoSuchDataDefinitionFieldLinkExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching de data definition field link
-
fetchByUUID_G
Returns the de data definition field link where uuid = ? and groupId = ? or returnsnullif 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
nullif 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 returnsnullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-
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
nullif 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
-
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
nullif 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 aNoSuchDataDefinitionFieldLinkExceptionif 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
-
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 returnsnullif 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
nullif 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 returnsnullif 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
nullif 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
-
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 aNoSuchDataDefinitionFieldLinkExceptionif it could not be found.- Parameters:
deDataDefinitionFieldLinkId- the primary key of the de data definition field link- Returns:
- the de data definition field link
-
fetchByPrimaryKey
Returns the de data definition field link with the primary key or returnsnullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-