public interface AICreatorOpenAIConfigurationManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAICreatorOpenAICompanyAPIKey(long companyId) |
java.lang.String |
getAICreatorOpenAIGroupAPIKey(long groupId) |
java.lang.String |
getAICreatorOpenAIGroupAPIKey(long companyId,
long groupId) |
boolean |
isAICreatorOpenAICompanyEnabled(long companyId) |
boolean |
isAICreatorOpenAIGroupEnabled(long companyId,
long groupId) |
void |
saveAICreatorOpenAICompanyConfiguration(long companyId,
java.lang.String apiKey,
boolean enabled) |
void |
saveAICreatorOpenAIGroupConfiguration(long groupId,
java.lang.String apiKey,
boolean enabled) |
java.lang.String getAICreatorOpenAICompanyAPIKey(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
java.lang.String getAICreatorOpenAIGroupAPIKey(long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
java.lang.String getAICreatorOpenAIGroupAPIKey(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean isAICreatorOpenAICompanyEnabled(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
boolean isAICreatorOpenAIGroupEnabled(long companyId, long groupId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void saveAICreatorOpenAICompanyConfiguration(long companyId, java.lang.String apiKey, boolean enabled) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException
void saveAICreatorOpenAIGroupConfiguration(long groupId, java.lang.String apiKey, boolean enabled) throws com.liferay.portal.kernel.module.configuration.ConfigurationException
com.liferay.portal.kernel.module.configuration.ConfigurationException