var SongsToolTipWebService=function() {
SongsToolTipWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SongsToolTipWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SongsToolTipWebService._staticInstance.get_path();},
GetSongInfo:function(context,succeededCallback, failedCallback, userContext) {
/// <param name="context">System.Object</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(), 'GetSongInfo',false,{context:context},succeededCallback,failedCallback,userContext); },
GetPlaylistInfo:function(context,succeededCallback, failedCallback, userContext) {
/// <param name="context">System.Object</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(), 'GetPlaylistInfo',false,{context:context},succeededCallback,failedCallback,userContext); },
GetLeadInfoEx:function(iLeadID,uidUser,succeededCallback, failedCallback, userContext) {
/// <param name="iLeadID" type="Number">System.Int32</param>
/// <param name="uidUser" 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(), 'GetLeadInfoEx',false,{iLeadID:iLeadID,uidUser:uidUser},succeededCallback,failedCallback,userContext); },
GetLeadInfo:function(context,succeededCallback, failedCallback, userContext) {
/// <param name="context">System.Object</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(), 'GetLeadInfo',false,{context:context},succeededCallback,failedCallback,userContext); },
GetItems:function(context,succeededCallback, failedCallback, userContext) {
/// <param name="context" type="Object">Telerik.Web.UI.RadComboBoxContext</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(), 'GetItems',false,{context:context},succeededCallback,failedCallback,userContext); }}
SongsToolTipWebService.registerClass('SongsToolTipWebService',Sys.Net.WebServiceProxy);
SongsToolTipWebService._staticInstance = new SongsToolTipWebService();
SongsToolTipWebService.set_path = function(value) {
SongsToolTipWebService._staticInstance.set_path(value); }
SongsToolTipWebService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SongsToolTipWebService._staticInstance.get_path();}
SongsToolTipWebService.set_timeout = function(value) {
SongsToolTipWebService._staticInstance.set_timeout(value); }
SongsToolTipWebService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SongsToolTipWebService._staticInstance.get_timeout(); }
SongsToolTipWebService.set_defaultUserContext = function(value) { 
SongsToolTipWebService._staticInstance.set_defaultUserContext(value); }
SongsToolTipWebService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SongsToolTipWebService._staticInstance.get_defaultUserContext(); }
SongsToolTipWebService.set_defaultSucceededCallback = function(value) { 
 SongsToolTipWebService._staticInstance.set_defaultSucceededCallback(value); }
SongsToolTipWebService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SongsToolTipWebService._staticInstance.get_defaultSucceededCallback(); }
SongsToolTipWebService.set_defaultFailedCallback = function(value) { 
SongsToolTipWebService._staticInstance.set_defaultFailedCallback(value); }
SongsToolTipWebService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SongsToolTipWebService._staticInstance.get_defaultFailedCallback(); }
SongsToolTipWebService.set_enableJsonp = function(value) { SongsToolTipWebService._staticInstance.set_enableJsonp(value); }
SongsToolTipWebService.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return SongsToolTipWebService._staticInstance.get_enableJsonp(); }
SongsToolTipWebService.set_jsonpCallbackParameter = function(value) { SongsToolTipWebService._staticInstance.set_jsonpCallbackParameter(value); }
SongsToolTipWebService.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return SongsToolTipWebService._staticInstance.get_jsonpCallbackParameter(); }
SongsToolTipWebService.set_path("/SongsToolTipWebService.asmx");
SongsToolTipWebService.GetSongInfo= function(context,onSuccess,onFailed,userContext) {
/// <param name="context">System.Object</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>
SongsToolTipWebService._staticInstance.GetSongInfo(context,onSuccess,onFailed,userContext); }
SongsToolTipWebService.GetPlaylistInfo= function(context,onSuccess,onFailed,userContext) {
/// <param name="context">System.Object</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>
SongsToolTipWebService._staticInstance.GetPlaylistInfo(context,onSuccess,onFailed,userContext); }
SongsToolTipWebService.GetLeadInfoEx= function(iLeadID,uidUser,onSuccess,onFailed,userContext) {
/// <param name="iLeadID" type="Number">System.Int32</param>
/// <param name="uidUser" 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>
SongsToolTipWebService._staticInstance.GetLeadInfoEx(iLeadID,uidUser,onSuccess,onFailed,userContext); }
SongsToolTipWebService.GetLeadInfo= function(context,onSuccess,onFailed,userContext) {
/// <param name="context">System.Object</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>
SongsToolTipWebService._staticInstance.GetLeadInfo(context,onSuccess,onFailed,userContext); }
SongsToolTipWebService.GetItems= function(context,onSuccess,onFailed,userContext) {
/// <param name="context" type="Object">Telerik.Web.UI.RadComboBoxContext</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>
SongsToolTipWebService._staticInstance.GetItems(context,onSuccess,onFailed,userContext); }

