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, verifydoHasTable, hasColumn, hasColumnType, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringprotected void doVerify()
throws Exception
doVerify in class VerifyProcessExceptionprotected 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
IOExceptioncom.liferay.portal.kernel.settings.SettingsExceptionValidatorExceptionprotected void verifyProperties()
throws Exception
Exception