@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.ConfigurationExceptionint getExpirationDateNotificationDateWeeks()
throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationExceptionvoid updateExpirationDateConfiguration(int checkInterval,
int expirationDateNotificationDateWeeks)
throws java.io.IOException
java.io.IOException