Class BaseCompanySettingsVerifyProcess

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
Author:
Michael C. Han
  • Constructor Details

    • BaseCompanySettingsVerifyProcess

      public BaseCompanySettingsVerifyProcess()
  • Method Details

    • 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 Dictionary<String,String> getPropertyValues(long companyId)
    • getRenamePropertyKeysArray

      protected String[][] getRenamePropertyKeysArray()
    • getSettingsId

      protected abstract String getSettingsId()
    • getSettingsLocatorHelper

      protected abstract com.liferay.portal.kernel.settings.SettingsLocatorHelper getSettingsLocatorHelper()
    • 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