Liferay 6.0.5

com.liferay.portal.service.persistence
Interface ResourceFinder

All Known Implementing Classes:
ResourceFinderImpl

public interface ResourceFinder


Method Summary
 List<Resource> findByC_P(long companyId, String primKey)
           
 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

Liferay 6.0.5