Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Interface ResourceTypePermissionFinder

All Known Implementing Classes:
ResourceTypePermissionFinderImpl

@ProviderType
public interface ResourceTypePermissionFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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-b4