var AdvantechWebServiceLocal=function() {
AdvantechWebServiceLocal.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AdvantechWebServiceLocal.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AdvantechWebServiceLocal._staticInstance.get_path();},
AddRating:function(title,url,rate,comments,succeededCallback, failedCallback, userContext) {
/// <param name="title" type="String">System.String</param>
/// <param name="url" type="String">System.String</param>
/// <param name="rate" type="Number">System.Int32</param>
/// <param name="comments" 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(), 'AddRating',false,{title:title,url:url,rate:rate,comments:comments},succeededCallback,failedCallback,userContext); },
getPressroomNews: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(), 'getPressroomNews',false,{},succeededCallback,failedCallback,userContext); },
getCorpEvents: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(), 'getCorpEvents',false,{},succeededCallback,failedCallback,userContext); },
getCorpEventsByRBU:function(RBU,succeededCallback, failedCallback, userContext) {
/// <param name="RBU" 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(), 'getCorpEventsByRBU',false,{RBU:RBU},succeededCallback,failedCallback,userContext); },
getCMS_CategoryName_ListBy:function(strCatalogName,succeededCallback, failedCallback, userContext) {
/// <param name="strCatalogName" 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(), 'getCMS_CategoryName_ListBy',false,{strCatalogName:strCatalogName},succeededCallback,failedCallback,userContext); },
getCMS_Category_ListBy:function(strCatalogName,strFilter,succeededCallback, failedCallback, userContext) {
/// <param name="strCatalogName" type="String">System.String</param>
/// <param name="strFilter" 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(), 'getCMS_Category_ListBy',false,{strCatalogName:strCatalogName,strFilter:strFilter},succeededCallback,failedCallback,userContext); },
getCMS:function(stringBUList,stringCMSType,stringRBU,succeededCallback, failedCallback, userContext) {
/// <param name="stringBUList" type="String">System.String</param>
/// <param name="stringCMSType" type="String">System.String</param>
/// <param name="stringRBU" 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(), 'getCMS',false,{stringBUList:stringBUList,stringCMSType:stringCMSType,stringRBU:stringRBU},succeededCallback,failedCallback,userContext); },
getCMSByBAA:function(stringBAAList,stringCMSType,stringRBU,intReturnRow,succeededCallback, failedCallback, userContext) {
/// <param name="stringBAAList" type="String">System.String</param>
/// <param name="stringCMSType" type="String">System.String</param>
/// <param name="stringRBU" type="String">System.String</param>
/// <param name="intReturnRow" type="Number">System.Int32</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(), 'getCMSByBAA',false,{stringBAAList:stringBAAList,stringCMSType:stringCMSType,stringRBU:stringRBU,intReturnRow:intReturnRow},succeededCallback,failedCallback,userContext); },
getCMSBy:function(strCMSType,strRBU,list_CL,list_BU,list_PD,list_BAA,list_eJF,list_eL,list_Activity,strContactLocation,intReturnRow,succeededCallback, failedCallback, userContext) {
/// <param name="strCMSType" type="String">System.String</param>
/// <param name="strRBU" type="String">System.String</param>
/// <param name="list_CL" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_BU" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_PD" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_BAA" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_eJF" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_eL" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_Activity" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="strContactLocation" type="String">System.String</param>
/// <param name="intReturnRow" type="Number">System.Int32</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(), 'getCMSBy',false,{strCMSType:strCMSType,strRBU:strRBU,list_CL:list_CL,list_BU:list_BU,list_PD:list_PD,list_BAA:list_BAA,list_eJF:list_eJF,list_eL:list_eL,list_Activity:list_Activity,strContactLocation:strContactLocation,intReturnRow:intReturnRow},succeededCallback,failedCallback,userContext); },
getCMSMaster:function(cmsID,succeededCallback, failedCallback, userContext) {
/// <param name="cmsID" 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(), 'getCMSMaster',false,{cmsID:cmsID},succeededCallback,failedCallback,userContext); },
getCMSDetailContent:function(cmsID,succeededCallback, failedCallback, userContext) {
/// <param name="cmsID" 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(), 'getCMSDetailContent',false,{cmsID:cmsID},succeededCallback,failedCallback,userContext); },
getCMS_ProductCategoryList:function(CMSID,succeededCallback, failedCallback, userContext) {
/// <param name="CMSID" 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(), 'getCMS_ProductCategoryList',false,{CMSID:CMSID},succeededCallback,failedCallback,userContext); },
GetRating:function(url,succeededCallback, failedCallback, userContext) {
/// <param name="url" 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(), 'GetRating',false,{url:url},succeededCallback,failedCallback,userContext); },
getModelInfo:function(keyword,succeededCallback, failedCallback, userContext) {
/// <param name="keyword" 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(), 'getModelInfo',false,{keyword:keyword},succeededCallback,failedCallback,userContext); },
getProductInfoByPartNumber:function(strPartNumber,succeededCallback, failedCallback, userContext) {
/// <param name="strPartNumber" 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(), 'getProductInfoByPartNumber',false,{strPartNumber:strPartNumber},succeededCallback,failedCallback,userContext); },
Add:function(a,b,succeededCallback, failedCallback, userContext) {
/// <param name="a" type="Number">System.Int32</param>
/// <param name="b" type="Number">System.Int32</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(), 'Add',false,{a:a,b:b},succeededCallback,failedCallback,userContext); },
getModelList:function(keyword,succeededCallback, failedCallback, userContext) {
/// <param name="keyword" 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(), 'getModelList',false,{keyword:keyword},succeededCallback,failedCallback,userContext); },
GetModelCategoryIDList:function(keyword,succeededCallback, failedCallback, userContext) {
/// <param name="keyword" 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(), 'GetModelCategoryIDList',false,{keyword:keyword},succeededCallback,failedCallback,userContext); },
GetModelDetailInfo:function(categoryid,succeededCallback, failedCallback, userContext) {
/// <param name="categoryid" 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(), 'GetModelDetailInfo',false,{categoryid:categoryid},succeededCallback,failedCallback,userContext); },
AddBannerLog:function(ID,Type,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="Type" 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(), 'AddBannerLog',false,{ID:ID,Type:Type},succeededCallback,failedCallback,userContext); },
AddProductLog:function(CATEGORY_ID,PARENT_CATEGORY_ID,BU,Type,succeededCallback, failedCallback, userContext) {
/// <param name="CATEGORY_ID" type="String">System.String</param>
/// <param name="PARENT_CATEGORY_ID" type="String">System.String</param>
/// <param name="BU" type="String">System.String</param>
/// <param name="Type" 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(), 'AddProductLog',false,{CATEGORY_ID:CATEGORY_ID,PARENT_CATEGORY_ID:PARENT_CATEGORY_ID,BU:BU,Type:Type},succeededCallback,failedCallback,userContext); },
CheckeStoreProduct:function(PN,CTOSsiteID,ElementID,succeededCallback, failedCallback, userContext) {
/// <param name="PN" type="String">System.String</param>
/// <param name="CTOSsiteID" type="String">System.String</param>
/// <param name="ElementID" 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(), 'CheckeStoreProduct',false,{PN:PN,CTOSsiteID:CTOSsiteID,ElementID:ElementID},succeededCallback,failedCallback,userContext); },
CheckBuyProduct:function(PN,SiteID,ElementID,succeededCallback, failedCallback, userContext) {
/// <param name="PN" type="String">System.String</param>
/// <param name="SiteID" type="String">System.String</param>
/// <param name="ElementID" 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(), 'CheckBuyProduct',false,{PN:PN,SiteID:SiteID,ElementID:ElementID},succeededCallback,failedCallback,userContext); },
getOnlineUser: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(), 'getOnlineUser',false,{},succeededCallback,failedCallback,userContext); },
getSEOAdminLink:function(Path,succeededCallback, failedCallback, userContext) {
/// <param name="Path" 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(), 'getSEOAdminLink',false,{Path:Path},succeededCallback,failedCallback,userContext); },
getModelImage:function(partNumber,LitType,succeededCallback, failedCallback, userContext) {
/// <param name="partNumber" type="String">System.String</param>
/// <param name="LitType" 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(), 'getModelImage',false,{partNumber:partNumber,LitType:LitType},succeededCallback,failedCallback,userContext); },
checkProductDownloadFile:function(displayName,objectID,succeededCallback, failedCallback, userContext) {
/// <param name="displayName" type="String">System.String</param>
/// <param name="objectID" 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(), 'checkProductDownloadFile',false,{displayName:displayName,objectID:objectID},succeededCallback,failedCallback,userContext); },
getModelDownloadInString:function(partNumber,dataType,succeededCallback, failedCallback, userContext) {
/// <param name="partNumber" type="String">System.String</param>
/// <param name="dataType" 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(), 'getModelDownloadInString',false,{partNumber:partNumber,dataType:dataType},succeededCallback,failedCallback,userContext); },
getRBUInfoByStoreID:function(storeID,succeededCallback, failedCallback, userContext) {
/// <param name="storeID" 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(), 'getRBUInfoByStoreID',false,{storeID:storeID},succeededCallback,failedCallback,userContext); },
CheckURLRedirection: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(), 'CheckURLRedirection',false,{},succeededCallback,failedCallback,userContext); },
CheckSpecDataExist:function(categoryID,succeededCallback, failedCallback, userContext) {
/// <param name="categoryID" 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(), 'CheckSpecDataExist',false,{categoryID:categoryID},succeededCallback,failedCallback,userContext); },
GetCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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(), 'GetCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); }}
AdvantechWebServiceLocal.registerClass('AdvantechWebServiceLocal',Sys.Net.WebServiceProxy);
AdvantechWebServiceLocal._staticInstance = new AdvantechWebServiceLocal();
AdvantechWebServiceLocal.set_path = function(value) {
AdvantechWebServiceLocal._staticInstance.set_path(value); }
AdvantechWebServiceLocal.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return AdvantechWebServiceLocal._staticInstance.get_path();}
AdvantechWebServiceLocal.set_timeout = function(value) {
AdvantechWebServiceLocal._staticInstance.set_timeout(value); }
AdvantechWebServiceLocal.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return AdvantechWebServiceLocal._staticInstance.get_timeout(); }
AdvantechWebServiceLocal.set_defaultUserContext = function(value) { 
AdvantechWebServiceLocal._staticInstance.set_defaultUserContext(value); }
AdvantechWebServiceLocal.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return AdvantechWebServiceLocal._staticInstance.get_defaultUserContext(); }
AdvantechWebServiceLocal.set_defaultSucceededCallback = function(value) { 
 AdvantechWebServiceLocal._staticInstance.set_defaultSucceededCallback(value); }
AdvantechWebServiceLocal.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return AdvantechWebServiceLocal._staticInstance.get_defaultSucceededCallback(); }
AdvantechWebServiceLocal.set_defaultFailedCallback = function(value) { 
AdvantechWebServiceLocal._staticInstance.set_defaultFailedCallback(value); }
AdvantechWebServiceLocal.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return AdvantechWebServiceLocal._staticInstance.get_defaultFailedCallback(); }
AdvantechWebServiceLocal.set_enableJsonp = function(value) { AdvantechWebServiceLocal._staticInstance.set_enableJsonp(value); }
AdvantechWebServiceLocal.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return AdvantechWebServiceLocal._staticInstance.get_enableJsonp(); }
AdvantechWebServiceLocal.set_jsonpCallbackParameter = function(value) { AdvantechWebServiceLocal._staticInstance.set_jsonpCallbackParameter(value); }
AdvantechWebServiceLocal.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return AdvantechWebServiceLocal._staticInstance.get_jsonpCallbackParameter(); }
AdvantechWebServiceLocal.set_path("/webservice/AdvantechWebServiceLocal.asmx");
AdvantechWebServiceLocal.AddRating= function(title,url,rate,comments,onSuccess,onFailed,userContext) {
/// <param name="title" type="String">System.String</param>
/// <param name="url" type="String">System.String</param>
/// <param name="rate" type="Number">System.Int32</param>
/// <param name="comments" 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>
AdvantechWebServiceLocal._staticInstance.AddRating(title,url,rate,comments,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getPressroomNews= 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>
AdvantechWebServiceLocal._staticInstance.getPressroomNews(onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCorpEvents= 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>
AdvantechWebServiceLocal._staticInstance.getCorpEvents(onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCorpEventsByRBU= function(RBU,onSuccess,onFailed,userContext) {
/// <param name="RBU" 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>
AdvantechWebServiceLocal._staticInstance.getCorpEventsByRBU(RBU,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMS_CategoryName_ListBy= function(strCatalogName,onSuccess,onFailed,userContext) {
/// <param name="strCatalogName" 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>
AdvantechWebServiceLocal._staticInstance.getCMS_CategoryName_ListBy(strCatalogName,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMS_Category_ListBy= function(strCatalogName,strFilter,onSuccess,onFailed,userContext) {
/// <param name="strCatalogName" type="String">System.String</param>
/// <param name="strFilter" 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>
AdvantechWebServiceLocal._staticInstance.getCMS_Category_ListBy(strCatalogName,strFilter,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMS= function(stringBUList,stringCMSType,stringRBU,onSuccess,onFailed,userContext) {
/// <param name="stringBUList" type="String">System.String</param>
/// <param name="stringCMSType" type="String">System.String</param>
/// <param name="stringRBU" 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>
AdvantechWebServiceLocal._staticInstance.getCMS(stringBUList,stringCMSType,stringRBU,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMSByBAA= function(stringBAAList,stringCMSType,stringRBU,intReturnRow,onSuccess,onFailed,userContext) {
/// <param name="stringBAAList" type="String">System.String</param>
/// <param name="stringCMSType" type="String">System.String</param>
/// <param name="stringRBU" type="String">System.String</param>
/// <param name="intReturnRow" type="Number">System.Int32</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>
AdvantechWebServiceLocal._staticInstance.getCMSByBAA(stringBAAList,stringCMSType,stringRBU,intReturnRow,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMSBy= function(strCMSType,strRBU,list_CL,list_BU,list_PD,list_BAA,list_eJF,list_eL,list_Activity,strContactLocation,intReturnRow,onSuccess,onFailed,userContext) {
/// <param name="strCMSType" type="String">System.String</param>
/// <param name="strRBU" type="String">System.String</param>
/// <param name="list_CL" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_BU" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_PD" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_BAA" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_eJF" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_eL" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="list_Activity" type="Array">System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</param>
/// <param name="strContactLocation" type="String">System.String</param>
/// <param name="intReturnRow" type="Number">System.Int32</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>
AdvantechWebServiceLocal._staticInstance.getCMSBy(strCMSType,strRBU,list_CL,list_BU,list_PD,list_BAA,list_eJF,list_eL,list_Activity,strContactLocation,intReturnRow,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMSMaster= function(cmsID,onSuccess,onFailed,userContext) {
/// <param name="cmsID" 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>
AdvantechWebServiceLocal._staticInstance.getCMSMaster(cmsID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMSDetailContent= function(cmsID,onSuccess,onFailed,userContext) {
/// <param name="cmsID" 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>
AdvantechWebServiceLocal._staticInstance.getCMSDetailContent(cmsID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getCMS_ProductCategoryList= function(CMSID,onSuccess,onFailed,userContext) {
/// <param name="CMSID" 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>
AdvantechWebServiceLocal._staticInstance.getCMS_ProductCategoryList(CMSID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.GetRating= function(url,onSuccess,onFailed,userContext) {
/// <param name="url" 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>
AdvantechWebServiceLocal._staticInstance.GetRating(url,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getModelInfo= function(keyword,onSuccess,onFailed,userContext) {
/// <param name="keyword" 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>
AdvantechWebServiceLocal._staticInstance.getModelInfo(keyword,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getProductInfoByPartNumber= function(strPartNumber,onSuccess,onFailed,userContext) {
/// <param name="strPartNumber" 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>
AdvantechWebServiceLocal._staticInstance.getProductInfoByPartNumber(strPartNumber,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.Add= function(a,b,onSuccess,onFailed,userContext) {
/// <param name="a" type="Number">System.Int32</param>
/// <param name="b" type="Number">System.Int32</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>
AdvantechWebServiceLocal._staticInstance.Add(a,b,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getModelList= function(keyword,onSuccess,onFailed,userContext) {
/// <param name="keyword" 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>
AdvantechWebServiceLocal._staticInstance.getModelList(keyword,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.GetModelCategoryIDList= function(keyword,onSuccess,onFailed,userContext) {
/// <param name="keyword" 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>
AdvantechWebServiceLocal._staticInstance.GetModelCategoryIDList(keyword,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.GetModelDetailInfo= function(categoryid,onSuccess,onFailed,userContext) {
/// <param name="categoryid" 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>
AdvantechWebServiceLocal._staticInstance.GetModelDetailInfo(categoryid,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.AddBannerLog= function(ID,Type,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="Type" 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>
AdvantechWebServiceLocal._staticInstance.AddBannerLog(ID,Type,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.AddProductLog= function(CATEGORY_ID,PARENT_CATEGORY_ID,BU,Type,onSuccess,onFailed,userContext) {
/// <param name="CATEGORY_ID" type="String">System.String</param>
/// <param name="PARENT_CATEGORY_ID" type="String">System.String</param>
/// <param name="BU" type="String">System.String</param>
/// <param name="Type" 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>
AdvantechWebServiceLocal._staticInstance.AddProductLog(CATEGORY_ID,PARENT_CATEGORY_ID,BU,Type,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.CheckeStoreProduct= function(PN,CTOSsiteID,ElementID,onSuccess,onFailed,userContext) {
/// <param name="PN" type="String">System.String</param>
/// <param name="CTOSsiteID" type="String">System.String</param>
/// <param name="ElementID" 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>
AdvantechWebServiceLocal._staticInstance.CheckeStoreProduct(PN,CTOSsiteID,ElementID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.CheckBuyProduct= function(PN,SiteID,ElementID,onSuccess,onFailed,userContext) {
/// <param name="PN" type="String">System.String</param>
/// <param name="SiteID" type="String">System.String</param>
/// <param name="ElementID" 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>
AdvantechWebServiceLocal._staticInstance.CheckBuyProduct(PN,SiteID,ElementID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getOnlineUser= 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>
AdvantechWebServiceLocal._staticInstance.getOnlineUser(onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getSEOAdminLink= function(Path,onSuccess,onFailed,userContext) {
/// <param name="Path" 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>
AdvantechWebServiceLocal._staticInstance.getSEOAdminLink(Path,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getModelImage= function(partNumber,LitType,onSuccess,onFailed,userContext) {
/// <param name="partNumber" type="String">System.String</param>
/// <param name="LitType" 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>
AdvantechWebServiceLocal._staticInstance.getModelImage(partNumber,LitType,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.checkProductDownloadFile= function(displayName,objectID,onSuccess,onFailed,userContext) {
/// <param name="displayName" type="String">System.String</param>
/// <param name="objectID" 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>
AdvantechWebServiceLocal._staticInstance.checkProductDownloadFile(displayName,objectID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getModelDownloadInString= function(partNumber,dataType,onSuccess,onFailed,userContext) {
/// <param name="partNumber" type="String">System.String</param>
/// <param name="dataType" 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>
AdvantechWebServiceLocal._staticInstance.getModelDownloadInString(partNumber,dataType,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.getRBUInfoByStoreID= function(storeID,onSuccess,onFailed,userContext) {
/// <param name="storeID" 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>
AdvantechWebServiceLocal._staticInstance.getRBUInfoByStoreID(storeID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.CheckURLRedirection= 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>
AdvantechWebServiceLocal._staticInstance.CheckURLRedirection(onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.CheckSpecDataExist= function(categoryID,onSuccess,onFailed,userContext) {
/// <param name="categoryID" 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>
AdvantechWebServiceLocal._staticInstance.CheckSpecDataExist(categoryID,onSuccess,onFailed,userContext); }
AdvantechWebServiceLocal.GetCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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>
AdvantechWebServiceLocal._staticInstance.GetCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataSet) === 'undefined') {
System.Data.DataSet=gtc("System.Data.DataSet");
System.Data.DataSet.registerClass('System.Data.DataSet');
}
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}
Type.registerNamespace('AdvEBiz3.Application.Product');
if (typeof(AdvEBiz3.Application.Product.ProductInfo) === 'undefined') {
AdvEBiz3.Application.Product.ProductInfo=gtc("AdvEBiz3.Application.Product.ProductInfo");
AdvEBiz3.Application.Product.ProductInfo.registerClass('AdvEBiz3.Application.Product.ProductInfo');
}
if (typeof(ModelDataList) === 'undefined') {
var ModelDataList=gtc("ModelDataList");
ModelDataList.registerClass('ModelDataList');
}
if (typeof(ModelCategoryIDList) === 'undefined') {
var ModelCategoryIDList=gtc("ModelCategoryIDList");
ModelCategoryIDList.registerClass('ModelCategoryIDList');
}
if (typeof(ModelDetail) === 'undefined') {
var ModelDetail=gtc("ModelDetail");
ModelDetail.registerClass('ModelDetail');
}

