Interface AnalyticsBatchExportImportManager


public interface AnalyticsBatchExportImportManager
  • Method Details

    • exportToAnalyticsCloud

      void exportToAnalyticsCloud(List<String> batchEngineExportTaskItemDelegateNames, long companyId, com.liferay.petra.function.UnsafeConsumer<String,Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) throws Exception
      Throws:
      Exception
    • exportToAnalyticsCloud

      void exportToAnalyticsCloud(String batchEngineExportTaskItemDelegateName, long companyId, List<String> fieldNames, String filterString, com.liferay.petra.function.UnsafeConsumer<String,Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) throws Exception
      Throws:
      Exception
    • importFromAnalyticsCloud

      void importFromAnalyticsCloud(String batchEngineImportTaskItemDelegateName, long companyId, Map<String,String> fieldMapping, com.liferay.petra.function.UnsafeConsumer<String,Exception> notificationUnsafeConsumer, Date resourceLastModifiedDate, String resourceName, long userId) throws Exception
      Throws:
      Exception
    • validateConnection

      void validateConnection(long companyId) throws Exception
      Throws:
      Exception