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(javax.portlet.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() |
testVerify
protected 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 BaseVerifyProcessTestCase
Exception
public void tearDown() throws Exception
tearDown
in class BaseVerifyProcessTestCase
Exception
protected void doVerify() throws com.liferay.portal.verify.VerifyException
doVerify
in class BaseVerifyProcessTestCase
com.liferay.portal.verify.VerifyException
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 String getSettingsId()
protected com.liferay.portal.verify.VerifyProcess getVerifyProcess()
getVerifyProcess
in class BaseVerifyProcessTestCase
protected abstract String getVerifyProcessName()
protected abstract void populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties properties)