Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class ResourceBlockFinderUtil

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

@ProviderType
public class ResourceBlockFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)

getFinder

public static ResourceBlockFinder getFinder()

setFinder

public void setFinder(ResourceBlockFinder finder)

Liferay 7.0-ce-b4