Class DEDataDefinitionFieldLinkUtil

java.lang.Object
com.liferay.data.engine.service.persistence.DEDataDefinitionFieldLinkUtil

public class DEDataDefinitionFieldLinkUtil extends Object
The persistence utility for the de data definition field link service. This utility wraps 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 Details

    • DEDataDefinitionFieldLinkUtil

      public DEDataDefinitionFieldLinkUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,DEDataDefinitionFieldLink> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<DEDataDefinitionFieldLink> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static DEDataDefinitionFieldLink update(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static DEDataDefinitionFieldLink update(DEDataDefinitionFieldLink deDataDefinitionFieldLink, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

      public static List<DEDataDefinitionFieldLink> findByUuid(String uuid)
      Returns all the de data definition field links where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching de data definition field links
    • findByUuid

      public static List<DEDataDefinitionFieldLink> findByUuid(String uuid, int start, int end)
      Returns a range of all the de data definition field links where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByUuid

      public static List<DEDataDefinitionFieldLink> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByUuid

      public static List<DEDataDefinitionFieldLink> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByUuid_Last

      public static DEDataDefinitionFieldLink findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByUuid_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByUuid_PrevAndNext(long deDataDefinitionFieldLinkId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • removeByUuid

      public static void removeByUuid(String uuid)
      Removes all the de data definition field links where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      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 a NoSuchDataDefinitionFieldLinkException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • fetchByUUID_G

      public static DEDataDefinitionFieldLink fetchByUUID_G(String uuid, long groupId)
      Returns the de data definition field link where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching de data definition field link, or null if a matching de data definition field link could not be found
    • fetchByUUID_G

      public static DEDataDefinitionFieldLink fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the de data definition field link where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching de data definition field link, or null if a matching de data definition field link could not be found
    • removeByUUID_G

      public static DEDataDefinitionFieldLink removeByUUID_G(String uuid, long groupId) throws NoSuchDataDefinitionFieldLinkException
      Removes the de data definition field link where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the de data definition field link that was removed
      Throws:
      NoSuchDataDefinitionFieldLinkException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of de data definition field links where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching de data definition field links
    • findByUuid_C

      public static List<DEDataDefinitionFieldLink> findByUuid_C(String uuid, long companyId)
      Returns all the de data definition field links where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching de data definition field links
    • findByUuid_C

      public static List<DEDataDefinitionFieldLink> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the de data definition field links where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByUuid_C

      public static List<DEDataDefinitionFieldLink> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByUuid_C

      public static List<DEDataDefinitionFieldLink> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByUuid_C_Last

      public static DEDataDefinitionFieldLink findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByUuid_C_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByUuid_C_PrevAndNext(long deDataDefinitionFieldLinkId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the de data definition field links where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public static int countByUuid_C(String uuid, long companyId)
      Returns the number of de data definition field links where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching de data definition field links
    • findByDDMStructureId

      public static List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId)
      Returns all the de data definition field links where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      Returns:
      the matching de data definition field links
    • findByDDMStructureId

      public static List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end)
      Returns a range of all the de data definition field links where ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByDDMStructureId

      public static List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByDDMStructureId

      public static List<DEDataDefinitionFieldLink> findByDDMStructureId(long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByDDMStructureId_Last

      public static DEDataDefinitionFieldLink findByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByDDMStructureId_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByDDMStructureId_PrevAndNext(long deDataDefinitionFieldLinkId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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

      public static List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK)
      Returns all the de data definition field links where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching de data definition field links
    • findByC_C

      public static List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end)
      Returns a range of all the de data definition field links where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByC_C

      public static List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByC_C

      public static List<DEDataDefinitionFieldLink> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByC_C_Last

      public static DEDataDefinitionFieldLink findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByC_C_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByC_C_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      classPK - 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 ID
      classPK - the class pk
      Returns:
      the number of matching de data definition field links
    • findByC_DDMSI

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId)
      Returns all the de data definition field links where classNameId = ? and ddmStructureId = ?.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      Returns:
      the matching de data definition field links
    • findByC_DDMSI

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end)
      Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByC_DDMSI

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByC_DDMSI

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI(long classNameId, long ddmStructureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByC_DDMSI_Last

      public static DEDataDefinitionFieldLink findByC_DDMSI_Last(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByC_DDMSI_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByC_DDMSI_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      ddmStructureId - 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 ID
      ddmStructureId - the ddm structure ID
      Returns:
      the number of matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName)
      Returns all the de data definition field links where ddmStructureId = ? and fieldName = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      Returns:
      the matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName, int start, int end)
      Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByDDMSI_F_Last

      public static DEDataDefinitionFieldLink findByDDMSI_F_Last(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByDDMSI_F_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByDDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames)
      Returns all the de data definition field links where ddmStructureId = ? and fieldName = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      Returns:
      the matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames, int start, int end)
      Returns a range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByDDMSI_F

      public static List<DEDataDefinitionFieldLink> findByDDMSI_F(long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where ddmStructureId = ? and fieldName = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching de data definition field links
    • removeByDDMSI_F

      public static void removeByDDMSI_F(long ddmStructureId, String fieldName)
      Removes all the de data definition field links where ddmStructureId = ? and fieldName = ? from the database.
      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
    • countByDDMSI_F

      public static int countByDDMSI_F(long ddmStructureId, String fieldName)
      Returns the number of de data definition field links where ddmStructureId = ? and fieldName = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      Returns:
      the number of matching de data definition field links
    • countByDDMSI_F

      public static int countByDDMSI_F(long ddmStructureId, String[] fieldNames)
      Returns the number of de data definition field links where ddmStructureId = ? and fieldName = any ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      fieldNames - 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 ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      Returns:
      the matching de data definition field links
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName, int start, int end)
      Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByC_DDMSI_F_Last

      public static DEDataDefinitionFieldLink findByC_DDMSI_F_Last(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching de data definition field link, or null if a matching de data definition field link could not be found
    • findByC_DDMSI_F_PrevAndNext

      public static DEDataDefinitionFieldLink[] findByC_DDMSI_F_PrevAndNext(long deDataDefinitionFieldLinkId, long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator) throws NoSuchDataDefinitionFieldLinkException
      Returns the de data definition field links before and after the current de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the current de data definition field link
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames)
      Returns all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      Returns:
      the matching de data definition field links
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end)
      Returns a range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of matching de data definition field links
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching de data definition field links
    • findByC_DDMSI_F

      public static List<DEDataDefinitionFieldLink> findByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching de data definition field links
    • removeByC_DDMSI_F

      public static void removeByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName)
      Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ? from the database.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
    • countByC_DDMSI_F

      public static int countByC_DDMSI_F(long classNameId, long ddmStructureId, String fieldName)
      Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = ?.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      Returns:
      the number of matching de data definition field links
    • countByC_DDMSI_F

      public static int countByC_DDMSI_F(long classNameId, long ddmStructureId, String[] fieldNames)
      Returns the number of de data definition field links where classNameId = ? and ddmStructureId = ? and fieldName = any ?.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
      fieldNames - 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 a NoSuchDataDefinitionFieldLinkException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      Returns:
      the matching de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a matching de data definition field link could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 returns null if it could not be found. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      Returns:
      the matching de data definition field link, or null if a matching de data definition field link could not be found
    • fetchByC_C_DDMSI_F

      public static DEDataDefinitionFieldLink fetchByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName, boolean useFinderCache)
      Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      ddmStructureId - the ddm structure ID
      fieldName - the field name
      useFinderCache - whether to use the finder cache
      Returns:
      the matching de data definition field link, or null if a matching de data definition field link could not be found
    • removeByC_C_DDMSI_F

      public static DEDataDefinitionFieldLink removeByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName) throws NoSuchDataDefinitionFieldLinkException
      Removes the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      ddmStructureId - the ddm structure ID
      fieldName - 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 ID
      classPK - the class pk
      ddmStructureId - the ddm structure ID
      fieldName - 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 ID
      classPK - the class pk
      ddmStructureId - the ddm structure ID
      fieldNames - the field names
      Returns:
      the number of matching de data definition field links
    • cacheResult

      public static void cacheResult(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
      Caches the de data definition field link in the entity cache if it is enabled.
      Parameters:
      deDataDefinitionFieldLink - the de data definition field link
    • cacheResult

      public static void cacheResult(List<DEDataDefinitionFieldLink> deDataDefinitionFieldLinks)
      Caches the de data definition field links in the entity cache if it is enabled.
      Parameters:
      deDataDefinitionFieldLinks - the de data definition field links
    • create

      public static DEDataDefinitionFieldLink create(long deDataDefinitionFieldLinkId)
      Creates a new de data definition field link with the primary key. Does not add the de data definition field link to the database.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key for the new de data definition field link
      Returns:
      the new de data definition field link
    • remove

      public static DEDataDefinitionFieldLink remove(long deDataDefinitionFieldLinkId) throws NoSuchDataDefinitionFieldLinkException
      Removes the de data definition field link with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the de data definition field link
      Returns:
      the de data definition field link that was removed
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • 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 a NoSuchDataDefinitionFieldLinkException if it could not be found.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the de data definition field link
      Returns:
      the de data definition field link
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
      NoSuchDataDefinitionFieldLinkException
    • fetchByPrimaryKey

      public static DEDataDefinitionFieldLink fetchByPrimaryKey(long deDataDefinitionFieldLinkId)
      Returns the de data definition field link with the primary key or returns null if it could not be found.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the de data definition field link
      Returns:
      the de data definition field link, or null if a de data definition field link with the primary key could not be found
    • findAll

      public static List<DEDataDefinitionFieldLink> findAll()
      Returns all the de data definition field links.
      Returns:
      the de data definition field links
    • findAll

      public static List<DEDataDefinitionFieldLink> findAll(int start, int end)
      Returns a range of all the de data definition field links.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      Returns:
      the range of de data definition field links
    • findAll

      public static List<DEDataDefinitionFieldLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns an ordered range of all the de data definition field links.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of de data definition field links
    • findAll

      public static List<DEDataDefinitionFieldLink> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the de data definition field links.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from DEDataDefinitionFieldLinkModelImpl.

      Parameters:
      start - the lower bound of the range of de data definition field links
      end - the upper bound of the range of de data definition field links (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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

      public static DEDataDefinitionFieldLinkPersistence getPersistence()
    • setPersistence

      public static void setPersistence(DEDataDefinitionFieldLinkPersistence persistence)