Liferay 6.0.5

com.liferay.portal.service.persistence
Class OrgGroupPermissionFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.OrgGroupPermissionFinderUtil

public class OrgGroupPermissionFinderUtil
extends Object


Constructor Summary
OrgGroupPermissionFinderUtil()
           
 
Method Summary
static OrgGroupPermissionFinder getFinder()
           
static void removeByO_G_R(long organizationId, long groupId, long resourceId)
           
 void setFinder(OrgGroupPermissionFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgGroupPermissionFinderUtil

public OrgGroupPermissionFinderUtil()
Method Detail

removeByO_G_R

public static void removeByO_G_R(long organizationId,
                                 long groupId,
                                 long resourceId)
                          throws SystemException
Throws:
SystemException

getFinder

public static OrgGroupPermissionFinder getFinder()

setFinder

public void setFinder(OrgGroupPermissionFinder finder)

Liferay 6.0.5