Interface DEDataDefinitionFieldLinkPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataDefinitionFieldLink>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataDefinitionFieldLink>

@ProviderType public interface DEDataDefinitionFieldLinkPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DEDataDefinitionFieldLink>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DEDataDefinitionFieldLink>
The persistence interface for the de data definition field link service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the de data definition field links where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching de data definition field links
    • findByUuid

      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

      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

      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

      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
    • fetchByUuid_First

      DEDataDefinitionFieldLink fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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

      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
    • fetchByUuid_Last

      DEDataDefinitionFieldLink fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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

      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
    • removeByUuid

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

      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

      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
    • fetchByUUID_G

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByUuid_C_First

      DEDataDefinitionFieldLink fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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

      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
    • fetchByUuid_C_Last

      DEDataDefinitionFieldLink fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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

      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
    • removeByUuid_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByDDMStructureId_First

      DEDataDefinitionFieldLink fetchByDDMStructureId_First(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure 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

      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
    • fetchByDDMStructureId_Last

      DEDataDefinitionFieldLink fetchByDDMStructureId_Last(long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure 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

      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
    • removeByDDMStructureId

      void removeByDDMStructureId(long ddmStructureId)
      Removes all the de data definition field links where ddmStructureId = ? from the database.
      Parameters:
      ddmStructureId - the ddm structure ID
    • countByDDMStructureId

      int countByDDMStructureId(long ddmStructureId)
      Returns the number of de data definition field links where ddmStructureId = ?.
      Parameters:
      ddmStructureId - the ddm structure ID
      Returns:
      the number of matching de data definition field links
    • findByC_C

      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

      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

      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

      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

      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
    • fetchByC_C_First

      DEDataDefinitionFieldLink fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name 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

      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
    • fetchByC_C_Last

      DEDataDefinitionFieldLink fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name 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

      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
    • removeByC_C

      void removeByC_C(long classNameId, long classPK)
      Removes all the de data definition field links where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C

      int countByC_C(long classNameId, long classPK)
      Returns the number of de data definition field links where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching de data definition field links
    • findByC_DDMSI

      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

      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

      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

      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

      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
    • fetchByC_DDMSI_First

      DEDataDefinitionFieldLink fetchByC_DDMSI_First(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
      Parameters:
      classNameId - the class name 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

      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
    • fetchByC_DDMSI_Last

      DEDataDefinitionFieldLink fetchByC_DDMSI_Last(long classNameId, long ddmStructureId, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ?.
      Parameters:
      classNameId - the class name 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

      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
    • removeByC_DDMSI

      void removeByC_DDMSI(long classNameId, long ddmStructureId)
      Removes all the de data definition field links where classNameId = ? and ddmStructureId = ? from the database.
      Parameters:
      classNameId - the class name ID
      ddmStructureId - the ddm structure ID
    • countByC_DDMSI

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

      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

      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

      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

      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

      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
    • fetchByDDMSI_F_First

      DEDataDefinitionFieldLink fetchByDDMSI_F_First(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
      Parameters:
      ddmStructureId - the ddm structure 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

      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
    • fetchByDDMSI_F_Last

      DEDataDefinitionFieldLink fetchByDDMSI_F_Last(long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where ddmStructureId = ? and fieldName = ?.
      Parameters:
      ddmStructureId - the ddm structure 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

      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
    • findByDDMSI_F

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByC_DDMSI_F_First

      DEDataDefinitionFieldLink fetchByC_DDMSI_F_First(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the first de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
      Parameters:
      classNameId - the class name 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

      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
    • fetchByC_DDMSI_F_Last

      DEDataDefinitionFieldLink fetchByC_DDMSI_F_Last(long classNameId, long ddmStructureId, String fieldName, com.liferay.portal.kernel.util.OrderByComparator<DEDataDefinitionFieldLink> orderByComparator)
      Returns the last de data definition field link in the ordered set where classNameId = ? and ddmStructureId = ? and fieldName = ?.
      Parameters:
      classNameId - the class name 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

      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
    • findByC_DDMSI_F

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

      Useful when paginating results. Returns a maximum of end - start instances. start 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

      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

      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

      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

      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

      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

      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

      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
    • fetchByC_C_DDMSI_F

      DEDataDefinitionFieldLink fetchByC_C_DDMSI_F(long classNameId, long classPK, long ddmStructureId, String fieldName)
      Returns the de data definition field link where classNameId = ? and classPK = ? and ddmStructureId = ? and fieldName = ? or 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

      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

      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

      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

      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

      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

      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

      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

      DEDataDefinitionFieldLink remove(long deDataDefinitionFieldLinkId) throws NoSuchDataDefinitionFieldLinkException
      Removes the de data definition field link with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      deDataDefinitionFieldLinkId - the primary key of the de data definition field link
      Returns:
      the de data definition field link that was removed
      Throws:
      NoSuchDataDefinitionFieldLinkException - if a de data definition field link with the primary key could not be found
    • updateImpl

      DEDataDefinitionFieldLink updateImpl(DEDataDefinitionFieldLink deDataDefinitionFieldLink)
    • findByPrimaryKey

      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
    • fetchByPrimaryKey

      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

      Returns all the de data definition field links.
      Returns:
      the de data definition field links
    • findAll

      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

      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

      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

      void removeAll()
      Removes all the de data definition field links from the database.
    • countAll

      int countAll()
      Returns the number of de data definition field links.
      Returns:
      the number of de data definition field links