Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.util
Class ResourceTypePermissionTestUtil

java.lang.Object
  extended by com.liferay.portal.kernel.test.util.ResourceTypePermissionTestUtil

public class ResourceTypePermissionTestUtil
extends Object


Constructor Summary
ResourceTypePermissionTestUtil()
           
 
Method Summary
static ResourceTypePermission addResourceTypePermission(long actionIds, long groupId, String name)
           
static ResourceTypePermission addResourceTypePermission(long actionIds, long groupId, String name, long roleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceTypePermissionTestUtil

public ResourceTypePermissionTestUtil()
Method Detail

addResourceTypePermission

public static ResourceTypePermission addResourceTypePermission(long actionIds,
                                                               long groupId,
                                                               String name)
                                                        throws Exception
Throws:
Exception

addResourceTypePermission

public static ResourceTypePermission addResourceTypePermission(long actionIds,
                                                               long groupId,
                                                               String name,
                                                               long roleId)
                                                        throws Exception
Throws:
Exception

Liferay 7.0-ce-b4