com.liferay.portal.service.persistence
Class ResourceFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.ResourceFinderUtil
public class ResourceFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFinderUtil
public ResourceFinderUtil()
findByName
public static List<Resource> findByName(String name)
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)