Liferay 7.0-ce-b4

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

Packages that use LayoutSetModelImpl
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 LayoutSetModelImpl in com.liferay.portal.model.impl
 

Subclasses of LayoutSetModelImpl in com.liferay.portal.model.impl
 class LayoutSetBaseImpl
          The extended model base implementation for the LayoutSet service.
 class LayoutSetImpl
          Represents a portal layout set, providing access to the layout set's color schemes, groups, prototypes, themes, and more.
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type LayoutSetModelImpl
protected  void LayoutSetPersistenceImpl.cacheUniqueFindersCache(LayoutSetModelImpl layoutSetModelImpl, boolean isNew)
           
protected  void LayoutSetPersistenceImpl.clearUniqueFindersCache(LayoutSetModelImpl layoutSetModelImpl)
           
 


Liferay 7.0-ce-b4