com.liferay.portal.service.persistence
Class ResourceFinder

java.lang.Object
  extended bycom.liferay.portal.service.persistence.ResourceFinder

public class ResourceFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan, Alexander Chow

Field Summary
static java.lang.String FIND_BY_C_P
           
static java.lang.String FIND_BY_NAME
           
 
Constructor Summary
ResourceFinder()
           
 
Method Summary
static java.util.List findByC_P(long companyId, java.lang.String primKey)
           
static java.util.List findByName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIND_BY_NAME

public static java.lang.String FIND_BY_NAME

FIND_BY_C_P

public static java.lang.String FIND_BY_C_P
Constructor Detail

ResourceFinder

public ResourceFinder()
Method Detail

findByName

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

findByC_P

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