com.liferay.portal.service.persistence
Interface ResourceFinder
- All Known Implementing Classes:
- ResourceFinderImpl
public interface ResourceFinder
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