Type.registerNamespace('KonicaMinolta.DownloadSelector.Web');
KonicaMinolta.DownloadSelector.Web.DataServices=function() {
KonicaMinolta.DownloadSelector.Web.DataServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
KonicaMinolta.DownloadSelector.Web.DataServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.get_path();},
GetProductGroups:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductGroups',false,{},succeededCallback,failedCallback,userContext); },
GetProductTypes:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductTypes',false,{},succeededCallback,failedCallback,userContext); },
GetFileTypeMapByProduct:function(productIds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFileTypeMapByProduct',true,{productIds:productIds},succeededCallback,failedCallback,userContext); },
GetAllProducts:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllProducts',false,{},succeededCallback,failedCallback,userContext); },
GetProducts:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProducts',false,{},succeededCallback,failedCallback,userContext); },
GetProductCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetMagicTextCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMagicTextCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetProductsByType:function(productTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductsByType',false,{productTypeId:productTypeId},succeededCallback,failedCallback,userContext); },
GetProductsByGroup:function(productGroupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductsByGroup',false,{productGroupId:productGroupId},succeededCallback,failedCallback,userContext); },
GetFileTypes:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFileTypes',false,{},succeededCallback,failedCallback,userContext); },
GetOperatingSystems:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetOperatingSystems',false,{},succeededCallback,failedCallback,userContext); },
GetPDLTypes:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPDLTypes',false,{},succeededCallback,failedCallback,userContext); },
GetTopFiles:function(count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTopFiles',false,{count:count},succeededCallback,failedCallback,userContext); },
GetTopFilesByFileType:function(typeId,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTopFilesByFileType',false,{typeId:typeId,count:count},succeededCallback,failedCallback,userContext); },
GetRecentFiles:function(count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRecentFiles',false,{count:count},succeededCallback,failedCallback,userContext); },
GetRecentFilesByFileType:function(typeId,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRecentFilesByFileType',false,{typeId:typeId,count:count},succeededCallback,failedCallback,userContext); },
GetFiles:function(model,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFiles',false,{model:model},succeededCallback,failedCallback,userContext); },
GetFilesByOS:function(osId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilesByOS',false,{osId:osId},succeededCallback,failedCallback,userContext); },
GetFilesByProduct:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilesByProduct',false,{productId:productId},succeededCallback,failedCallback,userContext); },
GetFilesByFileType:function(typeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilesByFileType',false,{typeId:typeId},succeededCallback,failedCallback,userContext); },
GetFileDetails:function(fileId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFileDetails',false,{fileId:fileId},succeededCallback,failedCallback,userContext); },
GetSearchCount:function(productIds,fileTypeIds,osIds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSearchCount',false,{productIds:productIds,fileTypeIds:fileTypeIds,osIds:osIds},succeededCallback,failedCallback,userContext); }}
KonicaMinolta.DownloadSelector.Web.DataServices.registerClass('KonicaMinolta.DownloadSelector.Web.DataServices',Sys.Net.WebServiceProxy);
KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance = new KonicaMinolta.DownloadSelector.Web.DataServices();
KonicaMinolta.DownloadSelector.Web.DataServices.set_path = function(value) { KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.set_path(value); }
KonicaMinolta.DownloadSelector.Web.DataServices.get_path = function() { return KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.get_path(); }
KonicaMinolta.DownloadSelector.Web.DataServices.set_timeout = function(value) { KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.set_timeout(value); }
KonicaMinolta.DownloadSelector.Web.DataServices.get_timeout = function() { return KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.get_timeout(); }
KonicaMinolta.DownloadSelector.Web.DataServices.set_defaultUserContext = function(value) { KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.set_defaultUserContext(value); }
KonicaMinolta.DownloadSelector.Web.DataServices.get_defaultUserContext = function() { return KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.get_defaultUserContext(); }
KonicaMinolta.DownloadSelector.Web.DataServices.set_defaultSucceededCallback = function(value) { KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.set_defaultSucceededCallback(value); }
KonicaMinolta.DownloadSelector.Web.DataServices.get_defaultSucceededCallback = function() { return KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.get_defaultSucceededCallback(); }
KonicaMinolta.DownloadSelector.Web.DataServices.set_defaultFailedCallback = function(value) { KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.set_defaultFailedCallback(value); }
KonicaMinolta.DownloadSelector.Web.DataServices.get_defaultFailedCallback = function() { return KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.get_defaultFailedCallback(); }
KonicaMinolta.DownloadSelector.Web.DataServices.set_path("/download/DataServices.asmx");
KonicaMinolta.DownloadSelector.Web.DataServices.GetProductGroups= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetProductGroups(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetProductTypes= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetProductTypes(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFileTypeMapByProduct= function(productIds,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFileTypeMapByProduct(productIds,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetAllProducts= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetAllProducts(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetProducts= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetProducts(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetProductCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetProductCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetMagicTextCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetMagicTextCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetProductsByType= function(productTypeId,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetProductsByType(productTypeId,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetProductsByGroup= function(productGroupId,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetProductsByGroup(productGroupId,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFileTypes= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFileTypes(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetOperatingSystems= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetOperatingSystems(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetPDLTypes= function(onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetPDLTypes(onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetTopFiles= function(count,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetTopFiles(count,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetTopFilesByFileType= function(typeId,count,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetTopFilesByFileType(typeId,count,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetRecentFiles= function(count,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetRecentFiles(count,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetRecentFilesByFileType= function(typeId,count,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetRecentFilesByFileType(typeId,count,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFiles= function(model,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFiles(model,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFilesByOS= function(osId,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFilesByOS(osId,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFilesByProduct= function(productId,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFilesByProduct(productId,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFilesByFileType= function(typeId,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFilesByFileType(typeId,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetFileDetails= function(fileId,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetFileDetails(fileId,onSuccess,onFailed,userContext); }
KonicaMinolta.DownloadSelector.Web.DataServices.GetSearchCount= function(productIds,fileTypeIds,osIds,onSuccess,onFailed,userContext) {KonicaMinolta.DownloadSelector.Web.DataServices._staticInstance.GetSearchCount(productIds,fileTypeIds,osIds,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(KonicaMinolta.DownloadSelector.Web.GenericDropDownData) === 'undefined') {
KonicaMinolta.DownloadSelector.Web.GenericDropDownData=gtc("KonicaMinolta.DownloadSelector.Web.GenericDropDownData");
KonicaMinolta.DownloadSelector.Web.GenericDropDownData.registerClass('KonicaMinolta.DownloadSelector.Web.GenericDropDownData');
}
if (typeof(KonicaMinolta.DownloadSelector.Web.FileTypeOperatingSystemMap) === 'undefined') {
KonicaMinolta.DownloadSelector.Web.FileTypeOperatingSystemMap=gtc("KonicaMinolta.DownloadSelector.Web.FileTypeOperatingSystemMap");
KonicaMinolta.DownloadSelector.Web.FileTypeOperatingSystemMap.registerClass('KonicaMinolta.DownloadSelector.Web.FileTypeOperatingSystemMap');
}
if (typeof(KonicaMinolta.DownloadSelector.Web.ProductData) === 'undefined') {
KonicaMinolta.DownloadSelector.Web.ProductData=gtc("KonicaMinolta.DownloadSelector.Web.ProductData");
KonicaMinolta.DownloadSelector.Web.ProductData.registerClass('KonicaMinolta.DownloadSelector.Web.ProductData');
}
if (typeof(KonicaMinolta.DownloadSelector.Web.FileDetail) === 'undefined') {
KonicaMinolta.DownloadSelector.Web.FileDetail=gtc("KonicaMinolta.DownloadSelector.Web.FileDetail");
KonicaMinolta.DownloadSelector.Web.FileDetail.registerClass('KonicaMinolta.DownloadSelector.Web.FileDetail');
}
