com.liferay.portal.service.persistence
Class ResourceFinderUtil

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

public class ResourceFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ResourceFinderUtil()
           
 
Method Summary
static java.util.List<Resource> findByC_P(long companyId, java.lang.String primKey)
           
static java.util.List<Resource> findByName(java.lang.String name)
           
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

findByName

public static java.util.List<Resource> findByName(java.lang.String name)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_P

public static java.util.List<Resource> findByC_P(long companyId,
                                                 java.lang.String primKey)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static ResourceFinder getFinder()

setFinder

public void setFinder(ResourceFinder finder)