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 |
protected com.liferay.portal.kernel.settings.SettingsFactory |
settingsFactory |
| Constructor and Description |
|---|
BaseCompanySettingsVerifyProcessTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected abstract void |
doVerify(PortletPreferences portletPreferences,
com.liferay.portal.kernel.settings.Settings settings) |
protected com.liferay.portal.kernel.settings.Settings |
getSettings(long companyId) |
protected abstract String |
getSettingsId() |
protected com.liferay.portal.verify.VerifyProcess |
getVerifyProcess() |
protected abstract String |
getVerifyProcessName() |
protected abstract void |
populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties properties) |
void |
setUp() |
void |
tearDown() |
testVerifyprotected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
protected com.liferay.portal.kernel.util.PrefsProps prefsProps
protected com.liferay.portal.kernel.settings.SettingsFactory settingsFactory
public BaseCompanySettingsVerifyProcessTestCase()
public void setUp()
throws Exception
setUp in class BaseVerifyProcessTestCaseExceptionpublic void tearDown()
throws Exception
tearDown in class BaseVerifyProcessTestCaseExceptionprotected void doVerify()
throws com.liferay.portal.verify.VerifyException
doVerify in class BaseVerifyProcessTestCasecom.liferay.portal.verify.VerifyExceptionprotected abstract void doVerify(PortletPreferences portletPreferences, com.liferay.portal.kernel.settings.Settings settings)
protected com.liferay.portal.kernel.settings.Settings getSettings(long companyId)
protected abstract String getSettingsId()
protected com.liferay.portal.verify.VerifyProcess getVerifyProcess()
getVerifyProcess in class BaseVerifyProcessTestCaseprotected abstract String getVerifyProcessName()
protected abstract void populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties properties)