Liferay 6.1.10-ee-ga1

com.liferay.portal.service.persistence
Interface ResourceFinder


public interface ResourceFinder


Method Summary
 List<Resource> findByC_P(long companyId, String primKey)
           
 List<Resource> findByN_S(String name, int scope)
           
 List<Resource> findByName(String name)
           
 

Method Detail

findByName

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

findByC_P

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

findByN_S

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

Liferay 6.1.10-ee-ga1