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.service.CompanyLocalService |
getCompanyLocalService() |
protected abstract java.util.Set<java.lang.String> |
getLegacyPropertyKeys() |
protected abstract java.util.Dictionary<java.lang.String,java.lang.String> |
getPropertyValues(long companyId) |
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, isPortalTableName, verify, verifyprotected void doVerify()
throws java.lang.Exception
doVerify in class VerifyProcessjava.lang.Exceptionprotected abstract com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
protected abstract java.util.Set<java.lang.String> getLegacyPropertyKeys()
protected abstract java.util.Dictionary<java.lang.String,java.lang.String> getPropertyValues(long companyId)
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.IOExceptioncom.liferay.portal.kernel.settings.SettingsExceptionjavax.portlet.ValidatorExceptionprotected void verifyProperties()
throws java.lang.Exception
java.lang.Exception