Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class ResourceTypePermissionFinderUtil

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

@ProviderType
public class ResourceTypePermissionFinderUtil
extends Object

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

Constructor Summary
ResourceTypePermissionFinderUtil()
           
 
Method Summary
static List<ResourceTypePermission> findByEitherScopeC_G_N(long companyId, long groupId, String name)
           
static List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId, String name, long roleId)
           
static ResourceTypePermissionFinder getFinder()
           
 void setFinder(ResourceTypePermissionFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceTypePermissionFinderUtil

public ResourceTypePermissionFinderUtil()
Method Detail

findByEitherScopeC_G_N

public static List<ResourceTypePermission> findByEitherScopeC_G_N(long companyId,
                                                                  long groupId,
                                                                  String name)

findByGroupScopeC_N_R

public static List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId,
                                                                 String name,
                                                                 long roleId)

getFinder

public static ResourceTypePermissionFinder getFinder()

setFinder

public void setFinder(ResourceTypePermissionFinder finder)

Liferay 7.0-ce-b4