Liferay 7.0-ce-b4

com.liferay.portal.module.framework.test
Class ModuleFrameworkTestUtil

java.lang.Object
  extended by com.liferay.portal.module.framework.test.ModuleFrameworkTestUtil

public class ModuleFrameworkTestUtil
extends Object


Constructor Summary
ModuleFrameworkTestUtil()
           
 
Method Summary
static
<T> Collection<Long>
getBundleIds(Class<T> clazz, String filter)
           
static void startBundles(Iterable<Long> bundleIds)
           
static void stopBundles(Iterable<Long> bundleIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleFrameworkTestUtil

public ModuleFrameworkTestUtil()
Method Detail

getBundleIds

public static <T> Collection<Long> getBundleIds(Class<T> clazz,
                                                String filter)
                                     throws Exception
Throws:
Exception

startBundles

public static void startBundles(Iterable<Long> bundleIds)

stopBundles

public static void stopBundles(Iterable<Long> bundleIds)
                        throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4