com.liferay.portlet.subscriptions.test
Class BaseSubscriptionClassTypeTestCase
java.lang.Object
com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
com.liferay.portlet.subscriptions.test.BaseSubscriptionClassTypeTestCase
public abstract class BaseSubscriptionClassTypeTestCase
- extends BaseSubscriptionTestCase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseSubscriptionClassTypeTestCase
public BaseSubscriptionClassTypeTestCase()
testSubscriptionClassTypeWhenAddingBaseModel
public void testSubscriptionClassTypeWhenAddingBaseModel()
throws Exception
- Throws:
Exception
testSubscriptionClassTypeWhenUpdatingBaseModel
public void testSubscriptionClassTypeWhenUpdatingBaseModel()
throws Exception
- Throws:
Exception
testSubscriptionDefaultClassTypeWhenAddingBaseModel
public void testSubscriptionDefaultClassTypeWhenAddingBaseModel()
throws Exception
- Throws:
Exception
testSubscriptionDefaultClassTypeWhenUpdatingBaseModel
public void testSubscriptionDefaultClassTypeWhenUpdatingBaseModel()
throws Exception
- Throws:
Exception
addBaseModelWithClassType
protected abstract long addBaseModelWithClassType(long containerModelId,
long classTypeId)
throws Exception
- Throws:
Exception
addClassType
protected abstract long addClassType()
throws Exception
- Throws:
Exception
addSubscriptionClassType
protected abstract void addSubscriptionClassType(long classTypeId)
throws Exception
- Throws:
Exception
deleteSubscriptionClassType
protected abstract void deleteSubscriptionClassType(long classTypeId)
throws Exception
- Throws:
Exception
getDefaultClassTypeId
protected abstract Long getDefaultClassTypeId()
throws Exception
- Throws:
Exception