com.liferay.portal.verify
Class BaseCompanySettingsVerifyProcess
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.BaseCompanySettingsVerifyProcess
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.db.DBProcess
public abstract class BaseCompanySettingsVerifyProcess
- extends VerifyProcess
| Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
connection |
| Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
doHasTable, hasColumn, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseCompanySettingsVerifyProcess
public BaseCompanySettingsVerifyProcess()
doVerify
protected void doVerify()
throws Exception
- Overrides:
doVerify in class VerifyProcess
- Throws:
Exception
getCompanyLocalService
protected abstract com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
getLegacyPropertyKeys
protected abstract Set<String> getLegacyPropertyKeys()
getPropertyValues
protected abstract Dictionary<String,String> getPropertyValues(long companyId)
getSettingsFactory
protected abstract com.liferay.portal.kernel.settings.SettingsFactory getSettingsFactory()
getSettingsId
protected abstract String getSettingsId()
storeSettings
protected void storeSettings(long companyId,
String settingsId,
Dictionary<String,String> dictionary)
throws IOException,
com.liferay.portal.kernel.settings.SettingsException,
ValidatorException
- Throws:
IOException
com.liferay.portal.kernel.settings.SettingsException
ValidatorException
verifyProperties
protected void verifyProperties()
throws Exception
- Throws:
Exception