Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.model.impl.LayoutModelImpl

Packages that use LayoutModelImpl
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Subclasses of LayoutModelImpl in com.liferay.portal.model.impl
 class LayoutBaseImpl
          The extended model base implementation for the Layout service.
 class LayoutImpl
          Represents a portal layout, providing access to the layout's URLs, parent layouts, child layouts, theme settings, type settings, and more.
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type LayoutModelImpl
protected  void LayoutPersistenceImpl.cacheUniqueFindersCache(LayoutModelImpl layoutModelImpl, boolean isNew)
           
protected  void LayoutPersistenceImpl.clearUniqueFindersCache(LayoutModelImpl layoutModelImpl)
           
 


Liferay 7.0-ce-b4