com.liferay.social.activity.test.util.BaseSocialActivityInterpreterTestCase@Deprecated
public abstract class BaseSocialActivityInterpreterTestCase
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.model.Group |
group
Deprecated.
|
protected com.liferay.portal.kernel.service.ServiceContext |
serviceContext
Deprecated.
|
| Constructor and Description |
|---|
BaseSocialActivityInterpreterTestCase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addActivities()
Deprecated.
|
protected void |
checkInterpret(long time)
Deprecated.
|
protected void |
checkLinks()
Deprecated.
|
protected List<com.liferay.social.kernel.model.SocialActivity> |
getActivities()
Deprecated.
|
protected abstract com.liferay.social.kernel.model.SocialActivityInterpreter |
getActivityInterpreter()
Deprecated.
|
protected com.liferay.social.kernel.model.SocialActivityInterpreter |
getActivityInterpreter(String portletId,
String className)
Deprecated.
|
protected abstract int[] |
getActivityTypes()
Deprecated.
|
protected boolean |
hasActivityType(int activityType)
Deprecated.
|
protected boolean |
hasClassName(com.liferay.social.kernel.model.SocialActivityInterpreter activityInterpreter,
String className)
Deprecated.
|
protected boolean |
isSupportsRename(String className)
Deprecated.
|
protected boolean |
isSupportsTrash()
Deprecated.
|
protected abstract void |
moveModelsToTrash()
Deprecated.
|
protected abstract void |
renameModels()
Deprecated.
|
protected abstract void |
restoreModelsFromTrash()
Deprecated.
|
void |
setUp()
Deprecated.
|
void |
testActivityInterpreter()
Deprecated.
|
@DeleteAfterTestRun protected com.liferay.portal.kernel.model.Group group
protected com.liferay.portal.kernel.service.ServiceContext serviceContext
public BaseSocialActivityInterpreterTestCase()
public void setUp()
throws Exception
Exceptionpublic void testActivityInterpreter()
throws Exception
Exceptionprotected abstract void addActivities()
throws Exception
Exceptionprotected void checkInterpret(long time)
throws Exception
Exceptionprotected void checkLinks()
throws Exception
Exceptionprotected List<com.liferay.social.kernel.model.SocialActivity> getActivities()
throws Exception
Exceptionprotected abstract com.liferay.social.kernel.model.SocialActivityInterpreter getActivityInterpreter()
protected com.liferay.social.kernel.model.SocialActivityInterpreter getActivityInterpreter(String portletId,
String className)
protected abstract int[] getActivityTypes()
protected boolean hasActivityType(int activityType)
protected boolean hasClassName(com.liferay.social.kernel.model.SocialActivityInterpreter activityInterpreter,
String className)
protected boolean isSupportsRename(String className)
protected boolean isSupportsTrash()
protected abstract void moveModelsToTrash()
throws Exception
Exceptionprotected abstract void renameModels()
throws Exception
Exceptionprotected abstract void restoreModelsFromTrash()
throws Exception
Exception