Class FriendlyURLEntryLocalizationUtil
com.liferay.friendly.url.service.persistence.impl.FriendlyURLEntryLocalizationPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) Caches the friendly url entry localization in the entity cache if it is enabled.static void
cacheResult
(List<FriendlyURLEntryLocalization> friendlyURLEntryLocalizations) Caches the friendly url entry localizations in the entity cache if it is enabled.static void
static void
clearCache
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) static int
countAll()
Returns the number of friendly url entry localizations.static 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 = ?.static int
countByFriendlyURLEntryId
(long friendlyURLEntryId) Returns the number of friendly url entry localizations where friendlyURLEntryId = ?.static int
countByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId) Returns the number of friendly url entry localizations where friendlyURLEntryId = ? and languageId = ?.static 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 = ?.static 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 = ?.static 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 = ?.static int
countByG_C_U
(long groupId, long classNameId, String urlTitle) Returns the number of friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static FriendlyURLEntryLocalization
create
(long friendlyURLEntryLocalizationId) Creates a new friendly url entry localization with the primary key.static 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 = ?.static 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 = ?.static 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 = ?.static 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.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static 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.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FriendlyURLEntryLocalization
fetchByPrimaryKey
(long friendlyURLEntryLocalizationId) Returns the friendly url entry localization with the primary key or returnsnull
if it could not be found.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static List<FriendlyURLEntryLocalization>
findAll()
Returns all the friendly url entry localizations.static List<FriendlyURLEntryLocalization>
findAll
(int start, int end) Returns a range of all the friendly url entry localizations.static 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.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization[]
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 = ?.static List<FriendlyURLEntryLocalization>
findByFriendlyURLEntryId
(long friendlyURLEntryId) Returns all the friendly url entry localizations where friendlyURLEntryId = ?.static List<FriendlyURLEntryLocalization>
findByFriendlyURLEntryId
(long friendlyURLEntryId, int start, int end) Returns a range of all the friendly url entry localizations where friendlyURLEntryId = ?.static 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 = ?.static 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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization
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.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization[]
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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization[]
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 = ?.static FriendlyURLEntryLocalization
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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization[]
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 = ?.static List<FriendlyURLEntryLocalization>
findByG_C_U
(long groupId, long classNameId, String urlTitle) Returns all the friendly url entry localizations where groupId = ? and classNameId = ? and urlTitle = ?.static 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 = ?.static 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 = ?.static 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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization
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 = ?.static FriendlyURLEntryLocalization[]
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 = ?.static FriendlyURLEntryLocalization
findByPrimaryKey
(long friendlyURLEntryLocalizationId) Returns the friendly url entry localization with the primary key or throws aNoSuchFriendlyURLEntryLocalizationException
if it could not be found.static List<FriendlyURLEntryLocalization>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<FriendlyURLEntryLocalization>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<FriendlyURLEntryLocalization>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) static FriendlyURLEntryLocalization
remove
(long friendlyURLEntryLocalizationId) Removes the friendly url entry localization with the primary key from the database.static void
Removes all the friendly url entry localizations from the database.static 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.static void
removeByFriendlyURLEntryId
(long friendlyURLEntryId) Removes all the friendly url entry localizations where friendlyURLEntryId = ? from the database.static FriendlyURLEntryLocalization
removeByFriendlyURLEntryId_LanguageId
(long friendlyURLEntryId, String languageId) Removes the friendly url entry localization where friendlyURLEntryId = ? and languageId = ? from the database.static 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.static FriendlyURLEntryLocalization
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.static 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.static 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.static void
setPersistence
(FriendlyURLEntryLocalizationPersistence persistence) static FriendlyURLEntryLocalization
update
(FriendlyURLEntryLocalization friendlyURLEntryLocalization) static FriendlyURLEntryLocalization
update
(FriendlyURLEntryLocalization friendlyURLEntryLocalization, com.liferay.portal.kernel.service.ServiceContext serviceContext) static FriendlyURLEntryLocalization
updateImpl
(FriendlyURLEntryLocalization friendlyURLEntryLocalization)
-
Constructor Details
-
FriendlyURLEntryLocalizationUtil
public FriendlyURLEntryLocalizationUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,FriendlyURLEntryLocalization> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<FriendlyURLEntryLocalization> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<FriendlyURLEntryLocalization> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<FriendlyURLEntryLocalization> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FriendlyURLEntryLocalization> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
public static FriendlyURLEntryLocalization update(FriendlyURLEntryLocalization friendlyURLEntryLocalization) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static FriendlyURLEntryLocalization update(FriendlyURLEntryLocalization friendlyURLEntryLocalization, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
public static 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
public static 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
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByFriendlyURLEntryId_First
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByFriendlyURLEntryId_Last
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
removeByFriendlyURLEntryId
public static void removeByFriendlyURLEntryId(long friendlyURLEntryId) Removes all the friendly url entry localizations where friendlyURLEntryId = ? from the database.- Parameters:
friendlyURLEntryId
- the friendly url entry ID
-
countByFriendlyURLEntryId
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByFriendlyURLEntryId_LanguageId
public static 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
public static 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
public static 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
public static List<FriendlyURLEntryLocalization> findByG_C_U(long groupId, long classNameId, String urlTitle) 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_U_First
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_U_Last
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByC_C_U_C_First
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByC_C_U_C_Last
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
removeByC_C_U_C
public static 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.- Parameters:
companyId
- the company IDclassNameId
- the class name IDurlTitle
- the url titlectCollectionId
- the ct collection ID
-
countByC_C_U_C
public static 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 = ?.- 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_C_L_First
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_C_L_Last
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_L_U
public static 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
public static 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
public static 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
public static 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 = ?.- 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_NotL_U_First
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
fetchByG_C_NotL_U_Last
public static 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
removeByG_C_NotL_U
public static 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.- Parameters:
groupId
- the group IDclassNameId
- the class name IDlanguageId
- the language IDurlTitle
- the url title
-
countByG_C_NotL_U
public static 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 = ?.- 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
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
updateImpl
public static FriendlyURLEntryLocalization updateImpl(FriendlyURLEntryLocalization friendlyURLEntryLocalization) -
findByPrimaryKey
public static 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 foundNoSuchFriendlyURLEntryLocalizationException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the friendly url entry localizations from the database. -
countAll
public static int countAll()Returns the number of friendly url entry localizations.- Returns:
- the number of friendly url entry localizations
-
getPersistence
-
setPersistence
-