com.liferay.portal.util.subscriptions
Class BaseSubscriptionLocalizedContentTestCase
java.lang.Object
com.liferay.portal.util.subscriptions.BaseSubscriptionTestCase
com.liferay.portal.util.subscriptions.BaseSubscriptionLocalizedContentTestCase
public abstract class BaseSubscriptionLocalizedContentTestCase
- extends BaseSubscriptionTestCase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GERMAN_BODY
protected static final String GERMAN_BODY
- See Also:
- Constant Field Values
SPANISH_BODY
protected static final String SPANISH_BODY
- See Also:
- Constant Field Values
defaultLocale
protected Locale defaultLocale
layout
protected Layout layout
localizedContents
protected Map<Locale,String> localizedContents
BaseSubscriptionLocalizedContentTestCase
public BaseSubscriptionLocalizedContentTestCase()
setUp
public void setUp()
throws Exception
- Overrides:
setUp in class BaseSubscriptionTestCase
- Throws:
Exception
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
testSubscriptionLocalizedContentWhenAddingBaseModel
public void testSubscriptionLocalizedContentWhenAddingBaseModel()
throws Exception
- Throws:
Exception
testSubscriptionLocalizedContentWhenUpdatingBaseModel
public void testSubscriptionLocalizedContentWhenUpdatingBaseModel()
throws Exception
- Throws:
Exception
addSubscriptionContainerModel
protected abstract void addSubscriptionContainerModel(long containerModelId)
throws Exception
- Throws:
Exception
getPortletId
protected abstract String getPortletId()
getServiceName
protected String getServiceName()
getSubscriptionAddedBodyPreferenceName
protected abstract String getSubscriptionAddedBodyPreferenceName()
getSubscriptionUpdatedBodyPreferenceName
protected abstract String getSubscriptionUpdatedBodyPreferenceName()
setBaseModelSubscriptionBodyPreferences
protected void setBaseModelSubscriptionBodyPreferences(String bodyPreferenceName)
throws Exception
- Throws:
Exception