Type.registerNamespace('Sms.Customer.WebServices');
Sms.Customer.WebServices.SMSScriptService=function() {
Sms.Customer.WebServices.SMSScriptService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Sms.Customer.WebServices.SMSScriptService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Sms.Customer.WebServices.SMSScriptService._staticInstance.get_path();},
ListFlatscreenMakeModel:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ListFlatscreenMakeModel',false,{},succeededCallback,failedCallback,userContext); },
ListFlatscreenManufacturer:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ListFlatscreenManufacturer',false,{},succeededCallback,failedCallback,userContext); },
ListFlatscreenWeight:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ListFlatscreenWeight',false,{},succeededCallback,failedCallback,userContext); },
ListFlatscreenModelsByManufacturer:function(manufacturer,succeededCallback, failedCallback, userContext) {
/// <param name="manufacturer" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ListFlatscreenModelsByManufacturer',false,{manufacturer:manufacturer},succeededCallback,failedCallback,userContext); },
CheckFlatscreenModelsByManufacturer:function(prodId,productId,pageId,lang,succeededCallback, failedCallback, userContext) {
/// <param name="prodId" type="String">System.String</param>
/// <param name="productId" type="String">System.String</param>
/// <param name="pageId" type="String">System.String</param>
/// <param name="lang" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckFlatscreenModelsByManufacturer',false,{prodId:prodId,productId:productId,pageId:pageId,lang:lang},succeededCallback,failedCallback,userContext); },
ListProjectorManufacturer:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ListProjectorManufacturer',false,{},succeededCallback,failedCallback,userContext); },
ListProjectorModelsByManufacturer:function(manufacturer,succeededCallback, failedCallback, userContext) {
/// <param name="manufacturer" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ListProjectorModelsByManufacturer',false,{manufacturer:manufacturer},succeededCallback,failedCallback,userContext); },
CheckProjectorModelsByManufacturer:function(prodId,productId,pageId,lang,succeededCallback, failedCallback, userContext) {
/// <param name="prodId" type="String">System.String</param>
/// <param name="productId" type="String">System.String</param>
/// <param name="pageId" type="String">System.String</param>
/// <param name="lang" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CheckProjectorModelsByManufacturer',false,{prodId:prodId,productId:productId,pageId:pageId,lang:lang},succeededCallback,failedCallback,userContext); }}
Sms.Customer.WebServices.SMSScriptService.registerClass('Sms.Customer.WebServices.SMSScriptService',Sys.Net.WebServiceProxy);
Sms.Customer.WebServices.SMSScriptService._staticInstance = new Sms.Customer.WebServices.SMSScriptService();
Sms.Customer.WebServices.SMSScriptService.set_path = function(value) {
Sms.Customer.WebServices.SMSScriptService._staticInstance.set_path(value); }
Sms.Customer.WebServices.SMSScriptService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Sms.Customer.WebServices.SMSScriptService._staticInstance.get_path();}
Sms.Customer.WebServices.SMSScriptService.set_timeout = function(value) {
Sms.Customer.WebServices.SMSScriptService._staticInstance.set_timeout(value); }
Sms.Customer.WebServices.SMSScriptService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Sms.Customer.WebServices.SMSScriptService._staticInstance.get_timeout(); }
Sms.Customer.WebServices.SMSScriptService.set_defaultUserContext = function(value) { 
Sms.Customer.WebServices.SMSScriptService._staticInstance.set_defaultUserContext(value); }
Sms.Customer.WebServices.SMSScriptService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Sms.Customer.WebServices.SMSScriptService._staticInstance.get_defaultUserContext(); }
Sms.Customer.WebServices.SMSScriptService.set_defaultSucceededCallback = function(value) { 
 Sms.Customer.WebServices.SMSScriptService._staticInstance.set_defaultSucceededCallback(value); }
Sms.Customer.WebServices.SMSScriptService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Sms.Customer.WebServices.SMSScriptService._staticInstance.get_defaultSucceededCallback(); }
Sms.Customer.WebServices.SMSScriptService.set_defaultFailedCallback = function(value) { 
Sms.Customer.WebServices.SMSScriptService._staticInstance.set_defaultFailedCallback(value); }
Sms.Customer.WebServices.SMSScriptService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Sms.Customer.WebServices.SMSScriptService._staticInstance.get_defaultFailedCallback(); }
Sms.Customer.WebServices.SMSScriptService.set_path("/Customer/WebServices/SMSScriptService.asmx");
Sms.Customer.WebServices.SMSScriptService.ListFlatscreenMakeModel= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.ListFlatscreenMakeModel(onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.ListFlatscreenManufacturer= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.ListFlatscreenManufacturer(onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.ListFlatscreenWeight= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.ListFlatscreenWeight(onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.ListFlatscreenModelsByManufacturer= function(manufacturer,onSuccess,onFailed,userContext) {
/// <param name="manufacturer" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.ListFlatscreenModelsByManufacturer(manufacturer,onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.CheckFlatscreenModelsByManufacturer= function(prodId,productId,pageId,lang,onSuccess,onFailed,userContext) {
/// <param name="prodId" type="String">System.String</param>
/// <param name="productId" type="String">System.String</param>
/// <param name="pageId" type="String">System.String</param>
/// <param name="lang" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.CheckFlatscreenModelsByManufacturer(prodId,productId,pageId,lang,onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.ListProjectorManufacturer= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.ListProjectorManufacturer(onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.ListProjectorModelsByManufacturer= function(manufacturer,onSuccess,onFailed,userContext) {
/// <param name="manufacturer" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.ListProjectorModelsByManufacturer(manufacturer,onSuccess,onFailed,userContext); }
Sms.Customer.WebServices.SMSScriptService.CheckProjectorModelsByManufacturer= function(prodId,productId,pageId,lang,onSuccess,onFailed,userContext) {
/// <param name="prodId" type="String">System.String</param>
/// <param name="productId" type="String">System.String</param>
/// <param name="pageId" type="String">System.String</param>
/// <param name="lang" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Sms.Customer.WebServices.SMSScriptService._staticInstance.CheckProjectorModelsByManufacturer(prodId,productId,pageId,lang,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Sms.Customer.prodImport');
if (typeof(Sms.Customer.prodImport.FlatscreenMakeModel) === 'undefined') {
Sms.Customer.prodImport.FlatscreenMakeModel=gtc("Sms.Customer.prodImport.FlatscreenMakeModel");
Sms.Customer.prodImport.FlatscreenMakeModel.registerClass('Sms.Customer.prodImport.FlatscreenMakeModel');
}
if (typeof(Sms.Customer.prodImport.ProjectorMakeModel) === 'undefined') {
Sms.Customer.prodImport.ProjectorMakeModel=gtc("Sms.Customer.prodImport.ProjectorMakeModel");
Sms.Customer.prodImport.ProjectorMakeModel.registerClass('Sms.Customer.prodImport.ProjectorMakeModel');
}
