public class ServiceTestUtil
extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
RETRY_COUNT |
static int |
THREAD_COUNT |
| Constructor and Description |
|---|
ServiceTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
initMainServletServices()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static void |
initPermissions() |
static void |
initServices()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static void |
initStaticServices()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static Date |
newDate()
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static Date |
newDate(int month,
int day,
int year)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
static void |
setUser(com.liferay.portal.kernel.model.User user) |
public static final int RETRY_COUNT
public static final int THREAD_COUNT
@Deprecated public static void initMainServletServices()
public static void initPermissions()
@Deprecated public static void initServices()
@Deprecated public static void initStaticServices()
@Deprecated
public static Date newDate()
throws Exception
Exception@Deprecated
public static Date newDate(int month,
int day,
int year)
throws Exception
Exceptionpublic static void setUser(com.liferay.portal.kernel.model.User user)
throws Exception
Exception