Liferay 7.0-ce-b7 portal-impl

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

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

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