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 java.util.Set<java.lang.String> |
getLegacyPropertyKeys() |
protected java.util.Dictionary<java.lang.String,java.lang.String> |
getPropertyValues(long companyId) |
protected java.lang.String[][] |
getRenamePropertyKeysArray() |
protected abstract com.liferay.portal.kernel.settings.SettingsFactory |
getSettingsFactory() |
protected abstract java.lang.String |
getSettingsId() |
protected void |
storeSettings(long companyId,
java.lang.String settingsId,
java.util.Dictionary<java.lang.String,java.lang.String> dictionary) |
protected void |
verifyProperties() |
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verify
protected void doVerify() throws java.lang.Exception
doVerify
in class VerifyProcess
java.lang.Exception
protected abstract com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
protected abstract java.util.Set<java.lang.String> getLegacyPropertyKeys()
protected java.util.Dictionary<java.lang.String,java.lang.String> getPropertyValues(long companyId)
protected java.lang.String[][] getRenamePropertyKeysArray()
protected abstract com.liferay.portal.kernel.settings.SettingsFactory getSettingsFactory()
protected abstract java.lang.String getSettingsId()
protected void storeSettings(long companyId, java.lang.String settingsId, java.util.Dictionary<java.lang.String,java.lang.String> dictionary) throws java.io.IOException, com.liferay.portal.kernel.settings.SettingsException, javax.portlet.ValidatorException
java.io.IOException
com.liferay.portal.kernel.settings.SettingsException
javax.portlet.ValidatorException
protected void verifyProperties() throws java.lang.Exception
java.lang.Exception