Name

sn_install_base.InstallBaseProductModelImpl

Description

An Implementation class to get details of all the product models associated with the install base and the sold product based on input context.

Script

var InstallBaseProductModelImpl = Class.create();
InstallBaseProductModelImpl.prototype = {
  initialize: function() {
      this.installBaseProductModelDao = new InstallBaseProductModelDao();
  },

  getProductModels: function(context,searchTerm,count,isSimpleResponce) {
      return this.installBaseProductModelDao.getProductModels(context,searchTerm,count,isSimpleResponce);
  },

  type: 'InstallBaseProductModelImpl'
};

Sys ID

2c3af0cbd4d11910f8777df2f2ae05f1

Offical Documentation

Official Docs: