Interface FriendlyURLEntryLocalizationPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<FriendlyURLEntryLocalization>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<FriendlyURLEntryLocalization>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) Caches the friendly url entry localization in the entity cache if it is enabled.void
cacheResult
(List<FriendlyURLEntryLocalization> friendlyURLEntryLocalizations) Caches the friendly url entry localizations in the entity cache if it is enabled.int
countAll()
Returns the number of friendly url entry localizations.int
countByC_C_U_C
(long companyId, long classNameId, String urlTitle, long ctCollectionId) Returns the number of friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.int
countByFriendlyURLEntryId
(long friendlyURLEntryId) Returns the number of friendly url entry localizations where friendlyURLEntryId = ?.int
countByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId) Returns the number of friendly url entry localizations where friendlyURLEntryId = ? and languageId = ?.int
countByG_C_C_L
(long groupId, long classNameId, long classPK, String languageId) Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.int
countByG_C_L_U
(long groupId, long classNameId, String languageId, String urlTitle) Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ?.int
countByG_C_NotL_U
(long groupId, long classNameId, String languageId, String urlTitle) Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.int
countByG_C_U
(long groupId, long classNameId, String urlTitle) Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.create
(long friendlyURLEntryLocalizationId) Creates a new friendly url entry localization with the primary key.fetchByC_C_U_C_First
(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.fetchByC_C_U_C_Last
(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.fetchByFriendlyURLEntryId_First
(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where friendlyURLEntryId = ?.fetchByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId) Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or returnsnull
if it could not be found.fetchByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId, boolean useFinderCache) Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByFriendlyURLEntryId_Last
(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where friendlyURLEntryId = ?.fetchByG_C_C_L_First
(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.fetchByG_C_C_L_Last
(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.fetchByG_C_L_U
(long groupId, long classNameId, String languageId, String urlTitle) Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or returnsnull
if it could not be found.fetchByG_C_L_U
(long groupId, long classNameId, String languageId, String urlTitle, boolean useFinderCache) Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_C_NotL_U_First
(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.fetchByG_C_NotL_U_Last
(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.fetchByG_C_U_First
(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.fetchByG_C_U_Last
(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.fetchByPrimaryKey
(long friendlyURLEntryLocalizationId) Returns the friendly url entry localization with the primary key or returnsnull
if it could not be found.findAll()
Returns all the friendly url entry localizations.findAll
(int start, int end) Returns a range of all the friendly url entry localizations.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations.findByC_C_U_C
(long companyId, long classNameId, String urlTitle, long ctCollectionId) Returns all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByC_C_U_C
(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end) Returns a range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByC_C_U_C
(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByC_C_U_C
(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByC_C_U_C_First
(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByC_C_U_C_Last
(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByC_C_U_C_PrevAndNext
(long friendlyURLEntryLocalizationId, long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.findByFriendlyURLEntryId
(long friendlyURLEntryId) Returns all the friendly url entry localizations where friendlyURLEntryId = ?.findByFriendlyURLEntryId
(long friendlyURLEntryId, int start, int end) Returns a range of all the friendly url entry localizations where friendlyURLEntryId = ?.findByFriendlyURLEntryId
(long friendlyURLEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where friendlyURLEntryId = ?.findByFriendlyURLEntryId
(long friendlyURLEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where friendlyURLEntryId = ?.findByFriendlyURLEntryId_First
(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where friendlyURLEntryId = ?.findByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId) Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.findByFriendlyURLEntryId_Last
(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where friendlyURLEntryId = ?.findByFriendlyURLEntryId_PrevAndNext
(long friendlyURLEntryLocalizationId, long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where friendlyURLEntryId = ?.findByG_C_C_L
(long groupId, long classNameId, long classPK, String languageId) Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_C_L
(long groupId, long classNameId, long classPK, String languageId, int start, int end) Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_C_L
(long groupId, long classNameId, long classPK, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_C_L
(long groupId, long classNameId, long classPK, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_C_L_First
(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_C_L_Last
(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_C_L_PrevAndNext
(long friendlyURLEntryLocalizationId, long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.findByG_C_L_U
(long groupId, long classNameId, String languageId, String urlTitle) Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.findByG_C_NotL_U
(long groupId, long classNameId, String languageId, String urlTitle) Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_NotL_U
(long groupId, long classNameId, String languageId, String urlTitle, int start, int end) Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_NotL_U
(long groupId, long classNameId, String languageId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_NotL_U
(long groupId, long classNameId, String languageId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_NotL_U_First
(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_NotL_U_Last
(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_NotL_U_PrevAndNext
(long friendlyURLEntryLocalizationId, long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.findByG_C_U
(long groupId, long classNameId, String urlTitle) Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.findByG_C_U
(long groupId, long classNameId, String urlTitle, int start, int end) Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.findByG_C_U
(long groupId, long classNameId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.findByG_C_U
(long groupId, long classNameId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.findByG_C_U_First
(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.findByG_C_U_Last
(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.findByG_C_U_PrevAndNext
(long friendlyURLEntryLocalizationId, long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.findByPrimaryKey
(long friendlyURLEntryLocalizationId) Returns the friendly url entry localization with the primary key or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.remove
(long friendlyURLEntryLocalizationId) Removes the friendly url entry localization with the primary key from the database.void
Removes all the friendly url entry localizations from the database.void
removeByC_C_U_C
(long companyId, long classNameId, String urlTitle, long ctCollectionId) Removes all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ? from the database.void
removeByFriendlyURLEntryId
(long friendlyURLEntryId) Removes all the friendly url entry localizations where friendlyURLEntryId = ? from the database.removeByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId) Removes the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? from the database.void
removeByG_C_C_L
(long groupId, long classNameId, long classPK, String languageId) Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ? from the database.removeByG_C_L_U
(long groupId, long classNameId, String languageId, String urlTitle) Removes the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? from the database.void
removeByG_C_NotL_U
(long groupId, long classNameId, String languageId, String urlTitle) Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ? from the database.void
removeByG_C_U
(long groupId, long classNameId, String urlTitle) Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ? from the database.updateImpl
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) 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
-
findByFriendlyURLEntryId
Returns all the friendly url entry localizations where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry ID- Returns:
- the matching friendly url entry localizations
-
findByFriendlyURLEntryId
List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId, int start, int end) Returns a range of all the friendly url entry localizations where friendlyURLEntryId = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
friendlyURLEntryId
- the friendly url entry IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)- Returns:
- the range of matching friendly url entry localizations
-
findByFriendlyURLEntryId
List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where friendlyURLEntryId = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
friendlyURLEntryId
- the friendly url entry IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching friendly url entry localizations
-
findByFriendlyURLEntryId
List<FriendlyURLEntryLocalization> findByFriendlyURLEntryId(long friendlyURLEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where friendlyURLEntryId = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
friendlyURLEntryId
- the friendly url entry IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching friendly url entry localizations
-
findByFriendlyURLEntryId_First
FriendlyURLEntryLocalization findByFriendlyURLEntryId_First(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the first friendly url entry localization in the ordered set where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByFriendlyURLEntryId_First
FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_First(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByFriendlyURLEntryId_Last
FriendlyURLEntryLocalization findByFriendlyURLEntryId_Last(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the last friendly url entry localization in the ordered set where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByFriendlyURLEntryId_Last
FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_Last(long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByFriendlyURLEntryId_PrevAndNext
FriendlyURLEntryLocalization[] findByFriendlyURLEntryId_PrevAndNext(long friendlyURLEntryLocalizationId, long friendlyURLEntryId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the current friendly url entry localizationfriendlyURLEntryId
- the friendly url entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
removeByFriendlyURLEntryId
void removeByFriendlyURLEntryId(long friendlyURLEntryId) Removes all the friendly url entry localizations where friendlyURLEntryId = ? from the database.- Parameters:
friendlyURLEntryId
- the friendly url entry ID
-
countByFriendlyURLEntryId
int countByFriendlyURLEntryId(long friendlyURLEntryId) Returns the number of friendly url entry localizations where friendlyURLEntryId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry ID- Returns:
- the number of matching friendly url entry localizations
-
findByFriendlyURLEntryId_LanguageId
FriendlyURLEntryLocalization findByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.- Parameters:
friendlyURLEntryId
- the friendly url entry IDlanguageId
- the language ID- Returns:
- the matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByFriendlyURLEntryId_LanguageId
FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId) Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
friendlyURLEntryId
- the friendly url entry IDlanguageId
- the language ID- Returns:
- the matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
fetchByFriendlyURLEntryId_LanguageId
FriendlyURLEntryLocalization fetchByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId, boolean useFinderCache) Returns the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
friendlyURLEntryId
- the friendly url entry IDlanguageId
- the language IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
removeByFriendlyURLEntryId_LanguageId
FriendlyURLEntryLocalization removeByFriendlyURLEntryId_LanguageId(long friendlyURLEntryId, String languageId) throws NoSuchFriendlyURLEntryLocalizationException Removes the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? from the database.- Parameters:
friendlyURLEntryId
- the friendly url entry IDlanguageId
- the language ID- Returns:
- the friendly url entry localization that was removed
- Throws:
NoSuchFriendlyURLEntryLocalizationException
-
countByFriendlyURLEntryId_LanguageId
Returns the number of friendly url entry localizations where friendlyURLEntryId = ? and languageId = ?.- Parameters:
friendlyURLEntryId
- the friendly url entry IDlanguageId
- the language ID- Returns:
- the number of matching friendly url entry localizations
-
findByG_C_U
Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url title- Returns:
- the matching friendly url entry localizations
-
findByG_C_U
List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle, int start, int end) Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titlestart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)- Returns:
- the range of matching friendly url entry localizations
-
findByG_C_U
List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titlestart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching friendly url entry localizations
-
findByG_C_U
List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titlestart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching friendly url entry localizations
-
findByG_C_U_First
FriendlyURLEntryLocalization findByG_C_U_First(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_U_First
FriendlyURLEntryLocalization fetchByG_C_U_First(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByG_C_U_Last
FriendlyURLEntryLocalization findByG_C_U_Last(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_U_Last
FriendlyURLEntryLocalization fetchByG_C_U_Last(long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByG_C_U_PrevAndNext
FriendlyURLEntryLocalization[] findByG_C_U_PrevAndNext(long friendlyURLEntryLocalizationId, long groupId, long classNameId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the current friendly url entry localizationgroupId
- the group IDclassNameId
- the class name IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
removeByG_C_U
Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url title
-
countByG_C_U
Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDurlTitle
- the url title- Returns:
- the number of matching friendly url entry localizations
-
findByC_C_U_C
List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId) Returns all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection ID- Returns:
- the matching friendly url entry localizations
-
findByC_C_U_C
List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end) Returns a range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)- Returns:
- the range of matching friendly url entry localizations
-
findByC_C_U_C
List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching friendly url entry localizations
-
findByC_C_U_C
List<FriendlyURLEntryLocalization> findByC_C_U_C(long companyId, long classNameId, String urlTitle, long ctCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching friendly url entry localizations
-
findByC_C_U_C_First
FriendlyURLEntryLocalization findByC_C_U_C_First(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the first friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByC_C_U_C_First
FriendlyURLEntryLocalization fetchByC_C_U_C_First(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByC_C_U_C_Last
FriendlyURLEntryLocalization findByC_C_U_C_Last(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the last friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByC_C_U_C_Last
FriendlyURLEntryLocalization fetchByC_C_U_C_Last(long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByC_C_U_C_PrevAndNext
FriendlyURLEntryLocalization[] findByC_C_U_C_PrevAndNext(long friendlyURLEntryLocalizationId, long companyId, long classNameId, String urlTitle, long ctCollectionId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the current friendly url entry localizationcompanyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
removeByC_C_U_C
Removes all the friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ? from the database.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection ID
-
countByC_C_U_C
Returns the number of friendly url entry localizations where companyId = ? and classNameId = ? and urlTitle = ? and ctCollectionId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection ID- Returns:
- the number of matching friendly url entry localizations
-
findByG_C_C_L
List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId) Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language ID- Returns:
- the matching friendly url entry localizations
-
findByG_C_C_L
List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId, int start, int end) Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? 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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)- Returns:
- the range of matching friendly url entry localizations
-
findByG_C_C_L
List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? 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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching friendly url entry localizations
-
findByG_C_C_L
List<FriendlyURLEntryLocalization> findByG_C_C_L(long groupId, long classNameId, long classPK, String languageId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? 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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDstart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching friendly url entry localizations
-
findByG_C_C_L_First
FriendlyURLEntryLocalization findByG_C_C_L_First(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_C_L_First
FriendlyURLEntryLocalization fetchByG_C_C_L_First(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByG_C_C_L_Last
FriendlyURLEntryLocalization findByG_C_C_L_Last(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_C_L_Last
FriendlyURLEntryLocalization fetchByG_C_C_L_Last(long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByG_C_C_L_PrevAndNext
FriendlyURLEntryLocalization[] findByG_C_C_L_PrevAndNext(long friendlyURLEntryLocalizationId, long groupId, long classNameId, long classPK, String languageId, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the current friendly url entry localizationgroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
removeByG_C_C_L
Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language ID
-
countByG_C_C_L
Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and classPK = ? and languageId = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pklanguageId
- the language ID- Returns:
- the number of matching friendly url entry localizations
-
findByG_C_L_U
FriendlyURLEntryLocalization findByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title- Returns:
- the matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_L_U
FriendlyURLEntryLocalization fetchByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle) Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title- Returns:
- the matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
fetchByG_C_L_U
FriendlyURLEntryLocalization fetchByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle, boolean useFinderCache) Returns the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titleuseFinderCache
- whether to use the finder cache- Returns:
- the matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
removeByG_C_L_U
FriendlyURLEntryLocalization removeByG_C_L_U(long groupId, long classNameId, String languageId, String urlTitle) throws NoSuchFriendlyURLEntryLocalizationException Removes the friendly url entry localization where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title- Returns:
- the friendly url entry localization that was removed
- Throws:
NoSuchFriendlyURLEntryLocalizationException
-
countByG_C_L_U
Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and languageId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title- Returns:
- the number of matching friendly url entry localizations
-
findByG_C_NotL_U
List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle) Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title- Returns:
- the matching friendly url entry localizations
-
findByG_C_NotL_U
List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle, int start, int end) Returns a range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titlestart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)- Returns:
- the range of matching friendly url entry localizations
-
findByG_C_NotL_U
List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titlestart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching friendly url entry localizations
-
findByG_C_NotL_U
List<FriendlyURLEntryLocalization> findByG_C_NotL_U(long groupId, long classNameId, String languageId, String urlTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titlestart
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching friendly url entry localizations
-
findByG_C_NotL_U_First
FriendlyURLEntryLocalization findByG_C_NotL_U_First(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_NotL_U_First
FriendlyURLEntryLocalization fetchByG_C_NotL_U_First(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the first friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByG_C_NotL_U_Last
FriendlyURLEntryLocalization findByG_C_NotL_U_Last(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a matching friendly url entry localization could not be found
-
fetchByG_C_NotL_U_Last
FriendlyURLEntryLocalization fetchByG_C_NotL_U_Last(long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns the last friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching friendly url entry localization, or
null
if a matching friendly url entry localization could not be found
-
findByG_C_NotL_U_PrevAndNext
FriendlyURLEntryLocalization[] findByG_C_NotL_U_PrevAndNext(long friendlyURLEntryLocalizationId, long groupId, long classNameId, String languageId, String urlTitle, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localizations before and after the current friendly url entry localization in the ordered set where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the current friendly url entry localizationgroupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
removeByG_C_NotL_U
Removes all the friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ? from the database.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title
-
countByG_C_NotL_U
Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and languageId ≠ ? and urlTitle = ?.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title- Returns:
- the number of matching friendly url entry localizations
-
cacheResult
Caches the friendly url entry localization in the entity cache if it is enabled.- Parameters:
friendlyURLEntryLocalization
- the friendly url entry localization
-
cacheResult
Caches the friendly url entry localizations in the entity cache if it is enabled.- Parameters:
friendlyURLEntryLocalizations
- the friendly url entry localizations
-
create
Creates a new friendly url entry localization with the primary key. Does not add the friendly url entry localization to the database.- Parameters:
friendlyURLEntryLocalizationId
- the primary key for the new friendly url entry localization- Returns:
- the new friendly url entry localization
-
remove
FriendlyURLEntryLocalization remove(long friendlyURLEntryLocalizationId) throws NoSuchFriendlyURLEntryLocalizationException Removes the friendly url entry localization with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the friendly url entry localization- Returns:
- the friendly url entry localization that was removed
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
FriendlyURLEntryLocalization findByPrimaryKey(long friendlyURLEntryLocalizationId) throws NoSuchFriendlyURLEntryLocalizationException Returns the friendly url entry localization with the primary key or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the friendly url entry localization- Returns:
- the friendly url entry localization
- Throws:
NoSuchFriendlyURLEntryLocalizationException
- if a friendly url entry localization with the primary key could not be found
-
fetchByPrimaryKey
Returns the friendly url entry localization with the primary key or returnsnull
if it could not be found.- Parameters:
friendlyURLEntryLocalizationId
- the primary key of the friendly url entry localization- Returns:
- the friendly url entry localization, or
null
if a friendly url entry localization with the primary key could not be found
-
findAll
List<FriendlyURLEntryLocalization> findAll()Returns all the friendly url entry localizations.- Returns:
- the friendly url entry localizations
-
findAll
Returns a range of all the friendly url entry localizations.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
start
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)- Returns:
- the range of friendly url entry localizations
-
findAll
List<FriendlyURLEntryLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) Returns an ordered range of all the friendly url entry localizations.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
start
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of friendly url entry localizations
-
findAll
List<FriendlyURLEntryLocalization> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator, boolean useFinderCache) Returns an ordered range of all the friendly url entry localizations.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 fromFriendlyURLEntryLocalizationModelImpl
.- Parameters:
start
- the lower bound of the range of friendly url entry localizationsend
- the upper bound of the range of friendly url entry localizations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of friendly url entry localizations
-
removeAll
void removeAll()Removes all the friendly url entry localizations from the database. -
countAll
int countAll()Returns the number of friendly url entry localizations.- Returns:
- the number of friendly url entry localizations
-