Interface AnalyticsSettingsManager
@ProviderType
public interface AnalyticsSettingsManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteCompanyConfiguration
(long companyId) com.liferay.analytics.settings.configuration.AnalyticsConfiguration
getAnalyticsConfiguration
(long companyId) Long[]
getCommerceChannelIds
(String analyticsChannelId, long companyId) Long[]
getSiteIds
(String analyticsChannelId, long companyId) boolean
isAnalyticsEnabled
(long companyId) boolean
isSiteIdSynced
(long companyId, long groupId) boolean
syncedAccountSettingsEnabled
(long companyId) boolean
syncedContactSettingsEnabled
(long companyId) String[]
updateCommerceChannelIds
(String analyticsChannelId, long companyId, Long[] dataSourceCommerceChannelIds) void
updateCompanyConfiguration
(long companyId, Map<String, Object> properties) String[]
updateSiteIds
(String analyticsChannelId, long companyId, Long[] dataSourceSiteIds)
-
Method Details
-
deleteCompanyConfiguration
void deleteCompanyConfiguration(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
getAnalyticsConfiguration
com.liferay.analytics.settings.configuration.AnalyticsConfiguration getAnalyticsConfiguration(long companyId) throws com.liferay.portal.kernel.module.configuration.ConfigurationException - Throws:
com.liferay.portal.kernel.module.configuration.ConfigurationException
-
getCommerceChannelIds
- Throws:
Exception
-
getSiteIds
- Throws:
Exception
-
isAnalyticsEnabled
- Throws:
Exception
-
isSiteIdSynced
- Throws:
Exception
-
syncedAccountSettingsEnabled
- Throws:
Exception
-
syncedContactSettingsEnabled
- Throws:
Exception
-
updateCommerceChannelIds
String[] updateCommerceChannelIds(String analyticsChannelId, long companyId, Long[] dataSourceCommerceChannelIds) throws Exception - Throws:
Exception
-
updateCompanyConfiguration
- Throws:
Exception
-
updateSiteIds
String[] updateSiteIds(String analyticsChannelId, long companyId, Long[] dataSourceSiteIds) throws Exception - Throws:
Exception
-