Liferay 7.0-ce-b4

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

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

Subclasses of GroupModelImpl in com.liferay.portal.model.adapter.impl
 class StagedGroupImpl
           
 

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

Subclasses of GroupModelImpl in com.liferay.portal.model.impl
 class GroupBaseImpl
          The extended model base implementation for the Group service.
 class GroupImpl
          Represents either a site or a generic resource container.
 

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

Methods in com.liferay.portal.service.persistence.impl with parameters of type GroupModelImpl
protected  void GroupPersistenceImpl.cacheUniqueFindersCache(GroupModelImpl groupModelImpl, boolean isNew)
           
protected  void GroupPersistenceImpl.clearUniqueFindersCache(GroupModelImpl groupModelImpl)
           
 


Liferay 7.0-ce-b4