Liferay 7.0-ga1 portal-impl

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

Packages that use LayoutModelImpl
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence.impl   
 

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-ga1 portal-impl