com.liferay.portal.service.persistence
Interface ResourceFinder


public interface ResourceFinder

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

findByName

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

findByC_P

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