Class 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
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
cacheUniqueFindersCache
(LayoutFriendlyURLModelImpl layoutFriendlyURLModelImpl) 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
countAll()
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
countByUuid
(String uuid) 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
destroy()
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 returnsnull
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 returnsnull
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 returnsnull
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 returnsnull
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 returnsnull
if it could not be found.com.liferay.portal.kernel.model.LayoutFriendlyURL
fetchByPrimaryKey
(Serializable primaryKey) Returns the layout friendly url with the primary key or returnsnull
if it could not be found.Map<Serializable,
com.liferay.portal.kernel.model.LayoutFriendlyURL> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) 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 returnsnull
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 returnsnull
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>
findAll()
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>
Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
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 aNoSuchLayoutFriendlyURLException
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>
Returns all the layout friendly urls where plid = ? and friendlyURL = ?.List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
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>
Returns all the layout friendly urls where plid = any ? and languageId = ?.List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
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
Returns the layout friendly url where plid = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
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 aNoSuchLayoutFriendlyURLException
if it could not be found.com.liferay.portal.kernel.model.LayoutFriendlyURL
findByPrimaryKey
(Serializable primaryKey) Returns the layout friendly url with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.List<com.liferay.portal.kernel.model.LayoutFriendlyURL>
findByUuid
(String uuid) 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 aNoSuchLayoutFriendlyURLException
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
removeByUuid
(String uuid) 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
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
LayoutFriendlyURLPersistenceImpl
public LayoutFriendlyURLPersistenceImpl()
-
-
Method Details
-
findByUuid
Returns all the layout friendly urls where uuid = ?.- Specified by:
findByUuid
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the layout friendly urls where uuid = ? from the database.- Specified by:
removeByUuid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout friendly urls where uuid = ?.- Specified by:
countByUuid
in interfacecom.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 aNoSuchLayoutFriendlyURLException
if it could not be found.- Specified by:
findByUUID_G
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidgroupId
- 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
Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByUUID_G
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidgroupId
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByUUID_G
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the layout friendly url that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
-
countByUUID_G
Returns the number of layout friendly urls where uuid = ? and groupId = ?.- Specified by:
countByUUID_G
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidgroupId
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the layout friendly urls where uuid = ? and companyId = ? from the database.- Specified by:
removeByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout friendly urls where uuid = ? and companyId = ?.- Specified by:
countByUuid_C
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout friendly urls
-
findByGroupId
Returns all the layout friendly urls where groupId = ?.- Specified by:
findByGroupId
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByGroupId
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByGroupId
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByGroupId
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout friendly urls
-
findByCompanyId
Returns all the layout friendly urls where companyId = ?.- Specified by:
findByCompanyId
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByCompanyId
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company ID- Returns:
- the number of matching layout friendly urls
-
findByPlid
Returns all the layout friendly urls where plid = ?.- Specified by:
findByPlid
in interfacecom.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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByPlid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByPlid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByPlid
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByC_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByC_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByC_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlcompanyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the layout friendly urls where companyId = ? and friendlyURL = ? from the database.- Specified by:
removeByC_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- the friendly url
-
countByC_F
Returns the number of layout friendly urls where companyId = ? and friendlyURL = ?.- Specified by:
countByC_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
companyId
- the company IDfriendlyURL
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.- Specified by:
removeByP_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- the friendly url
-
countByP_F
Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.- Specified by:
countByP_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidfriendlyURL
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plids
- the plidslanguageId
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plids
- the plidslanguageId
- the language IDstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plids
- the plidslanguageId
- the language IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plids
- the plidslanguageId
- the language IDstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 aNoSuchLayoutFriendlyURLException
if it could not be found.- Specified by:
findByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidlanguageId
- 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
Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidlanguageId
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidlanguageId
- the language IDuseFinderCache
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidlanguageId
- the language ID- Returns:
- the layout friendly url that was removed
- Throws:
com.liferay.portal.kernel.exception.NoSuchLayoutFriendlyURLException
-
countByP_L
Returns the number of layout friendly urls where plid = ? and languageId = ?.- Specified by:
countByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plid
- the plidlanguageId
- the language ID- Returns:
- the number of matching layout friendly urls
-
countByP_L
Returns the number of layout friendly urls where plid = any ? and languageId = ?.- Specified by:
countByP_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
plids
- the plidslanguageId
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByG_P_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByG_P_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findByG_P_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlstart
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlgroupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- 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
Removes all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.- Specified by:
removeByG_P_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly url
-
countByG_P_F
Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.- Specified by:
countByG_P_F
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- 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 aNoSuchLayoutFriendlyURLException
if it could not be found.- Specified by:
findByG_P_F_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- 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 returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByG_P_F_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- 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 returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByG_P_F_L
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language IDuseFinderCache
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- 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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Overrides:
cacheResult
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Parameters:
layoutFriendlyURL
- the layout friendly url
-
cacheResult
Caches the layout friendly urls in the entity cache if it is enabled.- Specified by:
cacheResult
in interfacecom.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
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
clearCache
in classcom.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
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
cacheUniqueFindersCache
-
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 interfacecom.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 interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
remove
in classcom.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 classcom.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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Overrides:
updateImpl
in classcom.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 acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
findByPrimaryKey
in classcom.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 aNoSuchLayoutFriendlyURLException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.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
Returns the layout friendly url with the primary key or returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
fetchByPrimaryKey
in classcom.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 returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.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 interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
fetchByPrimaryKeys
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
findAll
Returns all the layout friendly urls.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Returns:
- the layout friendly urls
-
findAll
Returns a range of all the layout friendly urls.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
start
- the lower bound of the range of layout friendly urlsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
start
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutFriendlyURLModelImpl
.- Specified by:
findAll
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Parameters:
start
- the lower bound of the range of layout friendly urlsend
- the upper bound of the range of layout friendly urls (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
-
countAll
public int countAll()Returns the number of layout friendly urls.- Specified by:
countAll
in interfacecom.liferay.portal.kernel.service.persistence.LayoutFriendlyURLPersistence
- Returns:
- the number of layout friendly urls
-
getBadColumnNames
- Specified by:
getBadColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
getBadColumnNames
in classcom.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 classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getPKDBName
- Overrides:
getPKDBName
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getSelectSQL
- Overrides:
getSelectSQL
in classcom.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 interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getMappingTableNames
- Specified by:
getMappingTableNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getTableColumnsMap
- Specified by:
getTableColumnsMap
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Overrides:
getTableColumnsMap
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getTableName
- Specified by:
getTableName
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNames
in interfacecom.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 classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-