com.liferay.portal.service.persistence
Interface ResourceFinder


public interface ResourceFinder

Author:
Brian Wing Shun Chan

Method Summary
 java.util.List<Resource> findByC_P(long companyId, java.lang.String primKey)
           
 java.util.List<Resource> findByContainerResource(long codeId, long classNameId)
           
 java.util.List<Resource> findByN_S(java.lang.String name, int scope)
           
 java.util.List<Resource> findByName(java.lang.String name)
           
 java.util.List<Resource> findByNoActions(long codeId, java.lang.String actionId)
           
 

Method Detail

findByContainerResource

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

findByName

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

findByNoActions

java.util.List<Resource> findByNoActions(long codeId,
                                         java.lang.String actionId)
                                         throws SystemException
Throws:
SystemException

findByC_P

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

findByN_S

java.util.List<Resource> findByN_S(java.lang.String name,
                                   int scope)
                                   throws SystemException
Throws:
SystemException