public abstract class BaseCompanySettingsVerifyProcessTestCase extends BaseVerifyProcessTestCase
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.kernel.util.PrefsProps |
prefsProps |
| Constructor and Description |
|---|
BaseCompanySettingsVerifyProcessTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected abstract void |
doVerify(javax.portlet.PortletPreferences portletPreferences,
com.liferay.portal.kernel.settings.Settings settings) |
protected com.liferay.portal.kernel.settings.Settings |
getSettings(long companyId) |
protected abstract java.lang.String |
getSettingsId() |
protected abstract void |
populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties unicodeProperties) |
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
getVerifyProcess, testVerifyprotected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
protected com.liferay.portal.kernel.util.PrefsProps prefsProps
public BaseCompanySettingsVerifyProcessTestCase()
public static void setUpClass()
public void setUp()
throws java.lang.Exception
setUp in class BaseVerifyProcessTestCasejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in class BaseVerifyProcessTestCasejava.lang.Exceptionprotected void doVerify()
throws com.liferay.portal.verify.VerifyException
doVerify in class BaseVerifyProcessTestCasecom.liferay.portal.verify.VerifyExceptionprotected abstract void doVerify(javax.portlet.PortletPreferences portletPreferences,
com.liferay.portal.kernel.settings.Settings settings)
protected com.liferay.portal.kernel.settings.Settings getSettings(long companyId)
protected abstract java.lang.String getSettingsId()
protected abstract void populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties unicodeProperties)