Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.LayoutFriendlyURLPersistence

Packages that use LayoutFriendlyURLPersistence
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.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of LayoutFriendlyURLPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as LayoutFriendlyURLPersistence
protected  LayoutFriendlyURLPersistence LayoutServiceBaseImpl.layoutFriendlyURLPersistence
           
protected  LayoutFriendlyURLPersistence LayoutFriendlyURLLocalServiceBaseImpl.layoutFriendlyURLPersistence
           
protected  LayoutFriendlyURLPersistence LayoutLocalServiceBaseImpl.layoutFriendlyURLPersistence
           
 

Methods in com.liferay.portal.service.base that return LayoutFriendlyURLPersistence
 LayoutFriendlyURLPersistence LayoutServiceBaseImpl.getLayoutFriendlyURLPersistence()
          Returns the layout friendly u r l persistence.
 LayoutFriendlyURLPersistence LayoutFriendlyURLLocalServiceBaseImpl.getLayoutFriendlyURLPersistence()
          Returns the layout friendly u r l persistence.
 LayoutFriendlyURLPersistence LayoutLocalServiceBaseImpl.getLayoutFriendlyURLPersistence()
          Returns the layout friendly u r l persistence.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutFriendlyURLPersistence
 void LayoutServiceBaseImpl.setLayoutFriendlyURLPersistence(LayoutFriendlyURLPersistence layoutFriendlyURLPersistence)
          Sets the layout friendly u r l persistence.
 void LayoutFriendlyURLLocalServiceBaseImpl.setLayoutFriendlyURLPersistence(LayoutFriendlyURLPersistence layoutFriendlyURLPersistence)
          Sets the layout friendly u r l persistence.
 void LayoutLocalServiceBaseImpl.setLayoutFriendlyURLPersistence(LayoutFriendlyURLPersistence layoutFriendlyURLPersistence)
          Sets the layout friendly u r l persistence.
 

Uses of LayoutFriendlyURLPersistence in com.liferay.portal.service.impl
 

Fields in com.liferay.portal.service.impl declared as LayoutFriendlyURLPersistence
protected  LayoutFriendlyURLPersistence LayoutLocalServiceHelper.layoutFriendlyURLPersistence
           
 

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

Methods in com.liferay.portal.service.persistence that return LayoutFriendlyURLPersistence
static LayoutFriendlyURLPersistence LayoutFriendlyURLUtil.getPersistence()
           
 

Uses of LayoutFriendlyURLPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement LayoutFriendlyURLPersistence
 class LayoutFriendlyURLPersistenceImpl
          The persistence implementation for the layout friendly u r l service.
 


Liferay 7.0-ce-b4