Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.LayoutFriendlyURL

Packages that use LayoutFriendlyURL
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of LayoutFriendlyURL in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement LayoutFriendlyURL
 class LayoutFriendlyURLWrapper
           This class is a wrapper for LayoutFriendlyURL.
 

Methods in com.liferay.portal.model that return LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLWrapper.getWrappedLayoutFriendlyURL()
          Deprecated. As of 6.1.0, replaced by LayoutFriendlyURLWrapper.getWrappedModel()
 LayoutFriendlyURL LayoutFriendlyURLWrapper.getWrappedModel()
           
 LayoutFriendlyURL LayoutFriendlyURLModel.toEscapedModel()
           
 LayoutFriendlyURL LayoutFriendlyURLWrapper.toEscapedModel()
           
 LayoutFriendlyURL LayoutFriendlyURLModel.toUnescapedModel()
           
 LayoutFriendlyURL LayoutFriendlyURLWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type LayoutFriendlyURL
 CacheModel<LayoutFriendlyURL> LayoutFriendlyURLModel.toCacheModel()
           
 CacheModel<LayoutFriendlyURL> LayoutFriendlyURLWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type LayoutFriendlyURL
 int LayoutFriendlyURLModel.compareTo(LayoutFriendlyURL layoutFriendlyURL)
           
 int LayoutFriendlyURLWrapper.compareTo(LayoutFriendlyURL layoutFriendlyURL)
           
static LayoutFriendlyURLSoap LayoutFriendlyURLSoap.toSoapModel(LayoutFriendlyURL model)
           
static LayoutFriendlyURLSoap[] LayoutFriendlyURLSoap.toSoapModels(LayoutFriendlyURL[] models)
           
