Interface KBServiceConfigurationProvider


@ProviderType public interface KBServiceConfigurationProvider
  • Method Details

    • getCheckInterval

      int getCheckInterval() throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • getExpirationDateNotificationDateWeeks

      int getExpirationDateNotificationDateWeeks() throws com.liferay.portal.kernel.module.configuration.ConfigurationException
      Throws:
      com.liferay.portal.kernel.module.configuration.ConfigurationException
    • updateExpirationDateConfiguration

      void updateExpirationDateConfiguration(int checkInterval, int expirationDateNotificationDateWeeks) throws IOException
      Throws:
      IOException