Liferay 7.0-ce-b4

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

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

Subclasses of RecentLayoutBranchModelImpl in com.liferay.portal.model.impl
 class RecentLayoutBranchBaseImpl
          The extended model base implementation for the RecentLayoutBranch service.
 class RecentLayoutBranchImpl
           
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type RecentLayoutBranchModelImpl
protected  void RecentLayoutBranchPersistenceImpl.cacheUniqueFindersCache(RecentLayoutBranchModelImpl recentLayoutBranchModelImpl, boolean isNew)
           
protected  void RecentLayoutBranchPersistenceImpl.clearUniqueFindersCache(RecentLayoutBranchModelImpl recentLayoutBranchModelImpl)
           
 


Liferay 7.0-ce-b4