static LayoutFriendlyURLSoap[][] LayoutFriendlyURLSoap.toSoapModels(LayoutFriendlyURL[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type LayoutFriendlyURL
static LayoutFriendlyURLSoap[] LayoutFriendlyURLSoap.toSoapModels(List<LayoutFriendlyURL> models)
           
 

Constructors in com.liferay.portal.model with parameters of type LayoutFriendlyURL
LayoutFriendlyURLWrapper(LayoutFriendlyURL layoutFriendlyURL)
           
 

Uses of LayoutFriendlyURL in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.createLayoutFriendlyURL(long layoutFriendlyURLId)
          Creates a new layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.createLayoutFriendlyURL(long layoutFriendlyURLId)
          Creates a new layout friendly u r l with the primary key.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.createLayoutFriendlyURL(long layoutFriendlyURLId)
          Creates a new layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchFirstLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchFirstLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchFirstLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL(long layoutFriendlyURLId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL(long layoutFriendlyURLId)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL(long layoutFriendlyURLId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL, String languageId)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL(long plid, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL(long plid, String languageId)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL(long plid, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.fetchLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.fetchLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.fetchLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.getLayoutFriendlyURL(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL(long plid, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.getLayoutFriendlyURL(long plid, String languageId)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL(long plid, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.getLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutFriendlyURL
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalService.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)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs(int start, int end)
          Returns a range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalService.getLayoutFriendlyURLs(int start, int end)
          Returns a range of all the layout friendly u r ls.
static List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs(int start, int end)
          Returns a range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs(long plid)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalService.getLayoutFriendlyURLs(long plid)
           
static List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs(long plid)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceWrapper.getLayoutFriendlyURLs(long plid, String friendlyURL, int start, int end)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalService.getLayoutFriendlyURLs(long plid, String friendlyURL, int start, int end)
           
static List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceUtil.getLayoutFriendlyURLs(long plid, String friendlyURL, int start, int end)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
           
 List<LayoutFriendlyURL> 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)
           
 

Methods in com.liferay.portal.service with parameters of type LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceWrapper.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 LayoutFriendlyURL LayoutFriendlyURLLocalService.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
static LayoutFriendlyURL LayoutFriendlyURLLocalServiceUtil.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 

Uses of LayoutFriendlyURL in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return LayoutFriendlyURL
static LayoutFriendlyURL LayoutFriendlyURLUtil.create(long layoutFriendlyURLId)
          Creates a new layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.create(long layoutFriendlyURLId)
          Creates a new layout friendly u r l with the primary key.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId, boolean retrieveFromCache)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId, boolean retrieveFromCache)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_L(long plid, String languageId)
          Returns the layout friendly u r l where plid = ? and languageId = ? or returns null if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_L(long plid, String languageId)
          Returns the layout friendly u r l where plid = ? and languageId = ? or returns null if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByP_L(long plid, String languageId, boolean retrieveFromCache)
          Returns the layout friendly u r l where plid = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByP_L(long plid, String languageId, boolean retrieveFromCache)
          Returns the layout friendly u r l where plid = ? and languageId = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or returns null if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or returns null if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or returns null if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or returns null if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutFriendlyURL LayoutFriendlyURLUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByCompanyId_PrevAndNext(long layoutFriendlyURLId, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_First(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Returns the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByG_P_F_Last(long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l 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 orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByG_P_F_PrevAndNext(long layoutFriendlyURLId, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ? and privateLayout = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByGroupId_PrevAndNext(long layoutFriendlyURLId, long groupId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where groupId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_First(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_F_Last(long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByP_F_PrevAndNext(long layoutFriendlyURLId, long plid, String friendlyURL, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ? and friendlyURL = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByP_L(long plid, String languageId)
          Returns the layout friendly u r l where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByP_L(long plid, String languageId)
          Returns the layout friendly u r l where plid = ? and languageId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_First(long plid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPlid_Last(long plid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByPlid_PrevAndNext(long layoutFriendlyURLId, long plid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where plid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_C_PrevAndNext(long layoutFriendlyURLId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ? and companyId = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUUID_G(String uuid, long groupId)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUUID_G(String uuid, long groupId)
          Returns the layout friendly u r l where uuid = ? and groupId = ? or throws a NoSuchLayoutFriendlyURLException if it could not be found.
static LayoutFriendlyURL LayoutFriendlyURLUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL[] LayoutFriendlyURLUtil.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistence.findByUuid_PrevAndNext(long layoutFriendlyURLId, String uuid, OrderByComparator orderByComparator)
          Returns the layout friendly u r ls before and after the current layout friendly u r l in the ordered set where uuid = ?.
static LayoutFriendlyURL LayoutFriendlyURLUtil.remove(long layoutFriendlyURLId)
          Removes the layout friendly u r l with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.remove(long layoutFriendlyURLId)
          Removes the layout friendly u r l with the primary key from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Removes the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.removeByG_P_F_L(long groupId, boolean privateLayout, String friendlyURL, String languageId)
          Removes the layout friendly u r l where groupId = ? and privateLayout = ? and friendlyURL = ? and languageId = ? from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.removeByP_L(long plid, String languageId)
          Removes the layout friendly u r l where plid = ? and languageId = ? from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.removeByP_L(long plid, String languageId)
          Removes the layout friendly u r l where plid = ? and languageId = ? from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.removeByUUID_G(String uuid, long groupId)
          Removes the layout friendly u r l where uuid = ? and groupId = ? from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the layout friendly u r l where uuid = ? and groupId = ? from the database.
static LayoutFriendlyURL LayoutFriendlyURLUtil.update(LayoutFriendlyURL layoutFriendlyURL)
           
static LayoutFriendlyURL LayoutFriendlyURLUtil.update(LayoutFriendlyURL layoutFriendlyURL, ServiceContext serviceContext)
           
static LayoutFriendlyURL LayoutFriendlyURLUtil.updateImpl(LayoutFriendlyURL layoutFriendlyURL)
           
 LayoutFriendlyURL LayoutFriendlyURLPersistence.updateImpl(LayoutFriendlyURL layoutFriendlyURL)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutFriendlyURL
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll()
          Returns all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll()
          Returns all the layout friendly u r ls.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll(int start, int end)
          Returns a range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll(int start, int end)
          Returns a range of all the layout friendly u r ls.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId)
          Returns all the layout friendly u r ls where companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByCompanyId(long companyId)
          Returns all the layout friendly u r ls where companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout friendly u r ls where companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout friendly u r ls where companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Returns all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
          Returns all the layout friendly u r ls 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 u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end)
          Returns a range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByG_P_F(long groupId, boolean privateLayout, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ? and privateLayout = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId)
          Returns all the layout friendly u r ls where groupId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByGroupId(long groupId)
          Returns all the layout friendly u r ls where groupId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layout friendly u r ls where groupId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the layout friendly u r ls where groupId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where groupId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL)
          Returns all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByP_F(long plid, String friendlyURL)
          Returns all the layout friendly u r ls where plid = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL, int start, int end)
          Returns a range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByP_F(long plid, String friendlyURL, int start, int end)
          Returns a range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByP_F(long plid, String friendlyURL, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ? and friendlyURL = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid)
          Returns all the layout friendly u r ls where plid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByPlid(long plid)
          Returns all the layout friendly u r ls where plid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid, int start, int end)
          Returns a range of all the layout friendly u r ls where plid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByPlid(long plid, int start, int end)
          Returns a range of all the layout friendly u r ls where plid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByPlid(long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where plid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid_C(String uuid, long companyId)
          Returns all the layout friendly u r ls where uuid = ? and companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the layout friendly u r ls 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 u r ls where uuid = ? and companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout friendly u r ls where uuid = ? and companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ? and companyId = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid)
          Returns all the layout friendly u r ls where uuid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid(String uuid)
          Returns all the layout friendly u r ls where uuid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the layout friendly u r ls where uuid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the layout friendly u r ls where uuid = ?.
static List<LayoutFriendlyURL> LayoutFriendlyURLUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout friendly u r ls where uuid = ?.
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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutFriendlyURL
static void LayoutFriendlyURLUtil.cacheResult(LayoutFriendlyURL layoutFriendlyURL)
          Caches the layout friendly u r l in the entity cache if it is enabled.
 void LayoutFriendlyURLPersistence.cacheResult(LayoutFriendlyURL layoutFriendlyURL)
          Caches the layout friendly u r l 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)
           
static LayoutFriendlyURL LayoutFriendlyURLUtil.updateImpl(LayoutFriendlyURL layoutFriendlyURL)
           
 LayoutFriendlyURL LayoutFriendlyURLPersistence.updateImpl(LayoutFriendlyURL layoutFriendlyURL)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutFriendlyURL
static void LayoutFriendlyURLUtil.cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
          Caches the layout friendly u r ls in the entity cache if it is enabled.
 void LayoutFriendlyURLPersistence.cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
          Caches the layout friendly u r ls in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5