Interface AnalyticsSettingsManager
@ProviderType
public interface AnalyticsSettingsManager
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCompanyConfiguration(long companyId) com.liferay.analytics.settings.configuration.AnalyticsConfigurationgetAnalyticsConfiguration(long companyId) Long[]getCommerceChannelIds(String analyticsChannelId, long companyId) Long[]getSiteIds(String analyticsChannelId, long companyId) booleanisAnalyticsEnabled(long companyId) booleanisSiteIdSynced(long companyId, long groupId) booleansyncedAccountSettingsEnabled(long companyId) booleansyncedContactSettingsEnabled(long companyId) String[]updateCommerceChannelIds(String analyticsChannelId, long companyId, Long[] dataSourceCommerceChannelIds) voidupdateCompanyConfiguration(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
-