@ProviderType
public interface KBServiceConfigurationProvider
Modifier and Type | Method and Description |
---|---|
int |
getCheckInterval() |
int |
getExpirationDateNotificationDateWeeks() |
void |
updateExpirationDateConfiguration(int checkInterval,
int expirationDateNotificationDateWeeks) |
int getCheckInterval() throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
int getExpirationDateNotificationDateWeeks() throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void updateExpirationDateConfiguration(int checkInterval, int expirationDateNotificationDateWeeks) throws java.io.IOException
java.io.IOException