Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class ResourceTypePermissionFinderUtil

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

@ProviderType
public class ResourceTypePermissionFinderUtil
extends Object


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)
                                                           throws SystemException
Throws:
SystemException

findByGroupScopeC_N_R

public static List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId,
                                                                 String name,
                                                                 long roleId)
                                                          throws SystemException
Throws:
SystemException

getFinder

public static ResourceTypePermissionFinder getFinder()

setFinder

public void setFinder(ResourceTypePermissionFinder finder)

Liferay 6.2-ce-ga5