Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.OrgGroupRolePersistence

Packages that use OrgGroupRolePersistence
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

Uses of OrgGroupRolePersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return OrgGroupRolePersistence
static OrgGroupRolePersistence OrgGroupRoleUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement OrgGroupRolePersistence
 class OrgGroupRolePersistenceImpl
          The persistence implementation for the org group role service.
 


Liferay 7.0-ce-b4