DeprecatedSmartsRecommenderAPI.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. "use strict";
  2. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  3. /**
  4. * Licensed Materials - Property of IBM
  5. * IBM Business Analytics (C) Copyright IBM Corp. 2018, 2019
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /**
  9. * @class SmartRecommenderAPI
  10. * @hideconstructor
  11. *
  12. * @classdesc
  13. */
  14. define([], function () {
  15. var DeprecatedSmartsRecommenderAPI = function () {
  16. function DeprecatedSmartsRecommenderAPI() {
  17. _classCallCheck(this, DeprecatedSmartsRecommenderAPI);
  18. }
  19. /**
  20. * @function DeprecatedSmartsRecommenderAPI#recommendAlternateVisualizationsAsWidgetSpecs
  21. * @param {String} dataSource
  22. * @param {String[]} columnIds
  23. *
  24. * @deprecated
  25. *
  26. */
  27. DeprecatedSmartsRecommenderAPI.prototype.recommendAlternateVisualizationsAsWidgetSpecs = function recommendAlternateVisualizationsAsWidgetSpecs() {};
  28. /**
  29. * @function DeprecatedSmartsRecommenderAPI#recommendRelatedVisualizationsAsWidgetSpecs
  30. * @param {String} dataSource
  31. * @param {String[]} columnIds
  32. * @param {Boolean} includeBestVisForTargetFields
  33. *
  34. * @deprecated
  35. *
  36. */
  37. DeprecatedSmartsRecommenderAPI.prototype.recommendRelatedVisualizationsAsWidgetSpecs = function recommendRelatedVisualizationsAsWidgetSpecs() {};
  38. /**
  39. * @function DeprecatedSmartsRecommenderAPI#transformRecommendationsToLiveWidgetSpec
  40. * @param {Object[]} recommendations
  41. * @param {Object} options
  42. * @deprecated
  43. *
  44. */
  45. DeprecatedSmartsRecommenderAPI.prototype.transformRecommendationsToLiveWidgetSpecs = function transformRecommendationsToLiveWidgetSpecs() {};
  46. return DeprecatedSmartsRecommenderAPI;
  47. }();
  48. return DeprecatedSmartsRecommenderAPI;
  49. });
  50. //# sourceMappingURL=DeprecatedSmartsRecommenderAPI.js.map