Liferay 7.0-ce-b8 portal-service

com.liferay.portal.kernel.service.persistence
Interface ResourceTypePermissionFinder


@ProviderType
public interface ResourceTypePermissionFinder

{$generated.description}

Method Summary
 List<ResourceTypePermission> findByEitherScopeC_G_N(long companyId, long groupId, String name)
           
 List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId, String name, long roleId)
           
 

Method Detail

findByEitherScopeC_G_N

List<ResourceTypePermission> findByEitherScopeC_G_N(long companyId,
                                                    long groupId,
                                                    String name)

findByGroupScopeC_N_R

List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId,
                                                   String name,
                                                   long roleId)

Liferay 7.0-ce-b8 portal-service