Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface ResourceTypePermissionFinder


public interface ResourceTypePermissionFinder


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)
                                                    throws SystemException
Throws:
SystemException

findByGroupScopeC_N_R

List<ResourceTypePermission> findByGroupScopeC_N_R(long companyId,
                                                   String name,
                                                   long roleId)
                                                   throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3