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 java.lang.String |
getSettingsId() |
protected com.liferay.portal.verify.VerifyProcess |
getVerifyProcess() |
protected abstract java.lang.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 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 com.liferay.portal.verify.VerifyProcess getVerifyProcess()
getVerifyProcess in class BaseVerifyProcessTestCaseprotected abstract java.lang.String getVerifyProcessName()
protected abstract void populateLegacyProperties(com.liferay.portal.kernel.util.UnicodeProperties properties)