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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.layoutsadmin.lar   
 

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.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutFriendlyURL
 class LayoutFriendlyURLBaseImpl
          The extended model base implementation for the LayoutFriendlyURL service.
 class LayoutFriendlyURLImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLCacheModel.toEntityModel()
           
 LayoutFriendlyURL LayoutFriendlyURLModelImpl.toEscapedModel()
           
 

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

Methods in com.liferay.portal.model.impl with parameters of type LayoutFriendlyURL
 int LayoutFriendlyURLModelImpl.compareTo(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.base
 

Methods in com.liferay.portal.service.base that return LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.createLayoutFriendlyURL(long layoutFriendlyURLId)
          Creates a new layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.deleteLayoutFriendlyURL(long layoutFriendlyURLId)
          Deletes the layout friendly u r l with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.fetchLayoutFriendlyURL(long layoutFriendlyURLId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.fetchLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.fetchLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.getLayoutFriendlyURL(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.getLayoutFriendlyURLByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout friendly u r l with the matching UUID and company.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.getLayoutFriendlyURLByUuidAndGroupId(String uuid, long groupId)
          Returns the layout friendly u r l matching the UUID and group.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.updateLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Updates the layout friendly u r l in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type LayoutFriendlyURL
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceBaseImpl.getLayoutFriendlyURLs(int start, int end)
          Returns a range of all the layout friendly u r ls.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.addLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Adds the layout friendly u r l to the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
          Deletes the layout friendly u r l from the database.
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceBaseImpl.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.impl
 

Methods in com.liferay.portal.service.impl that return LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.addLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.fetchFirstLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.fetchLayoutFriendlyURL(long groupId, boolean privateLayout, String friendlyURL, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.fetchLayoutFriendlyURL(long plid, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.fetchLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.getLayoutFriendlyURL(long plid, String languageId)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.getLayoutFriendlyURL(long plid, String languageId, boolean useDefault)
           
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.updateLayoutFriendlyURL(long userId, long companyId, long groupId, long plid, boolean privateLayout, String friendlyURL, String languageId, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutFriendlyURL
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceImpl.addLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceImpl.getLayoutFriendlyURLs(long plid)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceImpl.getLayoutFriendlyURLs(long plid, String friendlyURL, int start, int end)
           
 List<LayoutFriendlyURL> LayoutFriendlyURLLocalServiceImpl.updateLayoutFriendlyURLs(long userId, long companyId, long groupId, long plid, boolean privateLayout, Map<Locale,String> friendlyURLMap, ServiceContext serviceContext)
           
 

Methods in com.liferay.portal.service.impl with parameters of type LayoutFriendlyURL
 LayoutFriendlyURL LayoutFriendlyURLLocalServiceImpl.deleteLayoutFriendlyURL(LayoutFriendlyURL layoutFriendlyURL)
           
 

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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByPrimaryKey(long layoutFriendlyURLId)
          Returns the layout friendly u r l with the primary key or returns null if it could not be found.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 LayoutFriendlyURLPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout friendly u r l with the primary key or throws a NoSuchModelException 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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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 = ?.
 LayoutFriendlyURL[] LayoutFriendlyURLPersistenceImpl.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 = ?.
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByG_P_F_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByP_F_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long plid, String friendlyURL, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByPlid_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.remove(long layoutFriendlyURLId)
          Removes the layout friendly u r l with the primary key from the database.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.remove(Serializable primaryKey)
          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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the layout friendly u r l where uuid = ? and groupId = ? from the database.
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.removeImpl(LayoutFriendlyURL layoutFriendlyURL)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.toUnwrappedModel(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)
           
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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 = ?.
 List<LayoutFriendlyURL> LayoutFriendlyURLPersistenceImpl.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.
 void LayoutFriendlyURLPersistenceImpl.cacheResult(LayoutFriendlyURL layoutFriendlyURL)
          Caches the layout friendly u r l in the entity cache if it is enabled.
protected  void LayoutFriendlyURLPersistenceImpl.cacheUniqueFindersCache(LayoutFriendlyURL layoutFriendlyURL)
           
static void LayoutFriendlyURLUtil.clearCache(LayoutFriendlyURL layoutFriendlyURL)
           
 void LayoutFriendlyURLPersistenceImpl.clearCache(LayoutFriendlyURL layoutFriendlyURL)
          Clears the cache for the layout friendly u r l.
protected  void LayoutFriendlyURLPersistenceImpl.clearUniqueFindersCache(LayoutFriendlyURL layoutFriendlyURL)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByG_P_F_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long groupId, boolean privateLayout, String friendlyURL, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByGroupId_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByP_F_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long plid, String friendlyURL, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByPlid_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, long plid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutFriendlyURL layoutFriendlyURL, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.removeImpl(LayoutFriendlyURL layoutFriendlyURL)
           
protected  LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.toUnwrappedModel(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)
           
 LayoutFriendlyURL LayoutFriendlyURLPersistenceImpl.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.
 void LayoutFriendlyURLPersistenceImpl.cacheResult(List<LayoutFriendlyURL> layoutFriendlyURLs)
          Caches the layout friendly u r ls in the entity cache if it is enabled.
 void LayoutFriendlyURLPersistenceImpl.clearCache(List<LayoutFriendlyURL> layoutFriendlyURLs)
           
 

Uses of LayoutFriendlyURL in com.liferay.portlet.layoutsadmin.lar
 

Methods in com.liferay.portlet.layoutsadmin.lar that return LayoutFriendlyURL
protected  LayoutFriendlyURL LayoutFriendlyURLStagedModelDataHandler.getExistingLayoutFriendlyURL(PortletDataContext portletDataContext, LayoutFriendlyURL layoutFriendlyURL, long plid)
           
protected  LayoutFriendlyURL LayoutFriendlyURLStagedModelDataHandler.getUniqueLayoutFriendlyURL(PortletDataContext portletDataContext, LayoutFriendlyURL layoutFriendlyURL, LayoutFriendlyURL existingLayoutFriendlyURL)
           
 

Methods in com.liferay.portlet.layoutsadmin.lar with parameters of type LayoutFriendlyURL
protected  void LayoutFriendlyURLStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext, LayoutFriendlyURL layoutFriendlyURL)
           
protected  void LayoutFriendlyURLStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext, LayoutFriendlyURL layoutFriendlyURL)
           
protected  LayoutFriendlyURL LayoutFriendlyURLStagedModelDataHandler.getExistingLayoutFriendlyURL(PortletDataContext portletDataContext, LayoutFriendlyURL layoutFriendlyURL, long plid)
           
protected  LayoutFriendlyURL LayoutFriendlyURLStagedModelDataHandler.getUniqueLayoutFriendlyURL(PortletDataContext portletDataContext, LayoutFriendlyURL layoutFriendlyURL, LayoutFriendlyURL existingLayoutFriendlyURL)
           
 


Liferay 6.2-ce-ga5