Interface KBServiceConfigurationProvider
@ProviderType
public interface KBServiceConfigurationProvider
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
updateExpirationDateConfiguration
(int checkInterval, int expirationDateNotificationDateWeeks)
-
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
-