Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class ResourceBlockFinderUtil

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

public class ResourceBlockFinderUtil
extends Object


Constructor Summary
ResourceBlockFinderUtil()
           
 
Method Summary
static ResourceBlockIdsBag findByC_G_N_R(long companyId, long groupId, String name, long[] roleIds)
           
static ResourceBlockFinder getFinder()
           
 void setFinder(ResourceBlockFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceBlockFinderUtil

public ResourceBlockFinderUtil()
Method Detail

findByC_G_N_R

public static ResourceBlockIdsBag findByC_G_N_R(long companyId,
                                                long groupId,
                                                String name,
                                                long[] roleIds)
                                         throws SystemException
Throws:
SystemException

getFinder

public static ResourceBlockFinder getFinder()

setFinder

public void setFinder(ResourceBlockFinder finder)

Liferay 6.1.2-ce-ga3