com.liferay.portal.service.persistence
Interface ResourceTypePermissionFinder
- All Known Implementing Classes:
- ResourceTypePermissionFinderImpl
public interface ResourceTypePermissionFinder
findByEitherScopeC_G_N
List<ResourceTypePermission> findByEitherScopeC_G_N(long companyId,
long groupId,
String name)
throws SystemException
- Throws:
SystemException
findByGroupScopeC_N_R
List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId,
String name,
long roleId)
throws SystemException
- Throws:
SystemException