Uses of Interface
com.liferay.portal.kernel.model.LayoutFriendlyURL
Packages that use LayoutFriendlyURL
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of LayoutFriendlyURL in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement LayoutFriendlyURLFields in com.liferay.portal.kernel.model with type parameters of type LayoutFriendlyURLModifier and TypeFieldDescriptionstatic final Accessor<LayoutFriendlyURL,
Long> LayoutFriendlyURL.LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLModel.cloneWithOriginalValues()
LayoutFriendlyURLWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLWrapper.getAttributeGetterFunctions()
LayoutFriendlyURLWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.portal.kernel.model with parameters of type LayoutFriendlyURLModifier and TypeMethodDescriptionprotected LayoutFriendlyURLWrapper
LayoutFriendlyURLWrapper.wrap
(LayoutFriendlyURL layoutFriendlyURL) Constructors in com.liferay.portal.kernel.model with parameters of type LayoutFriendlyURL -
Uses of LayoutFriendlyURL in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLLocalService.addLayoutFriendlyURL
(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalService.addLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Adds the layout friendly url to the database.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL
(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Adds the layout friendly url to the database.LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL
(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Adds the layout friendly url to the database.LayoutFriendlyURLLocalService.createLayoutFriendlyURL
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.createLayoutFriendlyURL
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.LayoutFriendlyURLLocalServiceWrapper.createLayoutFriendlyURL
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL
(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Deletes the layout friendly url from the database.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL
(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Deletes the layout friendly url from the database.LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL
(long layoutFriendlyURLId) Deletes the layout friendly url with the primary key from the database.LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Deletes the layout friendly url from the database.LayoutFriendlyURLLocalService.fetchFirstLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.fetchFirstLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) LayoutFriendlyURLLocalServiceWrapper.fetchFirstLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long layoutFriendlyURLId) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long plid, String languageId) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL
(long layoutFriendlyURLId) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL
(long plid, String languageId) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL
(long layoutFriendlyURLId) LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL
(long plid, String languageId) LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalService.fetchLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long plid, String languageId) LayoutFriendlyURLLocalService.getLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL
(long plid, String languageId) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL
(long groupId, boolean privateLayout, String friendlyURL, String languageId) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL
(long plid, String languageId) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL
(long plid, String languageId, boolean useDefault) LayoutFriendlyURLLocalService.getLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLByUuidAndGroupId
(String uuid, long groupId) Returns the layout friendly url matching the UUID and group.LayoutFriendlyURLLocalService.updateLayoutFriendlyURL
(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalService.updateLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Updates the layout friendly url in the database or adds it if it does not yet exist.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL
(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Updates the layout friendly url in the database or adds it if it does not yet exist.LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL
(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Updates the layout friendly url in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLLocalService.addLayoutFriendlyURLs
(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURLs
(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURLs
(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutFriendlyURLLocalService.getCTPersistence()
LayoutFriendlyURLLocalServiceWrapper.getCTPersistence()
LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(int start, int end) Returns a range of all the layout friendly urls.LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(long plid) LayoutFriendlyURLLocalService.getLayoutFriendlyURLs
(long plid, String friendlyURL, int start, int end) static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs
(int start, int end) Returns a range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs
(long plid) static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs
(long plid, String friendlyURL, int start, int end) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs
(int start, int end) Returns a range of all the layout friendly urls.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs
(long plid) LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs
(long plid, String friendlyURL, int start, int end) LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId) Returns all the layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId) Returns all the layout friendly urls matching the UUID and company.static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId) Returns all the layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalService.getModelClass()
LayoutFriendlyURLLocalServiceWrapper.getModelClass()
LayoutFriendlyURLLocalService.updateLayoutFriendlyURLs
(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURLs
(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURLs
(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale, String> friendlyURLMap, ServiceContext serviceContext) Methods in com.liferay.portal.kernel.service with parameters of type LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLLocalService.addLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Adds the layout friendly url to the database.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Adds the layout friendly url to the database.LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Adds the layout friendly url to the database.LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Deletes the layout friendly url from the database.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Deletes the layout friendly url from the database.LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Deletes the layout friendly url from the database.LayoutFriendlyURLLocalService.updateLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Updates the layout friendly url in the database or adds it if it does not yet exist.static LayoutFriendlyURL
LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Updates the layout friendly url in the database or adds it if it does not yet exist.LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL
(LayoutFriendlyURL layoutFriendlyURL) Updates the layout friendly url in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLLocalService.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.static List<LayoutFriendlyURL>
LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLsByUuidAndCompanyId
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns a range of layout friendly urls matching the UUID and company.<R,
E extends Throwable>
RLayoutFriendlyURLLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutFriendlyURL>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RLayoutFriendlyURLLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<LayoutFriendlyURL>, R, E> updateUnsafeFunction) -
Uses of LayoutFriendlyURL in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return LayoutFriendlyURLModifier and TypeMethodDescriptionLayoutFriendlyURLPersistence.create
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.static LayoutFriendlyURL
LayoutFriendlyURLUtil.create
(long layoutFriendlyURLId) Creates a new layout friendly url with the primary key.LayoutFriendlyURLPersistence.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId) Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returnsnull
if it could not be found.LayoutFriendlyURLPersistence.fetchByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId, boolean useFinderCache) Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId) Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returnsnull
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId, boolean useFinderCache) Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.LayoutFriendlyURLPersistence.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByP_L
(long plid, String languageId) Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found.LayoutFriendlyURLPersistence.fetchByP_L
(long plid, String languageId, boolean useFinderCache) Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_L
(long plid, String languageId) Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_L
(long plid, String languageId, boolean useFinderCache) Returns the layout friendly url where plid = ? and languageId = ? or returnsnull
if it could not be found, optionally using the finder cache.LayoutFriendlyURLPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.fetchByPrimaryKey
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key or returnsnull
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPrimaryKey
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key or returnsnull
if it could not be found.LayoutFriendlyURLPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.fetchByUUID_G
(String uuid, long groupId) Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found.LayoutFriendlyURLPersistence.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUUID_G
(String uuid, long groupId) Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the layout friendly url where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.LayoutFriendlyURLPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId) Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId) Returns the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.LayoutFriendlyURLPersistence.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.Returns the layout friendly url where plid = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.static LayoutFriendlyURL
Returns the layout friendly url where plid = ? and languageId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.LayoutFriendlyURLPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPrimaryKey
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key or throws aNoSuchLayoutFriendlyURLException
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPrimaryKey
(long layoutFriendlyURLId) Returns the layout friendly url with the primary key or throws aNoSuchLayoutFriendlyURLException
if it could not be found.LayoutFriendlyURLPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUUID_G
(String uuid, long groupId) Returns the layout friendly url where uuid = ? and groupId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUUID_G
(String uuid, long groupId) Returns the layout friendly url where uuid = ? and groupId = ? or throws aNoSuchLayoutFriendlyURLException
if it could not be found.LayoutFriendlyURLPersistence.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.remove
(long layoutFriendlyURLId) Removes the layout friendly url with the primary key from the database.static LayoutFriendlyURL
LayoutFriendlyURLUtil.remove
(long layoutFriendlyURLId) Removes the layout friendly url with the primary key from the database.LayoutFriendlyURLPersistence.removeByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId) Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.static LayoutFriendlyURL
LayoutFriendlyURLUtil.removeByG_P_F_L
(long groupId, boolean privateLayout, String friendlyURL, String languageId) Removes the layout friendly url where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.LayoutFriendlyURLPersistence.removeByP_L
(long plid, String languageId) Removes the layout friendly url where plid = ? and languageId = ? from the database.static LayoutFriendlyURL
LayoutFriendlyURLUtil.removeByP_L
(long plid, String languageId) Removes the layout friendly url where plid = ? and languageId = ? from the database.LayoutFriendlyURLPersistence.removeByUUID_G
(String uuid, long groupId) Removes the layout friendly url where uuid = ? and groupId = ? from the database.static LayoutFriendlyURL
LayoutFriendlyURLUtil.removeByUUID_G
(String uuid, long groupId) Removes the layout friendly url where uuid = ? and groupId = ? from the database.static LayoutFriendlyURL
LayoutFriendlyURLUtil.update
(LayoutFriendlyURL layoutFriendlyURL) static LayoutFriendlyURL
LayoutFriendlyURLUtil.update
(LayoutFriendlyURL layoutFriendlyURL, ServiceContext serviceContext) LayoutFriendlyURLPersistence.updateImpl
(LayoutFriendlyURL layoutFriendlyURL) static LayoutFriendlyURL
LayoutFriendlyURLUtil.updateImpl
(LayoutFriendlyURL layoutFriendlyURL) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type LayoutFriendlyURLModifier and TypeMethodDescriptionstatic Map<Serializable,
LayoutFriendlyURL> LayoutFriendlyURLUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) LayoutFriendlyURLPersistence.findAll()
Returns all the layout friendly urls.LayoutFriendlyURLPersistence.findAll
(int start, int end) Returns a range of all the layout friendly urls.LayoutFriendlyURLPersistence.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.LayoutFriendlyURLPersistence.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll()
Returns all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end) Returns a range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.Returns a range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
Returns all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
Returns a range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId) Returns all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId) Returns all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL) Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end) Returns a range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL) Returns all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end) Returns a range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId) Returns all the layout friendly urls where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout friendly urls where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId) Returns all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end) Returns a range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.Returns all the layout friendly urls where plid = ? and friendlyURL = ?.Returns a range of all the layout friendly urls where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
Returns all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
Returns a range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.Returns all the layout friendly urls where plid = any ? and languageId = ?.Returns a range of all the layout friendly urls where plid = any ? and languageId = ?.LayoutFriendlyURLPersistence.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.LayoutFriendlyURLPersistence.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.static List<LayoutFriendlyURL>
Returns all the layout friendly urls where plid = any ? and languageId = ?.static List<LayoutFriendlyURL>
Returns a range of all the layout friendly urls where plid = any ? and languageId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.LayoutFriendlyURLPersistence.findByPlid
(long plid) Returns all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end) Returns a range of all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid) Returns all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end) Returns a range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid) Returns all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid) Returns all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end) Returns a range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId) Returns all the layout friendly urls where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout friendly urls where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId) Returns all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type LayoutFriendlyURLModifier and TypeMethodDescriptionvoid
LayoutFriendlyURLPersistence.cacheResult
(LayoutFriendlyURL layoutFriendlyURL) Caches the layout friendly url in the entity cache if it is enabled.static void
LayoutFriendlyURLUtil.cacheResult
(LayoutFriendlyURL layoutFriendlyURL) Caches the layout friendly url in the entity cache if it is enabled.static void
LayoutFriendlyURLUtil.clearCache
(LayoutFriendlyURL layoutFriendlyURL) static LayoutFriendlyURL
LayoutFriendlyURLUtil.update
(LayoutFriendlyURL layoutFriendlyURL) static LayoutFriendlyURL
LayoutFriendlyURLUtil.update
(LayoutFriendlyURL layoutFriendlyURL, ServiceContext serviceContext) LayoutFriendlyURLPersistence.updateImpl
(LayoutFriendlyURL layoutFriendlyURL) static LayoutFriendlyURL
LayoutFriendlyURLUtil.updateImpl
(LayoutFriendlyURL layoutFriendlyURL) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type LayoutFriendlyURLModifier and TypeMethodDescriptionvoid
LayoutFriendlyURLPersistence.cacheResult
(List<LayoutFriendlyURL> layoutFriendlyURLs) Caches the layout friendly urls in the entity cache if it is enabled.static void
LayoutFriendlyURLUtil.cacheResult
(List<LayoutFriendlyURL> layoutFriendlyURLs) Caches the layout friendly urls in the entity cache if it is enabled.LayoutFriendlyURLPersistence.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.fetchByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.LayoutFriendlyURLPersistence.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findAll
(int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls.LayoutFriendlyURLPersistence.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByC_F
(long companyId, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByC_F_First
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByC_F_Last
(long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByC_F_PrevAndNext
(long layoutFriendlyURLId, long companyId, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByCompanyId_First
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext
(long layoutFriendlyURLId, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where companyId = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByG_P_F
(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_First
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByG_P_F_Last
(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByG_P_F_PrevAndNext
(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where groupId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByGroupId
(long groupId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByGroupId_First
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByGroupId_Last
(long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByGroupId_PrevAndNext
(long layoutFriendlyURLId, long groupId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where groupId = ?.LayoutFriendlyURLPersistence.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_F
(long plid, String friendlyURL, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByP_F_First
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByP_F_Last
(long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByP_F_PrevAndNext
(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ? and friendlyURL = ?.LayoutFriendlyURLPersistence.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.LayoutFriendlyURLPersistence.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = any ? and languageId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByP_L
(long[] plids, String languageId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ? and languageId = ?, optionally using the finder cache.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where plid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByPlid
(long plid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where plid = ?.LayoutFriendlyURLPersistence.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPlid_First
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByPlid_Last
(long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByPlid_PrevAndNext
(long layoutFriendlyURLId, long plid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where plid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout friendly urls where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext
(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ? and companyId = ?.LayoutFriendlyURLPersistence.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_First
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the first layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL
LayoutFriendlyURLUtil.findByUuid_Last
(String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the last layout friendly url in the ordered set where uuid = ?.LayoutFriendlyURLPersistence.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.static LayoutFriendlyURL[]
LayoutFriendlyURLUtil.findByUuid_PrevAndNext
(long layoutFriendlyURLId, String uuid, OrderByComparator<LayoutFriendlyURL> orderByComparator) Returns the layout friendly urls before and after the current layout friendly url in the ordered set where uuid = ?.static List<LayoutFriendlyURL>
LayoutFriendlyURLUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutFriendlyURL> orderByComparator)