var CorrService=function() {
CorrService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CorrService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CorrService._staticInstance.get_path();},
SetPhoneFeatures:function(strPhoneId,FeatureList,succeededCallback, failedCallback, userContext) {
/// <param name="strPhoneId" type="String">System.String</param>
/// <param name="FeatureList" 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(), 'SetPhoneFeatures',false,{strPhoneId:strPhoneId,FeatureList:FeatureList},succeededCallback,failedCallback,userContext); },
GetSelectorData:function(widgetTable,widgetId,widgetItemsTable,itemsTable,itemType,itemList,destinationId,updateControlId,succeededCallback, failedCallback, userContext) {
/// <param name="widgetTable" type="String">System.String</param>
/// <param name="widgetId" type="String">System.String</param>
/// <param name="widgetItemsTable" type="String">System.String</param>
/// <param name="itemsTable" type="String">System.String</param>
/// <param name="itemType" type="String">System.String</param>
/// <param name="itemList" type="String">System.String</param>
/// <param name="destinationId" type="String">System.String</param>
/// <param name="updateControlId" 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(), 'GetSelectorData',false,{widgetTable:widgetTable,widgetId:widgetId,widgetItemsTable:widgetItemsTable,itemsTable:itemsTable,itemType:itemType,itemList:itemList,destinationId:destinationId,updateControlId:updateControlId},succeededCallback,failedCallback,userContext); },
ProcessCommand:function(strParams,succeededCallback, failedCallback, userContext) {
/// <param name="strParams" 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(), 'ProcessCommand',false,{strParams:strParams},succeededCallback,failedCallback,userContext); },
GetPopUpData:function(strKey,strId,destinationId,succeededCallback, failedCallback, userContext) {
/// <param name="strKey" type="String">System.String</param>
/// <param name="strId" type="String">System.String</param>
/// <param name="destinationId" 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(), 'GetPopUpData',false,{strKey:strKey,strId:strId,destinationId:destinationId},succeededCallback,failedCallback,userContext); },
HelloWorld: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(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); }}
CorrService.registerClass('CorrService',Sys.Net.WebServiceProxy);
CorrService._staticInstance = new CorrService();
CorrService.set_path = function(value) {
CorrService._staticInstance.set_path(value); }
CorrService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CorrService._staticInstance.get_path();}
CorrService.set_timeout = function(value) {
CorrService._staticInstance.set_timeout(value); }
CorrService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CorrService._staticInstance.get_timeout(); }
CorrService.set_defaultUserContext = function(value) { 
CorrService._staticInstance.set_defaultUserContext(value); }
CorrService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CorrService._staticInstance.get_defaultUserContext(); }
CorrService.set_defaultSucceededCallback = function(value) { 
 CorrService._staticInstance.set_defaultSucceededCallback(value); }
CorrService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CorrService._staticInstance.get_defaultSucceededCallback(); }
CorrService.set_defaultFailedCallback = function(value) { 
CorrService._staticInstance.set_defaultFailedCallback(value); }
CorrService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CorrService._staticInstance.get_defaultFailedCallback(); }
CorrService.set_path("/CorrService.asmx");
CorrService.SetPhoneFeatures= function(strPhoneId,FeatureList,onSuccess,onFailed,userContext) {
/// <param name="strPhoneId" type="String">System.String</param>
/// <param name="FeatureList" 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>
CorrService._staticInstance.SetPhoneFeatures(strPhoneId,FeatureList,onSuccess,onFailed,userContext); }
CorrService.GetSelectorData= function(widgetTable,widgetId,widgetItemsTable,itemsTable,itemType,itemList,destinationId,updateControlId,onSuccess,onFailed,userContext) {
/// <param name="widgetTable" type="String">System.String</param>
/// <param name="widgetId" type="String">System.String</param>
/// <param name="widgetItemsTable" type="String">System.String</param>
/// <param name="itemsTable" type="String">System.String</param>
/// <param name="itemType" type="String">System.String</param>
/// <param name="itemList" type="String">System.String</param>
/// <param name="destinationId" type="String">System.String</param>
/// <param name="updateControlId" 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>
CorrService._staticInstance.GetSelectorData(widgetTable,widgetId,widgetItemsTable,itemsTable,itemType,itemList,destinationId,updateControlId,onSuccess,onFailed,userContext); }
CorrService.ProcessCommand= function(strParams,onSuccess,onFailed,userContext) {
/// <param name="strParams" 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>
CorrService._staticInstance.ProcessCommand(strParams,onSuccess,onFailed,userContext); }
CorrService.GetPopUpData= function(strKey,strId,destinationId,onSuccess,onFailed,userContext) {
/// <param name="strKey" type="String">System.String</param>
/// <param name="strId" type="String">System.String</param>
/// <param name="destinationId" 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>
CorrService._staticInstance.GetPopUpData(strKey,strId,destinationId,onSuccess,onFailed,userContext); }
CorrService.HelloWorld= 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>
CorrService._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
