Class LayoutFriendlyURLUtil

Object
com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLUtil

public class LayoutFriendlyURLUtil extends Object
The persistence utility for the layout friendly url service. This utility wraps com.liferay.portal.service.persistence.impl.LayoutFriendlyURLPersistenceImpl 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

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • LayoutFriendlyURLUtil

      public LayoutFriendlyURLUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
    • clearCache

      public static void clearCache(LayoutFriendlyURL layoutFriendlyURL)
      See Also:
    • countWithDynamicQuery

      public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
      See Also:
    • fetchByPrimaryKeys

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

      public static List<LayoutFriendlyURL> findWithDynamicQuery(DynamicQuery dynamicQuery)
      See Also:
    • findWithDynamicQuery

      public static List<LayoutFriendlyURL> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
      See Also:
    • findWithDynamicQuery

      public static List<LayoutFriendlyURL> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      See Also:
    • update

      public static LayoutFriendlyURL update(LayoutFriendlyURL layoutFriendlyURL)
      See Also:
    • update

      public static LayoutFriendlyURL update(LayoutFriendlyURL layoutFriendlyURL, ServiceContext serviceContext)
      See Also:
    • findByUuid

      public static List<LayoutFriendlyURL> findByUuid(String uuid)
      Returns all the layout friendly urls where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching layout friendly urls
    • findByUuid

      public static List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end)
      Returns a range of all the layout friendly urls 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 LayoutFriendlyURLModelImpl.

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

      public static List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls 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 LayoutFriendlyURLModelImpl.

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

      public static List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls 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 LayoutFriendlyURLModelImpl.

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

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

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

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

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

      public static LayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByUuid

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

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

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

      public static LayoutFriendlyURL fetchByUUID_G(String uuid, long groupId)
      Returns the layout friendly url 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 layout friendly url, or null if a matching layout friendly url could not be found
    • fetchByUUID_G

      public static LayoutFriendlyURL fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the layout friendly url 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 layout friendly url, or null if a matching layout friendly url could not be found
    • removeByUUID_G

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

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

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

      public static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the layout friendly urls 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 LayoutFriendlyURLModelImpl.

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

      public static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls 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 LayoutFriendlyURLModelImpl.

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

      public static List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls 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 LayoutFriendlyURLModelImpl.

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

      public static LayoutFriendlyURL findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url 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 layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByUuid_C_First

      public static LayoutFriendlyURL fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url 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 layout friendly url, or null if a matching layout friendly url could not be found
    • findByUuid_C_Last

      public static LayoutFriendlyURL findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url 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 layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByUuid_C_Last

      public static LayoutFriendlyURL fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url 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 layout friendly url, or null if a matching layout friendly url could not be found
    • findByUuid_C_PrevAndNext

      public static LayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the layout friendly urls 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 layout friendly urls where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching layout friendly urls
    • findByGroupId

      public static List<LayoutFriendlyURL> findByGroupId(long groupId)
      Returns all the layout friendly urls where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching layout friendly urls
    • findByGroupId

      public static List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end)
      Returns a range of all the layout friendly urls where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByGroupId

      public static List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout friendly urls
    • findByGroupId

      public static List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByGroupId_First

      public static LayoutFriendlyURL findByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByGroupId_First

      public static LayoutFriendlyURL fetchByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByGroupId_Last

      public static LayoutFriendlyURL findByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByGroupId_Last

      public static LayoutFriendlyURL fetchByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByGroupId_PrevAndNext

      public static LayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the layout friendly urls where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static int countByGroupId(long groupId)
      Returns the number of layout friendly urls where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching layout friendly urls
    • findByCompanyId

      public static List<LayoutFriendlyURL> findByCompanyId(long companyId)
      Returns all the layout friendly urls where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching layout friendly urls
    • findByCompanyId

      public static List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the layout friendly urls where 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 LayoutFriendlyURLModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByCompanyId

      public static List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where 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 LayoutFriendlyURLModelImpl.

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

      public static List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where 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 LayoutFriendlyURLModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByCompanyId_First

      public static LayoutFriendlyURL findByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByCompanyId_First

      public static LayoutFriendlyURL fetchByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByCompanyId_Last

      public static LayoutFriendlyURL findByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByCompanyId_Last

      public static LayoutFriendlyURL fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByCompanyId_PrevAndNext

      public static LayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByCompanyId

      public static void removeByCompanyId(long companyId)
      Removes all the layout friendly urls where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      public static int countByCompanyId(long companyId)
      Returns the number of layout friendly urls where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching layout friendly urls
    • findByPlid

      public static List<LayoutFriendlyURL> findByPlid(long plid)
      Returns all the layout friendly urls where plid = ?.
      Parameters:
      plid - the plid
      Returns:
      the matching layout friendly urls
    • findByPlid

      public static List<LayoutFriendlyURL> findByPlid(long plid, int start, int end)
      Returns a range of all the layout friendly urls where plid = ?.

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

      Parameters:
      plid - the plid
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByPlid

      public static List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where plid = ?.

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

      Parameters:
      plid - the plid
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout friendly urls
    • findByPlid

      public static List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where plid = ?.

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

      Parameters:
      plid - the plid
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByPlid_First

      public static LayoutFriendlyURL findByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByPlid_First

      public static LayoutFriendlyURL fetchByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByPlid_Last

      public static LayoutFriendlyURL findByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByPlid_Last

      public static LayoutFriendlyURL fetchByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByPlid_PrevAndNext

      public static LayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByPlid

      public static void removeByPlid(long plid)
      Removes all the layout friendly urls where plid = ? from the database.
      Parameters:
      plid - the plid
    • countByPlid

      public static int countByPlid(long plid)
      Returns the number of layout friendly urls where plid = ?.
      Parameters:
      plid - the plid
      Returns:
      the number of matching layout friendly urls
    • findByC_F

      public static List<LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL)
      Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      Returns:
      the matching layout friendly urls
    • findByC_F

      public static List<LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end)
      Returns a range of all the layout friendly urls where companyId = ? and friendlyURL = ?.

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

      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByC_F

      public static List<LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.

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

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

      public static List<LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.

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

      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByC_F_First

      public static LayoutFriendlyURL findByC_F_First(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByC_F_First

      public static LayoutFriendlyURL fetchByC_F_First(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByC_F_Last

      public static LayoutFriendlyURL findByC_F_Last(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByC_F_Last

      public static LayoutFriendlyURL fetchByC_F_Last(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByC_F_PrevAndNext

      public static LayoutFriendlyURL[] findByC_F_PrevAndNext(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      companyId - the company ID
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByC_F

      public static void removeByC_F(long companyId, String friendlyURL)
      Removes all the layout friendly urls where companyId = ? and friendlyURL = ? from the database.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
    • countByC_F

      public static int countByC_F(long companyId, String friendlyURL)
      Returns the number of layout friendly urls where companyId = ? and friendlyURL = ?.
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      Returns:
      the number of matching layout friendly urls
    • findByP_F

      public static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL)
      Returns all the layout friendly urls where plid = ? and friendlyURL = ?.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      Returns:
      the matching layout friendly urls
    • findByP_F

      public static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end)
      Returns a range of all the layout friendly urls where plid = ? and friendlyURL = ?.

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

      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByP_F

      public static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.

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

      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout friendly urls
    • findByP_F

      public static List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.

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

      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByP_F_First

      public static LayoutFriendlyURL findByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByP_F_First

      public static LayoutFriendlyURL fetchByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByP_F_Last

      public static LayoutFriendlyURL findByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByP_F_Last

      public static LayoutFriendlyURL fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByP_F_PrevAndNext

      public static LayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      plid - the plid
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByP_F

      public static void removeByP_F(long plid, String friendlyURL)
      Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
    • countByP_F

      public static int countByP_F(long plid, String friendlyURL)
      Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      Returns:
      the number of matching layout friendly urls
    • findByP_L

      public static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId)
      Returns all the layout friendly urls where plid = any ? and languageId = ?.

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

      Parameters:
      plids - the plids
      languageId - the language ID
      Returns:
      the matching layout friendly urls
    • findByP_L

      public static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end)
      Returns a range of all the layout friendly urls where plid = any ? and languageId = ?.

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

      Parameters:
      plids - the plids
      languageId - the language ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByP_L

      public static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.

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

      Parameters:
      plids - the plids
      languageId - the language ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout friendly urls
    • findByP_L

      public static List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.

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

      Parameters:
      plids - the plids
      languageId - the language ID
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByP_L

      public static LayoutFriendlyURL findByP_L(long plid, String languageId) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly url where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByP_L

      public static LayoutFriendlyURL fetchByP_L(long plid, String languageId)
      Returns the layout friendly url where plid = ? and languageId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the matching layout friendly url, or null if a matching layout friendly url could not be found
    • fetchByP_L

      public static LayoutFriendlyURL fetchByP_L(long plid, String languageId, boolean useFinderCache)
      Returns the layout friendly url where plid = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      plid - the plid
      languageId - the language ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout friendly url, or null if a matching layout friendly url could not be found
    • removeByP_L

      public static LayoutFriendlyURL removeByP_L(long plid, String languageId) throws NoSuchLayoutFriendlyURLException
      Removes the layout friendly url where plid = ? and languageId = ? from the database.
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the layout friendly url that was removed
      Throws:
      NoSuchLayoutFriendlyURLException
    • countByP_L

      public static int countByP_L(long plid, String languageId)
      Returns the number of layout friendly urls where plid = ? and languageId = ?.
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the number of matching layout friendly urls
    • countByP_L

      public static int countByP_L(long[] plids, String languageId)
      Returns the number of layout friendly urls where plid = any ? and languageId = ?.
      Parameters:
      plids - the plids
      languageId - the language ID
      Returns:
      the number of matching layout friendly urls
    • findByG_P_F

      public static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the matching layout friendly urls
    • findByG_P_F

      public static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end)
      Returns a range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.

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

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      Returns:
      the range of matching layout friendly urls
    • findByG_P_F

      public static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.

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

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout friendly urls
    • findByG_P_F

      public static List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.

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

      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      start - the lower bound of the range of layout friendly urls
      end - the upper bound of the range of layout friendly urls (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 layout friendly urls
    • findByG_P_F_First

      public static LayoutFriendlyURL findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByG_P_F_First

      public static LayoutFriendlyURL fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByG_P_F_Last

      public static LayoutFriendlyURL findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByG_P_F_Last

      public static LayoutFriendlyURL fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url, or null if a matching layout friendly url could not be found
    • findByG_P_F_PrevAndNext

      public static LayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      layoutFriendlyURLId - the primary key of the current layout friendly url
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • removeByG_P_F

      public static void removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Removes all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
    • countByG_P_F

      public static int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the number of matching layout friendly urls
    • findByG_P_F_L

      public static LayoutFriendlyURL findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      languageId - the language ID
      Returns:
      the matching layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByG_P_F_L

      public static LayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
      Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      languageId - the language ID
      Returns:
      the matching layout friendly url, or null if a matching layout friendly url could not be found
    • fetchByG_P_F_L

      public static LayoutFriendlyURL fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId, boolean useFinderCache)
      Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      languageId - the language ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout friendly url, or null if a matching layout friendly url could not be found
    • removeByG_P_F_L

      public static LayoutFriendlyURL removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws NoSuchLayoutFriendlyURLException
      Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      languageId - the language ID
      Returns:
      the layout friendly url that was removed
      Throws:
      NoSuchLayoutFriendlyURLException
    • countByG_P_F_L

      public static int countByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
      Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ?.
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      languageId - the language ID
      Returns:
      the number of matching layout friendly urls
    • cacheResult

      public static void cacheResult(LayoutFriendlyURL layoutFriendlyURL)
      Caches the layout friendly url in the entity cache if it is enabled.
      Parameters:
      layoutFriendlyURL - the layout friendly url
    • cacheResult

      public static void cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
      Caches the layout friendly urls in the entity cache if it is enabled.
      Parameters:
      layoutFriendlyURLs - the layout friendly urls
    • create

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

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

      public static LayoutFriendlyURL updateImpl(LayoutFriendlyURL layoutFriendlyURL)
    • findByPrimaryKey

      public static LayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId) throws NoSuchLayoutFriendlyURLException
      Returns the layout friendly url with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Parameters:
      layoutFriendlyURLId - the primary key of the layout friendly url
      Returns:
      the layout friendly url
      Throws:
      NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
      NoSuchLayoutFriendlyURLException
    • fetchByPrimaryKey

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

      public static List<LayoutFriendlyURL> findAll()
      Returns all the layout friendly urls.
      Returns:
      the layout friendly urls
    • findAll

      public static List<LayoutFriendlyURL> findAll(int start, int end)
      Returns a range of all the layout friendly urls.

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

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

      public static List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)
      Returns an ordered range of all the layout friendly urls.

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

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

      public static List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout friendly urls.

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

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

      public static void removeAll()
      Removes all the layout friendly urls from the database.
    • countAll

      public static int countAll()
      Returns the number of layout friendly urls.
      Returns:
      the number of layout friendly urls
    • getPersistence

      public static LayoutFriendlyURLPersistence getPersistence()
    • setPersistence

      public static void setPersistence(LayoutFriendlyURLPersistence persistence)