public abstract class BaseCompanySettingsVerifyProcess extends VerifyProcess
ALWAYS, NEVER, ONCE
Constructor and Description |
---|
BaseCompanySettingsVerifyProcess() |
Modifier and Type | Method and Description |
---|---|
protected void |
doVerify() |
protected abstract com.liferay.portal.kernel.service.CompanyLocalService |
getCompanyLocalService() |
protected abstract Set<String> |
getLegacyPropertyKeys() |
protected Dictionary<String,String> |
getPropertyValues(long companyId) |
protected String[][] |
getRenamePropertyKeysArray() |
protected abstract com.liferay.portal.kernel.settings.SettingsFactory |
getSettingsFactory() |
protected abstract String |
getSettingsId() |
protected void |
storeSettings(long companyId,
String settingsId,
Dictionary<String,String> dictionary) |
protected void |
verifyProperties() |
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verify
protected void doVerify() throws Exception
doVerify
in class VerifyProcess
Exception
protected abstract com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
protected abstract Set<String> getLegacyPropertyKeys()
protected Dictionary<String,String> getPropertyValues(long companyId)
protected String[][] getRenamePropertyKeysArray()
protected abstract com.liferay.portal.kernel.settings.SettingsFactory getSettingsFactory()
protected abstract String getSettingsId()
protected void storeSettings(long companyId, String settingsId, Dictionary<String,String> dictionary) throws IOException, com.liferay.portal.kernel.settings.SettingsException, ValidatorException
IOException
com.liferay.portal.kernel.settings.SettingsException
ValidatorException
protected void verifyProperties() throws Exception
Exception