Class LayoutFriendlyURLPersistenceImpl

Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
com.liferay.portal.service.persistence.impl.LayoutFriendlyURLPersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>, com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence

public class LayoutFriendlyURLPersistenceImpl extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL> implements com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
The persistence implementation for the layout friendly url service.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
{$generated.description}
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl

    CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the layout friendly url persistence.
    void
    cacheResult(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
    Caches the layout friendly url in the entity cache if it is enabled.
    void
    cacheResult(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
    Caches the layout friendly urls in the entity cache if it is enabled.
    protected void
     
    void
    Clears the cache for all layout friendly urls.
    void
    clearCache(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
    Clears the cache for the layout friendly url.
    void
    clearCache(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
     
    void
    clearCache(Set<Serializable> primaryKeys)
     
    int
    Returns the number of layout friendly urls.
    int
    countByC_F(long companyId, String friendlyURL)
    Returns the number of layout friendly urls where companyId = ? and friendlyURL = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of layout friendly urls where companyId = ?.
    int
    countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
    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 = ?.
    int
    countByGroupId(long groupId)
    Returns the number of layout friendly urls where groupId = ?.
    int
    countByP_F(long plid, String friendlyURL)
    Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.
    int
    countByP_L(long[] plids, String languageId)
    Returns the number of layout friendly urls where plid = any ? and languageId = ?.
    int
    countByP_L(long plid, String languageId)
    Returns the number of layout friendly urls where plid = ? and languageId = ?.
    int
    countByPlid(long plid)
    Returns the number of layout friendly urls where plid = ?.
    int
    Returns the number of layout friendly urls where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of layout friendly urls where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of layout friendly urls where uuid = ? and groupId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    create(long layoutFriendlyURLId)
    Creates a new layout friendly url with the primary key.
    void
     
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByC_F_First(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByC_F_Last(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.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.
    com.liferay.portal.kernel.model.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.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where groupId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where groupId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByP_F_First(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByP_F_Last(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.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.
    com.liferay.portal.kernel.model.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.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByPrimaryKey(long layoutFriendlyURLId)
    Returns the layout friendly url with the primary key or returns null if it could not be found.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    Returns the layout friendly url with the primary key or returns null if it could not be found.
    Map<Serializable,com.liferay.portal.kernel.model.LayoutFriendlyURL>
     
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where uuid = ?.
    com.liferay.portal.kernel.model.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.
    com.liferay.portal.kernel.model.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.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where uuid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    Returns all the layout friendly urls.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findAll(int start, int end)
    Returns a range of all the layout friendly urls.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByC_F(long companyId, String friendlyURL)
    Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByC_F(long companyId, String friendlyURL, int start, int end)
    Returns a range of all the layout friendly urls where companyId = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByC_F(long companyId, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByC_F(long companyId, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByC_F_First(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByC_F_Last(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByC_F_PrevAndNext(long layoutFriendlyURLId, long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByCompanyId(long companyId)
    Returns all the layout friendly urls where companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the layout friendly urls where companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
    Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.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 = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByG_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 throws a NoSuchLayoutFriendlyURLException if it could not be found.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByGroupId(long groupId)
    Returns all the layout friendly urls where groupId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the layout friendly urls where groupId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where groupId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where groupId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where groupId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where groupId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_F(long plid, String friendlyURL)
    Returns all the layout friendly urls where plid = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_F(long plid, String friendlyURL, int start, int end)
    Returns a range of all the layout friendly urls where plid = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_F(long plid, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_F(long plid, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByP_F_First(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByP_F_Last(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_L(long[] plids, String languageId)
    Returns all the layout friendly urls where plid = any ? and languageId = ?.
    List<com.liferay.portal.kernel.model.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 = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_L(long[] plids, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByP_L(long[] plids, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByP_L(long plid, String languageId)
    Returns the layout friendly url where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByPlid(long plid)
    Returns all the layout friendly urls where plid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByPlid(long plid, int start, int end)
    Returns a range of all the layout friendly urls where plid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where plid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where plid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByPrimaryKey(long layoutFriendlyURLId)
    Returns the layout friendly url with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    Returns the layout friendly url with the primary key or throws a com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    Returns all the layout friendly urls where uuid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid(String uuid, int start, int end)
    Returns a range of all the layout friendly urls where uuid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where uuid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where uuid = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid_C(String uuid, long companyId)
    Returns all the layout friendly urls where uuid = ? and companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the layout friendly urls where uuid = ? and companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.
    List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the first layout friendly url in the ordered set where uuid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByUUID_G(String uuid, long groupId)
    Returns the layout friendly url where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the last layout friendly url in the ordered set where uuid = ?.
    com.liferay.portal.kernel.model.LayoutFriendlyURL[]
    findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
    Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByC_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByP_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
     
    getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType)
     
    protected com.liferay.portal.kernel.dao.orm.EntityCache
     
    protected com.liferay.portal.kernel.dao.orm.FinderCache
     
     
    protected String
     
    protected String
     
     
     
     
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    remove(long layoutFriendlyURLId)
    Removes the layout friendly url with the primary key from the database.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    remove(Serializable primaryKey)
    Removes the layout friendly url with the primary key from the database.
    void
    Removes all the layout friendly urls from the database.
    void
    removeByC_F(long companyId, String friendlyURL)
    Removes all the layout friendly urls where companyId = ? and friendlyURL = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the layout friendly urls where companyId = ? from the database.
    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.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
    Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the layout friendly urls where groupId = ? from the database.
    void
    removeByP_F(long plid, String friendlyURL)
    Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    removeByP_L(long plid, String languageId)
    Removes the layout friendly url where plid = ? and languageId = ? from the database.
    void
    removeByPlid(long plid)
    Removes all the layout friendly urls where plid = ? from the database.
    void
    Removes all the layout friendly urls where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the layout friendly urls where uuid = ? and companyId = ? from the database.
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    removeByUUID_G(String uuid, long groupId)
    Removes the layout friendly url where uuid = ? and groupId = ? from the database.
    protected com.liferay.portal.kernel.model.LayoutFriendlyURL
    removeImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
     
    com.liferay.portal.kernel.model.LayoutFriendlyURL
    updateImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
     

    Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl

    appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Field Details

    • FINDER_CLASS_NAME_ENTITY

      public static final String FINDER_CLASS_NAME_ENTITY
    • FINDER_CLASS_NAME_LIST_WITH_PAGINATION

      public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
    • FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

      public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
  • Constructor Details

    • LayoutFriendlyURLPersistenceImpl

      public LayoutFriendlyURLPersistenceImpl()
  • Method Details

    • findByUuid

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid(String uuid)
      Returns all the layout friendly urls where uuid = ?.
      Specified by:
      findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      Returns:
      the matching layout friendly urls
    • findByUuid

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where uuid = ?.
      Specified by:
      findByUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByUuid_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where uuid = ?.
      Specified by:
      fetchByUuid_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where uuid = ?.
      Specified by:
      findByUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByUuid_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where uuid = ?.
      Specified by:
      fetchByUuid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.
      Specified by:
      findByUuid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByUuid_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByUuid

      public void removeByUuid(String uuid)
      Removes all the layout friendly urls where uuid = ? from the database.
      Specified by:
      removeByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
    • countByUuid

      public int countByUuid(String uuid)
      Returns the number of layout friendly urls where uuid = ?.
      Specified by:
      countByUuid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching layout friendly urls
    • findByUUID_G

      public com.liferay.portal.kernel.model.LayoutFriendlyURL findByUUID_G(String uuid, long groupId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly url where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Specified by:
      findByUUID_G in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByUUID_G

      public com.liferay.portal.kernel.model.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.
      Specified by:
      fetchByUUID_G in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.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.
      Specified by:
      fetchByUUID_G in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL removeByUUID_G(String uuid, long groupId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Removes the layout friendly url where uuid = ? and groupId = ? from the database.
      Specified by:
      removeByUUID_G in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the layout friendly url that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
    • countByUUID_G

      public int countByUUID_G(String uuid, long groupId)
      Returns the number of layout friendly urls where uuid = ? and groupId = ?.
      Specified by:
      countByUUID_G in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching layout friendly urls
    • findByUuid_C

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid_C(String uuid, long companyId)
      Returns all the layout friendly urls where uuid = ? and companyId = ?.
      Specified by:
      findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching layout friendly urls
    • findByUuid_C

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
      Specified by:
      findByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByUuid_C_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.
      Specified by:
      fetchByUuid_C_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
      Specified by:
      findByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByUuid_C_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.
      Specified by:
      fetchByUuid_C_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.
      Specified by:
      findByUuid_C_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByUuid_C_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByUuid_C

      public void removeByUuid_C(String uuid, long companyId)
      Removes all the layout friendly urls where uuid = ? and companyId = ? from the database.
      Specified by:
      removeByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public int countByUuid_C(String uuid, long companyId)
      Returns the number of layout friendly urls where uuid = ? and companyId = ?.
      Specified by:
      countByUuid_C in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching layout friendly urls
    • findByGroupId

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByGroupId(long groupId)
      Returns all the layout friendly urls where groupId = ?.
      Specified by:
      findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      Returns:
      the matching layout friendly urls
    • findByGroupId

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where groupId = ?.
      Specified by:
      findByGroupId_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByGroupId_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where groupId = ?.
      Specified by:
      fetchByGroupId_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where groupId = ?.
      Specified by:
      findByGroupId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByGroupId_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where groupId = ?.
      Specified by:
      fetchByGroupId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.
      Specified by:
      findByGroupId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByGroupId_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByGroupId

      public void removeByGroupId(long groupId)
      Removes all the layout friendly urls where groupId = ? from the database.
      Specified by:
      removeByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
    • countByGroupId

      public int countByGroupId(long groupId)
      Returns the number of layout friendly urls where groupId = ?.
      Specified by:
      countByGroupId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching layout friendly urls
    • findByCompanyId

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByCompanyId(long companyId)
      Returns all the layout friendly urls where companyId = ?.
      Specified by:
      findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      Returns:
      the matching layout friendly urls
    • findByCompanyId

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where companyId = ?.
      Specified by:
      findByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByCompanyId_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where companyId = ?.
      Specified by:
      fetchByCompanyId_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where companyId = ?.
      Specified by:
      findByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByCompanyId_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where companyId = ?.
      Specified by:
      fetchByCompanyId_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.
      Specified by:
      findByCompanyId_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByCompanyId_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByCompanyId

      public void removeByCompanyId(long companyId)
      Removes all the layout friendly urls where companyId = ? from the database.
      Specified by:
      removeByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
    • countByCompanyId

      public int countByCompanyId(long companyId)
      Returns the number of layout friendly urls where companyId = ?.
      Specified by:
      countByCompanyId in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching layout friendly urls
    • findByPlid

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByPlid(long plid)
      Returns all the layout friendly urls where plid = ?.
      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      Returns:
      the matching layout friendly urls
    • findByPlid

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where plid = ?.
      Specified by:
      findByPlid_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByPlid_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where plid = ?.
      Specified by:
      fetchByPlid_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where plid = ?.
      Specified by:
      findByPlid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByPlid_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where plid = ?.
      Specified by:
      fetchByPlid_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.
      Specified by:
      findByPlid_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByPlid_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByPlid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByPlid

      public void removeByPlid(long plid)
      Removes all the layout friendly urls where plid = ? from the database.
      Specified by:
      removeByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
    • countByPlid

      public int countByPlid(long plid)
      Returns the number of layout friendly urls where plid = ?.
      Specified by:
      countByPlid in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      Returns:
      the number of matching layout friendly urls
    • findByC_F

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL)
      Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.
      Specified by:
      findByC_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      Returns:
      the matching layout friendly urls
    • findByC_F

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByC_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByC_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByC_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByC_F_First(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Specified by:
      findByC_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByC_F_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByC_F_First(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Specified by:
      fetchByC_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByC_F_Last(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Specified by:
      findByC_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByC_F_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByC_F_Last(long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Specified by:
      fetchByC_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByC_F_PrevAndNext(long layoutFriendlyURLId, long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.
      Specified by:
      findByC_F_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByC_F_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByC_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long companyId, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByC_F

      public void removeByC_F(long companyId, String friendlyURL)
      Removes all the layout friendly urls where companyId = ? and friendlyURL = ? from the database.
      Specified by:
      removeByC_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
    • countByC_F

      public int countByC_F(long companyId, String friendlyURL)
      Returns the number of layout friendly urls where companyId = ? and friendlyURL = ?.
      Specified by:
      countByC_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      companyId - the company ID
      friendlyURL - the friendly url
      Returns:
      the number of matching layout friendly urls
    • findByP_F

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_F(long plid, String friendlyURL)
      Returns all the layout friendly urls where plid = ? and friendlyURL = ?.
      Specified by:
      findByP_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      Returns:
      the matching layout friendly urls
    • findByP_F

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByP_F_First(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Specified by:
      findByP_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByP_F_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByP_F_First(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Specified by:
      fetchByP_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByP_F_Last(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Specified by:
      findByP_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByP_F_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByP_F_Last(long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Specified by:
      fetchByP_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.
      Specified by:
      findByP_F_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByP_F_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByP_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long plid, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByP_F

      public void removeByP_F(long plid, String friendlyURL)
      Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.
      Specified by:
      removeByP_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
    • countByP_F

      public int countByP_F(long plid, String friendlyURL)
      Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.
      Specified by:
      countByP_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      friendlyURL - the friendly url
      Returns:
      the number of matching layout friendly urls
    • findByP_L

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plids - the plids
      languageId - the language ID
      Returns:
      the matching layout friendly urls
    • findByP_L

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByP_L(long plid, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly url where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Specified by:
      findByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByP_L

      public com.liferay.portal.kernel.model.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.
      Specified by:
      fetchByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.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.
      Specified by:
      fetchByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL removeByP_L(long plid, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Removes the layout friendly url where plid = ? and languageId = ? from the database.
      Specified by:
      removeByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the layout friendly url that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
    • countByP_L

      public int countByP_L(long plid, String languageId)
      Returns the number of layout friendly urls where plid = ? and languageId = ?.
      Specified by:
      countByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plid - the plid
      languageId - the language ID
      Returns:
      the number of matching layout friendly urls
    • countByP_L

      public int countByP_L(long[] plids, String languageId)
      Returns the number of layout friendly urls where plid = any ? and languageId = ?.
      Specified by:
      countByP_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      plids - the plids
      languageId - the language ID
      Returns:
      the number of matching layout friendly urls
    • findByG_P_F

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      Returns:
      the matching layout friendly urls
    • findByG_P_F

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      findByG_P_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByG_P_F_First

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      fetchByG_P_F_First in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      findByG_P_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByG_P_F_Last

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator)
      Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      fetchByG_P_F_Last in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      findByG_P_F_PrevAndNext in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • getByG_P_F_PrevAndNext

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL getByG_P_F_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL, long groupId, boolean privateLayout, String friendlyURL, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutFriendlyURL> orderByComparator, boolean previous)
    • removeByG_P_F

      public 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.
      Specified by:
      removeByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
    • countByG_P_F

      public int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
      Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.
      Specified by:
      countByG_P_F in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Specified by:
      findByG_P_F_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      groupId - the group ID
      privateLayout - the private layout
      friendlyURL - the friendly url
      languageId - the language ID
      Returns:
      the matching layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a matching layout friendly url could not be found
    • fetchByG_P_F_L

      public com.liferay.portal.kernel.model.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.
      Specified by:
      fetchByG_P_F_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.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.
      Specified by:
      fetchByG_P_F_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 com.liferay.portal.kernel.model.LayoutFriendlyURL removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
      Specified by:
      removeByG_P_F_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
    • countByG_P_F_L

      public 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 = ?.
      Specified by:
      countByG_P_F_L in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 void cacheResult(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
      Caches the layout friendly url in the entity cache if it is enabled.
      Specified by:
      cacheResult in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Overrides:
      cacheResult in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Parameters:
      layoutFriendlyURL - the layout friendly url
    • cacheResult

      public void cacheResult(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
      Caches the layout friendly urls in the entity cache if it is enabled.
      Specified by:
      cacheResult in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      layoutFriendlyURLs - the layout friendly urls
    • clearCache

      public void clearCache()
      Clears the cache for all layout friendly urls.

      The EntityCache and FinderCache are both cleared by this method.

      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • clearCache

      public void clearCache(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
      Clears the cache for the layout friendly url.

      The EntityCache and FinderCache are both cleared by this method.

      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • clearCache

      public void clearCache(List<com.liferay.portal.kernel.model.LayoutFriendlyURL> layoutFriendlyURLs)
      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • clearCache

      public void clearCache(Set<Serializable> primaryKeys)
      Specified by:
      clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • cacheUniqueFindersCache

      protected void cacheUniqueFindersCache(LayoutFriendlyURLModelImpl layoutFriendlyURLModelImpl)
    • create

      public com.liferay.portal.kernel.model.LayoutFriendlyURL create(long layoutFriendlyURLId)
      Creates a new layout friendly url with the primary key. Does not add the layout friendly url to the database.
      Specified by:
      create in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      layoutFriendlyURLId - the primary key for the new layout friendly url
      Returns:
      the new layout friendly url
    • remove

      public com.liferay.portal.kernel.model.LayoutFriendlyURL remove(long layoutFriendlyURLId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Removes the layout friendly url with the primary key from the database. Also notifies the appropriate model listeners.
      Specified by:
      remove in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      layoutFriendlyURLId - the primary key of the layout friendly url
      Returns:
      the layout friendly url that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • remove

      public com.liferay.portal.kernel.model.LayoutFriendlyURL remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Removes the layout friendly url with the primary key from the database. Also notifies the appropriate model listeners.
      Specified by:
      remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Parameters:
      primaryKey - the primary key of the layout friendly url
      Returns:
      the layout friendly url that was removed
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • removeImpl

      protected com.liferay.portal.kernel.model.LayoutFriendlyURL removeImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
      Overrides:
      removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • updateImpl

      public com.liferay.portal.kernel.model.LayoutFriendlyURL updateImpl(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
      Specified by:
      updateImpl in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Overrides:
      updateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • findByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutFriendlyURL findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly url with the primary key or throws a com.liferay.portal.kernel.exception.NoSuchModelException if it could not be found.
      Specified by:
      findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Parameters:
      primaryKey - the primary key of the layout friendly url
      Returns:
      the layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • findByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId) throws com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
      Returns the layout friendly url with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
      Specified by:
      findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Parameters:
      layoutFriendlyURLId - the primary key of the layout friendly url
      Returns:
      the layout friendly url
      Throws:
      com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException - if a layout friendly url with the primary key could not be found
    • fetchByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPrimaryKey(Serializable primaryKey)
      Returns the layout friendly url with the primary key or returns null if it could not be found.
      Specified by:
      fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Parameters:
      primaryKey - 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
    • fetchByPrimaryKey

      public com.liferay.portal.kernel.model.LayoutFriendlyURL fetchByPrimaryKey(long layoutFriendlyURLId)
      Returns the layout friendly url with the primary key or returns null if it could not be found.
      Specified by:
      fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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
    • fetchByPrimaryKeys

      public Map<Serializable,com.liferay.portal.kernel.model.LayoutFriendlyURL> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      Specified by:
      fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • findAll

      public List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findAll()
      Returns all the layout friendly urls.
      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Returns:
      the layout friendly urls
    • findAll

      public List<com.liferay.portal.kernel.model.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.

      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 List<com.liferay.portal.kernel.model.LayoutFriendlyURL> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.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.

      Specified by:
      findAll in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      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 void removeAll()
      Removes all the layout friendly urls from the database.
      Specified by:
      removeAll in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
    • countAll

      public int countAll()
      Returns the number of layout friendly urls.
      Specified by:
      countAll in interface com.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
      Returns:
      the number of layout friendly urls
    • getBadColumnNames

      public Set<String> getBadColumnNames()
      Specified by:
      getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      getBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getEntityCache

      protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()
      Overrides:
      getEntityCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getPKDBName

      protected String getPKDBName()
      Overrides:
      getPKDBName in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getSelectSQL

      protected String getSelectSQL()
      Overrides:
      getSelectSQL in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getCTColumnNames

      public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType)
      Specified by:
      getCTColumnNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getMappingTableNames

      public List<String> getMappingTableNames()
      Specified by:
      getMappingTableNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getTableColumnsMap

      public Map<String,Integer> getTableColumnsMap()
      Specified by:
      getTableColumnsMap in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
      Overrides:
      getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getTableName

      public String getTableName()
      Specified by:
      getTableName in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • getUniqueIndexColumnNames

      public List<String[]> getUniqueIndexColumnNames()
      Specified by:
      getUniqueIndexColumnNames in interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
    • afterPropertiesSet

      public void afterPropertiesSet()
      Initializes the layout friendly url persistence.
    • destroy

      public void destroy()
    • getFinderCache

      protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()
      Overrides:
      getFinderCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>