com.liferay.portal.service.persistence
Interface ResourceFinder
public interface ResourceFinder
View Source
- Author:
- Brian Wing Shun Chan
findByName
java.util.List<Resource> findByName(java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_P
java.util.List<Resource> findByC_P(long companyId,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException