com.liferay.portal.service.persistence
Interface ResourceFinder


public interface ResourceFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.util.List<Resource> findByC_P(long companyId, java.lang.String primKey)
           
 java.util.List<Resource> findByName(java.lang.String name)
           
 

Method Detail

findByName

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

findByC_P

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