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