Interface LayoutFriendlyURLPersistence
- All Superinterfaces:
BasePersistence<LayoutFriendlyURL>
,CTPersistence<LayoutFriendlyURL>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(LayoutFriendlyURL layoutFriendlyURL) Caches the layout friendly url in the entity cache if it is enabled.void
cacheResult
(List<LayoutFriendlyURL> layoutFriendlyURLs) Caches the layout friendly urls in the entity cache if it is enabled.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 = ?.create
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.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.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.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.fetchByP_L
(long plid, String languageId) Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found.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.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.fetchByPrimaryKey
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found.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.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.findAll()
Returns all the layout friendly urls.findAll
(int start, int end) Returns a range of all the layout friendly urls.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.Returns a range of all the layout friendly urls where companyId = ? and friendlyURL = ?.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.findByCompanyId
(long companyId) Returns all the layout friendly urls where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the layout friendly urls where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL) Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.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 = ?.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.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.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<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 = ?.findByGroupId
(long groupId) Returns all the layout friendly urls where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout friendly urls where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.Returns all the layout friendly urls where plid = ? and friendlyURL = ?.Returns a range of all the layout friendly urls where plid = ? and friendlyURL = ?.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.Returns all the layout friendly urls where plid = any ? and languageId = ?.Returns a range of all the layout friendly urls where plid = any ? and languageId = ?.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.Returns the layout friendly url where plid = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.findByPlid
(long plid) Returns all the layout friendly urls where plid = ?.findByPlid
(long plid, int start, int end) Returns a range of all the layout friendly urls where plid = ?.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.findByPrimaryKey
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key or throws aNoSuchLayoutFriendlyURLException
if it could not be found.findByUuid
(String uuid) Returns all the layout friendly urls where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the layout friendly urls where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the layout friendly urls where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout friendly urls where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the layout friendly url where uuid = ? and groupId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.remove
(long layoutFriendlyURLId) 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.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.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.removeByUUID_G
(String uuid, long groupId) Removes the layout friendly url where uuid = ? and groupId = ? from the database.updateImpl
(LayoutFriendlyURL layoutFriendlyURL) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the layout friendly urls where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout friendly urls
-
findByUuid
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
.- 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
List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByUuid_First
LayoutFriendlyURL fetchByUuid_First(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.- 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
LayoutFriendlyURL findByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByUuid_Last
LayoutFriendlyURL fetchByUuid_Last(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.- 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
LayoutFriendlyURL[] findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByUuid
Removes all the layout friendly urls where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout friendly urls where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout friendly urls
-
findByUUID_G
Returns the layout friendly url where uuid = ? and groupId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching layout friendly url
- Throws:
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.- 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
Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- 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
Removes the layout friendly url where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the layout friendly url that was removed
- Throws:
NoSuchLayoutFriendlyURLException
-
countByUUID_G
Returns the number of layout friendly urls where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching layout friendly urls
-
findByUuid_C
Returns all the layout friendly urls where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout friendly urls
-
findByUuid_C
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
.- 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
List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByUuid_C_First
LayoutFriendlyURL fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the 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
LayoutFriendlyURL findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByUuid_C_Last
LayoutFriendlyURL fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the 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
LayoutFriendlyURL[] findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByUuid_C
Removes all the layout friendly urls where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout friendly urls where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout friendly urls
-
findByGroupId
Returns all the layout friendly urls where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching layout friendly urls
-
findByGroupId
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
.- 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
List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByGroupId(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByGroupId_First
LayoutFriendlyURL fetchByGroupId_First(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.- 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
LayoutFriendlyURL findByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByGroupId_Last
LayoutFriendlyURL fetchByGroupId_Last(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.- 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
LayoutFriendlyURL[] findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the layout friendly urls where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of layout friendly urls where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching layout friendly urls
-
findByCompanyId
Returns all the layout friendly urls where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching layout friendly urls
-
findByCompanyId
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
.- 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
List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByCompanyId_First
LayoutFriendlyURL fetchByCompanyId_First(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.- 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
LayoutFriendlyURL findByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByCompanyId_Last
LayoutFriendlyURL fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.- 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
LayoutFriendlyURL[] findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the layout friendly urls where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of layout friendly urls where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching layout friendly urls
-
findByPlid
Returns all the layout friendly urls where plid = ?.- Parameters:
plid
- the plid- Returns:
- the matching layout friendly urls
-
findByPlid
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
.- 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
List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByPlid(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where plid = ?.- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByPlid_First
LayoutFriendlyURL fetchByPlid_First(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.- 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
LayoutFriendlyURL findByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where plid = ?.- Parameters:
plid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByPlid_Last
LayoutFriendlyURL fetchByPlid_Last(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.- 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
LayoutFriendlyURL[] findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByPlid
void removeByPlid(long plid) Removes all the layout friendly urls where plid = ? from the database.- Parameters:
plid
- the plid
-
countByPlid
int countByPlid(long plid) Returns the number of layout friendly urls where plid = ?.- Parameters:
plid
- the plid- Returns:
- the number of matching layout friendly urls
-
findByC_F
Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.- Parameters:
companyId
- the company IDfriendlyURL
- the friendly url- Returns:
- the matching layout friendly urls
-
findByC_F
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
.- 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
List<LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByC_F(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByC_F_First(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByC_F_First
LayoutFriendlyURL fetchByC_F_First(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.- Parameters:
companyId
- the company 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
LayoutFriendlyURL findByC_F_Last(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.- Parameters:
companyId
- the company IDfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByC_F_Last
LayoutFriendlyURL fetchByC_F_Last(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.- Parameters:
companyId
- the company 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
LayoutFriendlyURL[] findByC_F_PrevAndNext(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly 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:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByC_F
Removes all the layout friendly urls where companyId = ? and friendlyURL = ? from the database.- Parameters:
companyId
- the company IDfriendlyURL
- the friendly url
-
countByC_F
Returns the number of layout friendly urls where companyId = ? and friendlyURL = ?.- Parameters:
companyId
- the company IDfriendlyURL
- the friendly url- Returns:
- the number of matching layout friendly urls
-
findByP_F
Returns all the layout friendly urls where plid = ? and friendlyURL = ?.- Parameters:
plid
- the plidfriendlyURL
- the friendly url- Returns:
- the matching layout friendly urls
-
findByP_F
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
.- 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
List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.- Parameters:
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByP_F_First
LayoutFriendlyURL fetchByP_F_First(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.- Parameters:
plid
- the 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
LayoutFriendlyURL findByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.- Parameters:
plid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByP_F_Last
LayoutFriendlyURL fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.- Parameters:
plid
- the 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
LayoutFriendlyURL[] findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly urlplid
- the plidfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByP_F
Removes all the layout friendly urls where plid = ? and friendlyURL = ? from the database.- Parameters:
plid
- the plidfriendlyURL
- the friendly url
-
countByP_F
Returns the number of layout friendly urls where plid = ? and friendlyURL = ?.- Parameters:
plid
- the plidfriendlyURL
- the friendly url- Returns:
- the number of matching layout friendly urls
-
findByP_L
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
.- Parameters:
plids
- the plidslanguageId
- the language ID- Returns:
- the matching layout friendly urls
-
findByP_L
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
.- 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
List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByP_L(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
Returns the layout friendly url where plid = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.- Parameters:
plid
- the plidlanguageId
- the language ID- Returns:
- the matching layout friendly url
- Throws:
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.- 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
Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.- 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
Removes the layout friendly url where plid = ? and languageId = ? from the database.- Parameters:
plid
- the plidlanguageId
- the language ID- Returns:
- the layout friendly url that was removed
- Throws:
NoSuchLayoutFriendlyURLException
-
countByP_L
Returns the number of layout friendly urls where plid = ? and languageId = ?.- 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 = ?.- Parameters:
plids
- the plidslanguageId
- the language ID- Returns:
- the number of matching layout friendly urls
-
findByG_P_F
Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly url- Returns:
- the matching layout friendly urls
-
findByG_P_F
List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end) Returns a range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
LayoutFriendlyURL findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByG_P_F_First
LayoutFriendlyURL fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
groupId
- the group 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
LayoutFriendlyURL findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urlorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByG_P_F_Last
LayoutFriendlyURL fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
groupId
- the group 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
LayoutFriendlyURL[] findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) throws NoSuchLayoutFriendlyURLException Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.- Parameters:
layoutFriendlyURLId
- the primary key of the current layout friendly 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:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
removeByG_P_F
Removes all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? from the database.- 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 = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly url- Returns:
- the number of matching layout friendly urls
-
findByG_P_F_L
LayoutFriendlyURL findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws NoSuchLayoutFriendlyURLException Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language ID- Returns:
- the matching layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a matching layout friendly url could not be found
-
fetchByG_P_F_L
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.- 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
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.- 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
LayoutFriendlyURL removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId) throws NoSuchLayoutFriendlyURLException Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language ID- Returns:
- the layout friendly url that was removed
- Throws:
NoSuchLayoutFriendlyURLException
-
countByG_P_F_L
Returns the number of layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ?.- Parameters:
groupId
- the group IDprivateLayout
- the private layoutfriendlyURL
- the friendly urllanguageId
- the language ID- Returns:
- the number of matching layout friendly urls
-
cacheResult
Caches the layout friendly url in the entity cache if it is enabled.- Parameters:
layoutFriendlyURL
- the layout friendly url
-
cacheResult
Caches the layout friendly urls in the entity cache if it is enabled.- Parameters:
layoutFriendlyURLs
- the layout friendly urls
-
create
Creates a new layout friendly url with the primary key. Does not add the layout friendly url to the database.- Parameters:
layoutFriendlyURLId
- the primary key for the new layout friendly url- Returns:
- the new layout friendly url
-
remove
Removes the layout friendly url with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
layoutFriendlyURLId
- the primary key of the layout friendly url- Returns:
- the layout friendly url that was removed
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
LayoutFriendlyURL findByPrimaryKey(long layoutFriendlyURLId) throws NoSuchLayoutFriendlyURLException Returns the layout friendly url with the primary key or throws aNoSuchLayoutFriendlyURLException
if it could not be found.- Parameters:
layoutFriendlyURLId
- the primary key of the layout friendly url- Returns:
- the layout friendly url
- Throws:
NoSuchLayoutFriendlyURLException
- if a layout friendly url with the primary key could not be found
-
fetchByPrimaryKey
Returns the layout friendly url with the primary key or returnsnull
if it could not be found.- Parameters:
layoutFriendlyURLId
- the primary key of the layout friendly url- Returns:
- the layout friendly url, or
null
if a layout friendly url with the primary key could not be found
-
findAll
List<LayoutFriendlyURL> findAll()Returns all the layout friendly urls.- 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
.- 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
List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
List<LayoutFriendlyURL> findAll(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.Useful when paginating results. Returns a maximum of
end - start
instances.start
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
.- 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
void removeAll()Removes all the layout friendly urls from the database. -
countAll
int countAll()Returns the number of layout friendly urls.- Returns:
- the number of layout friendly urls
-