Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class ResourceFinderUtil

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

public class ResourceFinderUtil
extends Object


Constructor Summary
ResourceFinderUtil()
           
 
Method Summary
static List<Resource> findByC_P(long companyId, String primKey)
           
static List<Resource> findByContainerResource(long codeId, long classNameId)
           
static List<Resource> findByN_S(String name, int scope)
           
static List<Resource> findByName(String name)
           
static List<Resource> findByNoActions(long codeId, String actionId)
           
static ResourceFinder getFinder()
           
 void setFinder(ResourceFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFinderUtil

public ResourceFinderUtil()
Method Detail

findByContainerResource

public static List<Resource> findByContainerResource(long codeId,
                                                     long classNameId)
                                              throws SystemException
Throws:
SystemException

findByName

public static List<Resource> findByName(String name)
                                 throws SystemException
Throws:
SystemException

findByNoActions

public static List<Resource> findByNoActions(long codeId,
                                             String actionId)
                                      throws SystemException
Throws:
SystemException

findByC_P

public static List<Resource> findByC_P(long companyId,
                                       String primKey)
                                throws SystemException
Throws:
SystemException

findByN_S

public static List<Resource> findByN_S(String name,
                                       int scope)
                                throws SystemException
Throws:
SystemException

getFinder

public static ResourceFinder getFinder()

setFinder

public void setFinder(ResourceFinder finder)

Liferay 6.1.2-ce-ga3