Interface FriendlyURLEntryPersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(FriendlyURLEntry friendlyURLEntry)
    Caches the friendly url entry in the entity cache if it is enabled.
    void
    cacheResult(List<FriendlyURLEntry> friendlyURLEntries)
    Caches the friendly url entries in the entity cache if it is enabled.
    int
    Returns the number of friendly url entries.
    int
    countByC_C(long companyId, long classNameId)
    Returns the number of friendly url entries where companyId = ? and classNameId = ?.
    int
    countByG_C(long groupId, long classNameId)
    Returns the number of friendly url entries where groupId = ? and classNameId = ?.
    int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of friendly url entries where groupId = ? and classNameId = ? and classPK = ?.
    int
    Returns the number of friendly url entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of friendly url entries where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of friendly url entries where uuid = ? and groupId = ?.
    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 = ?.
    remove(long friendlyURLEntryId)
    Removes the friendly url entry with the primary key from the database.
    void
    Removes all the friendly url entries from the database.
    void
    removeByC_C(long companyId, long classNameId)
    Removes all the friendly url entries where companyId = ? and classNameId = ? from the database.
    void
    removeByG_C(long groupId, long classNameId)
    Removes all the friendly url entries where groupId = ? and classNameId = ? from the database.
    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.
    void
    Removes all the friendly url entries where uuid = ? from the database.
    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.
    updateImpl(FriendlyURLEntry friendlyURLEntry)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

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

      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

      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

      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

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

      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

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

      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

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

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

      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

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

      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

      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

      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

      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

      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

      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

      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

      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

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

      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

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

      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

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

      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

      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

      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

      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

      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

      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

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

      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

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

      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

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

      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

      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

      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

      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

      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

      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

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

      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

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

      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

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

      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

      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

      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

      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

      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

      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

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

      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

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

      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

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

      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

      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

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

      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

      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

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

      FriendlyURLEntry updateImpl(FriendlyURLEntry friendlyURLEntry)
    • findByPrimaryKey

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

      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

      Returns all the friendly url entries.
      Returns:
      the friendly url entries
    • findAll

      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

      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

      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

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

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