Interface FriendlyURLEntryLocalizationPersistence

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

@ProviderType public interface FriendlyURLEntryLocalizationPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<FriendlyURLEntryLocalization>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FriendlyURLEntryLocalization>
The persistence interface for the friendly url entry localization service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByFriendlyURLEntryId

      List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId)
      Returns all the friendly url entry localizations where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      Returns:
      the matching friendly url entry localizations
    • findByFriendlyURLEntryId

      List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId, int start, int end)
      Returns a range of all the friendly url entry localizations where friendlyURLEntryId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      Returns:
      the range of matching friendly url entry localizations
    • findByFriendlyURLEntryId

      List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns an ordered range of all the friendly url entry localizations where friendlyURLEntryId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching friendly url entry localizations
    • findByFriendlyURLEntryId

      List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entry localizations where friendlyURLEntryId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (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 friendly url entry localizations
    • findByFriendlyURLEntryId_First

      FriendlyURLEntryLocalization findByFriendlyURLEntryId_First(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the first friendly url entry localization in the ordered set where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByFriendlyURLEntryId_First

      FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_First(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the first friendly url entry localization in the ordered set where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByFriendlyURLEntryId_Last

      FriendlyURLEntryLocalization findByFriendlyURLEntryId_Last(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the last friendly url entry localization in the ordered set where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByFriendlyURLEntryId_Last

      FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_Last(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the last friendly url entry localization in the ordered set where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByFriendlyURLEntryId_PrevAndNext

      FriendlyURLEntryLocalization[] findByFriendlyURLEntryId_PrevAndNext(long friendlyURLEntryLocalizationId, long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the current friendly url entry localization
      friendlyURLEntryId - the friendly url entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • removeByFriendlyURLEntryId

      void removeByFriendlyURLEntryId(long friendlyURLEntryId)
      Removes all the friendly url entry localizations where friendlyURLEntryId = ? from the database.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
    • countByFriendlyURLEntryId

      int countByFriendlyURLEntryId(long friendlyURLEntryId)
      Returns the number of friendly url entry localizations where friendlyURLEntryId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      Returns:
      the number of matching friendly url entry localizations
    • findByFriendlyURLEntryId_LanguageId

      FriendlyURLEntryLocalization findByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or throws a NoSuchFriendlyURLEntryLocalizationException if it could not be found.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      languageId - the language ID
      Returns:
      the matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByFriendlyURLEntryId_LanguageId

      FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId)
      Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      languageId - the language ID
      Returns:
      the matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • fetchByFriendlyURLEntryId_LanguageId

      FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId, boolean useFinderCache)
      Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      languageId - the language ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • removeByFriendlyURLEntryId_LanguageId

      FriendlyURLEntryLocalization removeByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId) throws NoSuchFriendlyURLEntryLocalizationException
      Removes the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? from the database.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      languageId - the language ID
      Returns:
      the friendly url entry localization that was removed
      Throws:
      NoSuchFriendlyURLEntryLocalizationException
    • countByFriendlyURLEntryId_LanguageId

      int countByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId)
      Returns the number of friendly url entry localizations where friendlyURLEntryId = ? and languageId = ?.
      Parameters:
      friendlyURLEntryId - the friendly url entry ID
      languageId - the language ID
      Returns:
      the number of matching friendly url entry localizations
    • findByG_C_U

      List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle)
      Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      Returns:
      the matching friendly url entry localizations
    • findByG_C_U

      List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle, int start, int end)
      Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      Returns:
      the range of matching friendly url entry localizations
    • findByG_C_U

      List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching friendly url entry localizations
    • findByG_C_U

      List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (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 friendly url entry localizations
    • findByG_C_U_First

      FriendlyURLEntryLocalization findByG_C_U_First(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_U_First

      FriendlyURLEntryLocalization fetchByG_C_U_First(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByG_C_U_Last

      FriendlyURLEntryLocalization findByG_C_U_Last(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_U_Last

      FriendlyURLEntryLocalization fetchByG_C_U_Last(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByG_C_U_PrevAndNext

      FriendlyURLEntryLocalization[] findByG_C_U_PrevAndNext(long friendlyURLEntryLocalizationId, long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the current friendly url entry localization
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • removeByG_C_U

      void removeByG_C_U(long groupId, long classNameId, String urlTitle)
      Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
    • countByG_C_U

      int countByG_C_U(long groupId, long classNameId, String urlTitle)
      Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      urlTitle - the url title
      Returns:
      the number of matching friendly url entry localizations
    • findByC_C_U_C

      List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId)
      Returns all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      Returns:
      the matching friendly url entry localizations
    • findByC_C_U_C

      List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end)
      Returns a range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      Returns:
      the range of matching friendly url entry localizations
    • findByC_C_U_C

      List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns an ordered range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching friendly url entry localizations
    • findByC_C_U_C

      List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (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 friendly url entry localizations
    • findByC_C_U_C_First

      FriendlyURLEntryLocalization findByC_C_U_C_First(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the first friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByC_C_U_C_First

      FriendlyURLEntryLocalization fetchByC_C_U_C_First(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the first friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByC_C_U_C_Last

      FriendlyURLEntryLocalization findByC_C_U_C_Last(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the last friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByC_C_U_C_Last

      FriendlyURLEntryLocalization fetchByC_C_U_C_Last(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the last friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByC_C_U_C_PrevAndNext

      FriendlyURLEntryLocalization[] findByC_C_U_C_PrevAndNext(long friendlyURLEntryLocalizationId, long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the current friendly url entry localization
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • removeByC_C_U_C

      void removeByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId)
      Removes all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ? from the database.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
    • countByC_C_U_C

      int countByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId)
      Returns the number of friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      urlTitle - the url title
      ctCollectionId - the ct collection ID
      Returns:
      the number of matching friendly url entry localizations
    • findByG_C_C_L

      List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId)
      Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      Returns:
      the matching friendly url entry localizations
    • findByG_C_C_L

      List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId, int start, int end)
      Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      Returns:
      the range of matching friendly url entry localizations
    • findByG_C_C_L

      List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching friendly url entry localizations
    • findByG_C_C_L

      List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (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 friendly url entry localizations
    • findByG_C_C_L_First

      FriendlyURLEntryLocalization findByG_C_C_L_First(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_C_L_First

      FriendlyURLEntryLocalization fetchByG_C_C_L_First(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByG_C_C_L_Last

      FriendlyURLEntryLocalization findByG_C_C_L_Last(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_C_L_Last

      FriendlyURLEntryLocalization fetchByG_C_C_L_Last(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByG_C_C_L_PrevAndNext

      FriendlyURLEntryLocalization[] findByG_C_C_L_PrevAndNext(long friendlyURLEntryLocalizationId, long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the current friendly url entry localization
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • removeByG_C_C_L

      void removeByG_C_C_L(long groupId, long classNameId, long classPK, String languageId)
      Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
    • countByG_C_C_L

      int countByG_C_C_L(long groupId, long classNameId, long classPK, String languageId)
      Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      languageId - the language ID
      Returns:
      the number of matching friendly url entry localizations
    • findByG_C_L_U

      FriendlyURLEntryLocalization findByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or throws a NoSuchFriendlyURLEntryLocalizationException if it could not be found.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      Returns:
      the matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_L_U

      FriendlyURLEntryLocalization fetchByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle)
      Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      Returns:
      the matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • fetchByG_C_L_U

      FriendlyURLEntryLocalization fetchByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle, boolean useFinderCache)
      Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      useFinderCache - whether to use the finder cache
      Returns:
      the matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • removeByG_C_L_U

      FriendlyURLEntryLocalization removeByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle) throws NoSuchFriendlyURLEntryLocalizationException
      Removes the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      Returns:
      the friendly url entry localization that was removed
      Throws:
      NoSuchFriendlyURLEntryLocalizationException
    • countByG_C_L_U

      int countByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle)
      Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      Returns:
      the number of matching friendly url entry localizations
    • findByG_C_NotL_U

      List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle)
      Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      Returns:
      the matching friendly url entry localizations
    • findByG_C_NotL_U

      List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle, int start, int end)
      Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      Returns:
      the range of matching friendly url entry localizations
    • findByG_C_NotL_U

      List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching friendly url entry localizations
    • findByG_C_NotL_U

      List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (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 friendly url entry localizations
    • findByG_C_NotL_U_First

      FriendlyURLEntryLocalization findByG_C_NotL_U_First(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_NotL_U_First

      FriendlyURLEntryLocalization fetchByG_C_NotL_U_First(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByG_C_NotL_U_Last

      FriendlyURLEntryLocalization findByG_C_NotL_U_Last(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a matching friendly url entry localization could not be found
    • fetchByG_C_NotL_U_Last

      FriendlyURLEntryLocalization fetchByG_C_NotL_U_Last(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry localization, or null if a matching friendly url entry localization could not be found
    • findByG_C_NotL_U_PrevAndNext

      FriendlyURLEntryLocalization[] findByG_C_NotL_U_PrevAndNext(long friendlyURLEntryLocalizationId, long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the current friendly url entry localization
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • removeByG_C_NotL_U

      void removeByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle)
      Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
    • countByG_C_NotL_U

      int countByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle)
      Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      languageId - the language ID
      urlTitle - the url title
      Returns:
      the number of matching friendly url entry localizations
    • cacheResult

      void cacheResult(FriendlyURLEntryLocalization friendlyURLEntryLocalization)
      Caches the friendly url entry localization in the entity cache if it is enabled.
      Parameters:
      friendlyURLEntryLocalization - the friendly url entry localization
    • cacheResult

      void cacheResult(List<FriendlyURLEntryLocalization> friendlyURLEntryLocalizations)
      Caches the friendly url entry localizations in the entity cache if it is enabled.
      Parameters:
      friendlyURLEntryLocalizations - the friendly url entry localizations
    • create

      FriendlyURLEntryLocalization create(long friendlyURLEntryLocalizationId)
      Creates a new friendly url entry localization with the primary key. Does not add the friendly url entry localization to the database.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key for the new friendly url entry localization
      Returns:
      the new friendly url entry localization
    • remove

      FriendlyURLEntryLocalization remove(long friendlyURLEntryLocalizationId) throws NoSuchFriendlyURLEntryLocalizationException
      Removes the friendly url entry localization with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the friendly url entry localization
      Returns:
      the friendly url entry localization that was removed
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • updateImpl

      FriendlyURLEntryLocalization updateImpl(FriendlyURLEntryLocalization friendlyURLEntryLocalization)
    • findByPrimaryKey

      FriendlyURLEntryLocalization findByPrimaryKey(long friendlyURLEntryLocalizationId) throws NoSuchFriendlyURLEntryLocalizationException
      Returns the friendly url entry localization with the primary key or throws a NoSuchFriendlyURLEntryLocalizationException if it could not be found.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the friendly url entry localization
      Returns:
      the friendly url entry localization
      Throws:
      NoSuchFriendlyURLEntryLocalizationException - if a friendly url entry localization with the primary key could not be found
    • fetchByPrimaryKey

      FriendlyURLEntryLocalization fetchByPrimaryKey(long friendlyURLEntryLocalizationId)
      Returns the friendly url entry localization with the primary key or returns null if it could not be found.
      Parameters:
      friendlyURLEntryLocalizationId - the primary key of the friendly url entry localization
      Returns:
      the friendly url entry localization, or null if a friendly url entry localization with the primary key could not be found
    • findAll

      Returns all the friendly url entry localizations.
      Returns:
      the friendly url entry localizations
    • findAll

      List<FriendlyURLEntryLocalization> findAll(int start, int end)
      Returns a range of all the friendly url entry localizations.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      Returns:
      the range of friendly url entry localizations
    • findAll

      List<FriendlyURLEntryLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator)
      Returns an ordered range of all the friendly url entry localizations.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of friendly url entry localizations
    • findAll

      List<FriendlyURLEntryLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entry localizations.

      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 FriendlyURLEntryLocalizationModelImpl.

      Parameters:
      start - the lower bound of the range of friendly url entry localizations
      end - the upper bound of the range of friendly url entry localizations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of friendly url entry localizations
    • removeAll

      void removeAll()
      Removes all the friendly url entry localizations from the database.
    • countAll

      int countAll()
      Returns the number of friendly url entry localizations.
      Returns:
      the number of friendly url entry localizations