Class FriendlyURLEntryLocalizationUtil

java.lang.Object
com.liferay.friendly.url.service.persistence.FriendlyURLEntryLocalizationUtil

public class FriendlyURLEntryLocalizationUtil extends Object
The persistence utility for the friendly url entry localization service. This utility wraps com.liferay.friendly.url.service.persistence.impl.FriendlyURLEntryLocalizationPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Details

    • FriendlyURLEntryLocalizationUtil

      public FriendlyURLEntryLocalizationUtil()
  • Method Details

    • clearCache

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

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

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

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

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

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

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

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

      public static FriendlyURLEntryLocalization update(FriendlyURLEntryLocalization friendlyURLEntryLocalization, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByFriendlyURLEntryId

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByFriendlyURLEntryId_First

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByFriendlyURLEntryId_Last

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • removeByFriendlyURLEntryId

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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByFriendlyURLEntryId_LanguageId

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_U_First

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_U_Last

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • removeByG_C_U

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByC_C_U_C_First

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByC_C_U_C_Last

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • removeByC_C_U_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_C_L_First

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_C_L_Last

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • removeByG_C_C_L

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_L_U

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_NotL_U_First

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByG_C_NotL_U_Last

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • removeByG_C_NotL_U

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • updateImpl

      public static FriendlyURLEntryLocalization updateImpl(FriendlyURLEntryLocalization friendlyURLEntryLocalization)
    • findByPrimaryKey

      public static 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
      NoSuchFriendlyURLEntryLocalizationException
    • fetchByPrimaryKey

      public static 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

      public static List<FriendlyURLEntryLocalization> findAll()
      Returns all the friendly url entry localizations.
      Returns:
      the friendly url entry localizations
    • findAll

      public static 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

      public static 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

      public static 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

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

      public static int countAll()
      Returns the number of friendly url entry localizations.
      Returns:
      the number of friendly url entry localizations
    • getPersistence

      public static FriendlyURLEntryLocalizationPersistence getPersistence()
    • setPersistence

      public static void setPersistence(FriendlyURLEntryLocalizationPersistence persistence)