Liferay 6.2-ce-ga5

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

Packages that use LayoutFriendlyURLModel
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.tools.samplesqlbuilder   
 

Uses of LayoutFriendlyURLModel in com.liferay.portal.model
 

Subinterfaces of LayoutFriendlyURLModel in com.liferay.portal.model
 interface LayoutFriendlyURL
          The extended model interface for the LayoutFriendlyURL service.
 

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

Uses of LayoutFriendlyURLModel in com.liferay.portal.model.impl
 

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

Uses of LayoutFriendlyURLModel in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return LayoutFriendlyURLModel
 LayoutFriendlyURLModel DataFactory.newLayoutFriendlyURLModel(LayoutModel layoutModel)
           
 


Liferay 6.2-ce-ga5