Class FriendlyURLEntryUtil

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(FriendlyURLEntry friendlyURLEntry)
    Caches the friendly url entry in the entity cache if it is enabled.
    static void
    cacheResult(List<FriendlyURLEntry> friendlyURLEntries)
    Caches the friendly url entries in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(FriendlyURLEntry friendlyURLEntry)
     
    static int
    Returns the number of friendly url entries.
    static int
    countByC_C(long companyId, long classNameId)
    Returns the number of friendly url entries where companyId = ? and classNameId = ?.
    static int
    countByG_C(long groupId, long classNameId)
    Returns the number of friendly url entries where groupId = ? and classNameId = ?.
    static int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
    static int
    Returns the number of friendly url entries where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of friendly url entries where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of friendly url entries where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    create(long friendlyURLEntryId)
    Creates a new friendly url entry with the primary key.
    fetchByC_C_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where companyId = ? and classNameId = ?.
    fetchByC_C_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where companyId = ? and classNameId = ?.
    fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where groupId = ? and classNameId = ?.
    fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where groupId = ? and classNameId = ?.
    fetchByPrimaryKey(long friendlyURLEntryId)
    Returns the friendly url entry with the primary key or returns null if it could not be found.
     
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the friendly url entry where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the friendly url entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where uuid = ?.
    Returns all the friendly url entries.
    findAll(int start, int end)
    Returns a range of all the friendly url entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns an ordered range of all the friendly url entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the friendly url entries.
    findByC_C(long companyId, long classNameId)
    Returns all the friendly url entries where companyId = ? and classNameId = ?.
    findByC_C(long companyId, long classNameId, int start, int end)
    Returns a range of all the friendly url entries where companyId = ? and classNameId = ?.
    findByC_C(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns an ordered range of all the friendly url entries where companyId = ? and classNameId = ?.
    findByC_C(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the friendly url entries where companyId = ? and classNameId = ?.
    findByC_C_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where companyId = ? and classNameId = ?.
    findByC_C_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where companyId = ? and classNameId = ?.
    findByC_C_PrevAndNext(long friendlyURLEntryId, long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the friendly url entries before and after the current friendly url entry in the ordered set where companyId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId)
    Returns all the friendly url entries where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end)
    Returns a range of all the friendly url entries where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ?.
    findByG_C_C(long groupId, long classNameId, long classPK)
    Returns all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
    Returns a range of all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_C_PrevAndNext(long friendlyURLEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the friendly url entries before and after the current friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
    findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where groupId = ? and classNameId = ?.
    findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where groupId = ? and classNameId = ?.
    findByG_C_PrevAndNext(long friendlyURLEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the friendly url entries before and after the current friendly url entry in the ordered set where groupId = ? and classNameId = ?.
    findByPrimaryKey(long friendlyURLEntryId)
    Returns the friendly url entry with the primary key or throws a NoSuchFriendlyURLEntryException if it could not be found.
    Returns all the friendly url entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the friendly url entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns an ordered range of all the friendly url entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the friendly url entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the friendly url entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the friendly url entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns an ordered range of all the friendly url entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the friendly url entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long friendlyURLEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the friendly url entries before and after the current friendly url entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the first friendly url entry in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the friendly url entry where uuid = ? and groupId = ? or throws a NoSuchFriendlyURLEntryException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the last friendly url entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long friendlyURLEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
    Returns the friendly url entries before and after the current friendly url entry in the ordered set where uuid = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
     
     
    remove(long friendlyURLEntryId)
    Removes the friendly url entry with the primary key from the database.
    static void
    Removes all the friendly url entries from the database.
    static void
    removeByC_C(long companyId, long classNameId)
    Removes all the friendly url entries where companyId = ? and classNameId = ? from the database.
    static void
    removeByG_C(long groupId, long classNameId)
    Removes all the friendly url entries where groupId = ? and classNameId = ? from the database.
    static void
    removeByG_C_C(long groupId, long classNameId, long classPK)
    Removes all the friendly url entries where groupId = ? and classNameId = ? and classPK = ? from the database.
    static void
    Removes all the friendly url entries where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the friendly url entries where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the friendly url entry where uuid = ? and groupId = ? from the database.
    static void
     
    update(FriendlyURLEntry friendlyURLEntry)
     
    update(FriendlyURLEntry friendlyURLEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(FriendlyURLEntry friendlyURLEntry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FriendlyURLEntryUtil

      public FriendlyURLEntryUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(FriendlyURLEntry friendlyURLEntry)
      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,FriendlyURLEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

      public static List<FriendlyURLEntry> findByUuid(String uuid)
      Returns all the friendly url entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching friendly url entries
    • findByUuid

      public static List<FriendlyURLEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the friendly url entries where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (not inclusive)
      Returns:
      the range of matching friendly url entries
    • findByUuid

      public static List<FriendlyURLEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns an ordered range of all the friendly url entries where uuid = ?.

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

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

      public static List<FriendlyURLEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entries where uuid = ?.

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (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 entries
    • findByUuid_First

      public static FriendlyURLEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the first friendly url entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByUuid_First

      public static FriendlyURLEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns the first friendly url entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry, or null if a matching friendly url entry could not be found
    • findByUuid_Last

      public static FriendlyURLEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the last friendly url entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByUuid_Last

      public static FriendlyURLEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns the last friendly url entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry, or null if a matching friendly url entry could not be found
    • findByUuid_PrevAndNext

      public static FriendlyURLEntry[] findByUuid_PrevAndNext(long friendlyURLEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entries before and after the current friendly url entry in the ordered set where uuid = ?.
      Parameters:
      friendlyURLEntryId - the primary key of the current friendly url entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a friendly url entry with the primary key could not be found
      NoSuchFriendlyURLEntryException
    • removeByUuid

      public static void removeByUuid(String uuid)
      Removes all the friendly url entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      Returns the number of friendly url entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching friendly url entries
    • findByUUID_G

      public static FriendlyURLEntry findByUUID_G(String uuid, long groupId) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entry where uuid = ? and groupId = ? or throws a NoSuchFriendlyURLEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByUUID_G

      public static FriendlyURLEntry fetchByUUID_G(String uuid, long groupId)
      Returns the friendly url entry where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching friendly url entry, or null if a matching friendly url entry could not be found
    • fetchByUUID_G

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

      public static FriendlyURLEntry removeByUUID_G(String uuid, long groupId) throws NoSuchFriendlyURLEntryException
      Removes the friendly url entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the friendly url entry that was removed
      Throws:
      NoSuchFriendlyURLEntryException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of friendly url entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching friendly url entries
    • findByUuid_C

      public static List<FriendlyURLEntry> findByUuid_C(String uuid, long companyId)
      Returns all the friendly url entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching friendly url entries
    • findByUuid_C

      public static List<FriendlyURLEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the friendly url entries where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (not inclusive)
      Returns:
      the range of matching friendly url entries
    • findByUuid_C

      public static List<FriendlyURLEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns an ordered range of all the friendly url entries where uuid = ? and companyId = ?.

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

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

      public static List<FriendlyURLEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entries where uuid = ? and companyId = ?.

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (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 entries
    • findByUuid_C_First

      public static FriendlyURLEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the first friendly url entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByUuid_C_First

      public static FriendlyURLEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns the first friendly url entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry, or null if a matching friendly url entry could not be found
    • findByUuid_C_Last

      public static FriendlyURLEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the last friendly url entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByUuid_C_Last

      public static FriendlyURLEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns the last friendly url entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry, or null if a matching friendly url entry could not be found
    • findByUuid_C_PrevAndNext

      public static FriendlyURLEntry[] findByUuid_C_PrevAndNext(long friendlyURLEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entries before and after the current friendly url entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      friendlyURLEntryId - the primary key of the current friendly url entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a friendly url entry with the primary key could not be found
      NoSuchFriendlyURLEntryException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the friendly url entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public static int countByUuid_C(String uuid, long companyId)
      Returns the number of friendly url entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching friendly url entries
    • findByG_C

      public static List<FriendlyURLEntry> findByG_C(long groupId, long classNameId)
      Returns all the friendly url entries where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the matching friendly url entries
    • findByG_C

      public static List<FriendlyURLEntry> findByG_C(long groupId, long classNameId, int start, int end)
      Returns a range of all the friendly url entries where groupId = ? and classNameId = ?.

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

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (not inclusive)
      Returns:
      the range of matching friendly url entries
    • findByG_C

      public static List<FriendlyURLEntry> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ?.

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

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

      public static List<FriendlyURLEntry> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ?.

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

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

      public static FriendlyURLEntry findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the first friendly url entry in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByG_C_First

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

      public static FriendlyURLEntry findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the last friendly url entry in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByG_C_Last

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

      public static FriendlyURLEntry[] findByG_C_PrevAndNext(long friendlyURLEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entries before and after the current friendly url entry in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      friendlyURLEntryId - the primary key of the current friendly url entry
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a friendly url entry with the primary key could not be found
      NoSuchFriendlyURLEntryException
    • removeByG_C

      public static void removeByG_C(long groupId, long classNameId)
      Removes all the friendly url entries where groupId = ? and classNameId = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
    • countByG_C

      public static int countByG_C(long groupId, long classNameId)
      Returns the number of friendly url entries where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the number of matching friendly url entries
    • findByC_C

      public static List<FriendlyURLEntry> findByC_C(long companyId, long classNameId)
      Returns all the friendly url entries where companyId = ? and classNameId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      Returns:
      the matching friendly url entries
    • findByC_C

      public static List<FriendlyURLEntry> findByC_C(long companyId, long classNameId, int start, int end)
      Returns a range of all the friendly url entries where companyId = ? and classNameId = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (not inclusive)
      Returns:
      the range of matching friendly url entries
    • findByC_C

      public static List<FriendlyURLEntry> findByC_C(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns an ordered range of all the friendly url entries where companyId = ? and classNameId = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching friendly url entries
    • findByC_C

      public static List<FriendlyURLEntry> findByC_C(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entries where companyId = ? and classNameId = ?.

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

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (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 entries
    • findByC_C_First

      public static FriendlyURLEntry findByC_C_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the first friendly url entry in the ordered set where companyId = ? and classNameId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByC_C_First

      public static FriendlyURLEntry fetchByC_C_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns the first friendly url entry in the ordered set where companyId = ? and classNameId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry, or null if a matching friendly url entry could not be found
    • findByC_C_Last

      public static FriendlyURLEntry findByC_C_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the last friendly url entry in the ordered set where companyId = ? and classNameId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByC_C_Last

      public static FriendlyURLEntry fetchByC_C_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns the last friendly url entry in the ordered set where companyId = ? and classNameId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry, or null if a matching friendly url entry could not be found
    • findByC_C_PrevAndNext

      public static FriendlyURLEntry[] findByC_C_PrevAndNext(long friendlyURLEntryId, long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entries before and after the current friendly url entry in the ordered set where companyId = ? and classNameId = ?.
      Parameters:
      friendlyURLEntryId - the primary key of the current friendly url entry
      companyId - the company ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a friendly url entry with the primary key could not be found
      NoSuchFriendlyURLEntryException
    • removeByC_C

      public static void removeByC_C(long companyId, long classNameId)
      Removes all the friendly url entries where companyId = ? and classNameId = ? from the database.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
    • countByC_C

      public static int countByC_C(long companyId, long classNameId)
      Returns the number of friendly url entries where companyId = ? and classNameId = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      Returns:
      the number of matching friendly url entries
    • findByG_C_C

      public static List<FriendlyURLEntry> findByG_C_C(long groupId, long classNameId, long classPK)
      Returns all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching friendly url entries
    • findByG_C_C

      public static List<FriendlyURLEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
      Returns a range of all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.

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

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

      public static List<FriendlyURLEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.

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

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

      public static List<FriendlyURLEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the friendly url entries where groupId = ? and classNameId = ? and classPK = ?.

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

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

      public static FriendlyURLEntry findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the first friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByG_C_C_First

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

      public static FriendlyURLEntry findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the last friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a matching friendly url entry could not be found
      NoSuchFriendlyURLEntryException
    • fetchByG_C_C_Last

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

      public static FriendlyURLEntry[] findByG_C_C_PrevAndNext(long friendlyURLEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entries before and after the current friendly url entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      friendlyURLEntryId - the primary key of the current friendly url entry
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a friendly url entry with the primary key could not be found
      NoSuchFriendlyURLEntryException
    • removeByG_C_C

      public static void removeByG_C_C(long groupId, long classNameId, long classPK)
      Removes all the friendly url entries where groupId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
    • countByG_C_C

      public static int countByG_C_C(long groupId, long classNameId, long classPK)
      Returns the number of friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching friendly url entries
    • cacheResult

      public static void cacheResult(FriendlyURLEntry friendlyURLEntry)
      Caches the friendly url entry in the entity cache if it is enabled.
      Parameters:
      friendlyURLEntry - the friendly url entry
    • cacheResult

      public static void cacheResult(List<FriendlyURLEntry> friendlyURLEntries)
      Caches the friendly url entries in the entity cache if it is enabled.
      Parameters:
      friendlyURLEntries - the friendly url entries
    • create

      public static FriendlyURLEntry create(long friendlyURLEntryId)
      Creates a new friendly url entry with the primary key. Does not add the friendly url entry to the database.
      Parameters:
      friendlyURLEntryId - the primary key for the new friendly url entry
      Returns:
      the new friendly url entry
    • remove

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

      public static FriendlyURLEntry updateImpl(FriendlyURLEntry friendlyURLEntry)
    • findByPrimaryKey

      public static FriendlyURLEntry findByPrimaryKey(long friendlyURLEntryId) throws NoSuchFriendlyURLEntryException
      Returns the friendly url entry with the primary key or throws a NoSuchFriendlyURLEntryException if it could not be found.
      Parameters:
      friendlyURLEntryId - the primary key of the friendly url entry
      Returns:
      the friendly url entry
      Throws:
      NoSuchFriendlyURLEntryException - if a friendly url entry with the primary key could not be found
      NoSuchFriendlyURLEntryException
    • fetchByPrimaryKey

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

      public static List<FriendlyURLEntry> findAll()
      Returns all the friendly url entries.
      Returns:
      the friendly url entries
    • findAll

      public static List<FriendlyURLEntry> findAll(int start, int end)
      Returns a range of all the friendly url entries.

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

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

      public static List<FriendlyURLEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntry> orderByComparator)
      Returns an ordered range of all the friendly url entries.

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

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

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

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

      Parameters:
      start - the lower bound of the range of friendly url entries
      end - the upper bound of the range of friendly url entries (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 entries
    • removeAll

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

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

      public static FriendlyURLEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(FriendlyURLEntryPersistence persistence)