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 String |
getSettingsId() |
protected abstract com.liferay.portal.kernel.settings.SettingsLocatorHelper |
getSettingsLocatorHelper() |
protected void |
storeSettings(long companyId,
String settingsId,
Dictionary<String,String> dictionary) |
protected void |
verifyProperties() |
doVerify, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verify
addIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, hasView, process, processConcurrently, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString
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 String getSettingsId()
protected abstract com.liferay.portal.kernel.settings.SettingsLocatorHelper getSettingsLocatorHelper()
protected void storeSettings(long companyId, String settingsId, Dictionary<String,String> dictionary) throws IOException, com.liferay.portal.kernel.settings.SettingsException, javax.portlet.ValidatorException
IOException
com.liferay.portal.kernel.settings.SettingsException
javax.portlet.ValidatorException
protected void verifyProperties() throws Exception
Exception