Liferay 7.0-ce-b4

com.liferay.portal.verify
Class BaseCompanySettingsVerifyProcess

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBProcess
      extended by com.liferay.portal.verify.VerifyProcess
          extended by com.liferay.portal.verify.BaseCompanySettingsVerifyProcess
All Implemented Interfaces:
DBProcess

public abstract class BaseCompanySettingsVerifyProcess
extends VerifyProcess


Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
connection
 
Constructor Summary
BaseCompanySettingsVerifyProcess()
           
 
Method Summary
protected  void doVerify()
           
protected abstract  CompanyLocalService getCompanyLocalService()
           
protected abstract  Set<String> getLegacyPropertyKeys()
           
protected abstract  Dictionary<String,String> getPropertyValues(long companyId)
           
protected abstract  SettingsFactory getSettingsFactory()
           
protected abstract  String getSettingsId()
           
protected  void storeSettings(long companyId, String settingsId, Dictionary<String,String> dictionary)
           
protected  void verifyProperties()
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verify
 
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
 

Constructor Detail

BaseCompanySettingsVerifyProcess

public BaseCompanySettingsVerifyProcess()
Method Detail

doVerify

protected void doVerify()
                 throws Exception
Overrides:
doVerify in class VerifyProcess
Throws:
Exception

getCompanyLocalService

protected abstract CompanyLocalService getCompanyLocalService()

getLegacyPropertyKeys

protected abstract Set<String> getLegacyPropertyKeys()

getPropertyValues

protected abstract Dictionary<String,String> getPropertyValues(long companyId)

getSettingsFactory

protected abstract SettingsFactory getSettingsFactory()

getSettingsId

protected abstract String getSettingsId()

storeSettings

protected void storeSettings(long companyId,
                             String settingsId,
                             Dictionary<String,String> dictionary)
                      throws IOException,
                             SettingsException,
                             ValidatorException
Throws:
IOException
SettingsException
ValidatorException

verifyProperties

protected void verifyProperties()
                         throws Exception
Throws:
Exception

Liferay 7.0-ce-b4