Liferay 6.1.2-ce-ga3

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> findByContainerResource(long codeId, long classNameId)
           
 List<Resource> findByN_S(String name, int scope)
           
 List<Resource> findByName(String name)
           
 List<Resource> findByNoActions(long codeId, String actionId)
           
 

Method Detail

findByContainerResource

List<Resource> findByContainerResource(long codeId,
                                       long classNameId)
                                       throws SystemException
Throws:
SystemException

findByName

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

findByNoActions

List<Resource> findByNoActions(long codeId,
                               String actionId)
                               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.2-ce-ga3