Type.registerNamespace('Members.Services');
Members.Services.Misc=function() {
Members.Services.Misc.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Members.Services.Misc.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Members.Services.Misc._staticInstance.get_path();},
GetCredits:function(idPlayer,bDollar,bRounded,idCustomer,succeededCallback, failedCallback, userContext) {
/// <param name="idPlayer" type="Number">System.UInt32</param>
/// <param name="bDollar" type="Boolean">System.Boolean</param>
/// <param name="bRounded" type="Boolean">System.Boolean</param>
/// <param name="idCustomer" type="Number">System.UInt32</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(), 'GetCredits',false,{idPlayer:idPlayer,bDollar:bDollar,bRounded:bRounded,idCustomer:idCustomer},succeededCallback,failedCallback,userContext); },
KeepAlive: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(), 'KeepAlive',false,{},succeededCallback,failedCallback,userContext); },
GetFreePoints:function(idPlayer,idCustomer,succeededCallback, failedCallback, userContext) {
/// <param name="idPlayer" type="Number">System.UInt32</param>
/// <param name="idCustomer" type="Number">System.UInt32</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(), 'GetFreePoints',false,{idPlayer:idPlayer,idCustomer:idCustomer},succeededCallback,failedCallback,userContext); },
LogClientError:function(contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="contextKey" 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(), 'LogClientError',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
ValidateNickname:function(contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="contextKey" 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(), 'ValidateNickname',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetJackpotValues:function(idCurrency,idCustomer,succeededCallback, failedCallback, userContext) {
/// <param name="idCurrency" type="Number">System.UInt32</param>
/// <param name="idCustomer" type="Number">System.UInt32</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(), 'GetJackpotValues',false,{idCurrency:idCurrency,idCustomer:idCustomer},succeededCallback,failedCallback,userContext); },
GetPlayers: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(), 'GetPlayers',false,{},succeededCallback,failedCallback,userContext); },
GetPlayLink:function(idType,idDef,idPackage,idCustomer,succeededCallback, failedCallback, userContext) {
/// <param name="idType" type="Number">System.UInt32</param>
/// <param name="idDef" type="Number">System.UInt32</param>
/// <param name="idPackage" type="Number">System.UInt32</param>
/// <param name="idCustomer" type="Number">System.UInt32</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(), 'GetPlayLink',false,{idType:idType,idDef:idDef,idPackage:idPackage,idCustomer:idCustomer},succeededCallback,failedCallback,userContext); },
GetLocalPaths:function(idCustomer,succeededCallback, failedCallback, userContext) {
/// <param name="idCustomer" type="Number">System.UInt32</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(), 'GetLocalPaths',false,{idCustomer:idCustomer},succeededCallback,failedCallback,userContext); },
GetCurrencies: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(), 'GetCurrencies',false,{},succeededCallback,failedCallback,userContext); },
GetWinners:function(idCustomer,sType,nTopN,nLengthTrim,succeededCallback, failedCallback, userContext) {
/// <param name="idCustomer" type="Number">System.UInt32</param>
/// <param name="sType" type="String">System.String</param>
/// <param name="nTopN" type="Number">System.Int32</param>
/// <param name="nLengthTrim" 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(), 'GetWinners',false,{idCustomer:idCustomer,sType:sType,nTopN:nTopN,nLengthTrim:nLengthTrim},succeededCallback,failedCallback,userContext); }}
Members.Services.Misc.registerClass('Members.Services.Misc',Sys.Net.WebServiceProxy);
Members.Services.Misc._staticInstance = new Members.Services.Misc();
Members.Services.Misc.set_path = function(value) {
Members.Services.Misc._staticInstance.set_path(value); }
Members.Services.Misc.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Members.Services.Misc._staticInstance.get_path();}
Members.Services.Misc.set_timeout = function(value) {
Members.Services.Misc._staticInstance.set_timeout(value); }
Members.Services.Misc.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Members.Services.Misc._staticInstance.get_timeout(); }
Members.Services.Misc.set_defaultUserContext = function(value) { 
Members.Services.Misc._staticInstance.set_defaultUserContext(value); }
Members.Services.Misc.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Members.Services.Misc._staticInstance.get_defaultUserContext(); }
Members.Services.Misc.set_defaultSucceededCallback = function(value) { 
 Members.Services.Misc._staticInstance.set_defaultSucceededCallback(value); }
Members.Services.Misc.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Members.Services.Misc._staticInstance.get_defaultSucceededCallback(); }
Members.Services.Misc.set_defaultFailedCallback = function(value) { 
Members.Services.Misc._staticInstance.set_defaultFailedCallback(value); }
Members.Services.Misc.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Members.Services.Misc._staticInstance.get_defaultFailedCallback(); }
Members.Services.Misc.set_path("/services/Misc.asmx");
Members.Services.Misc.GetCredits= function(idPlayer,bDollar,bRounded,idCustomer,onSuccess,onFailed,userContext) {
/// <param name="idPlayer" type="Number">System.UInt32</param>
/// <param name="bDollar" type="Boolean">System.Boolean</param>
/// <param name="bRounded" type="Boolean">System.Boolean</param>
/// <param name="idCustomer" type="Number">System.UInt32</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>
Members.Services.Misc._staticInstance.GetCredits(idPlayer,bDollar,bRounded,idCustomer,onSuccess,onFailed,userContext); }
Members.Services.Misc.KeepAlive= 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>
Members.Services.Misc._staticInstance.KeepAlive(onSuccess,onFailed,userContext); }
Members.Services.Misc.GetFreePoints= function(idPlayer,idCustomer,onSuccess,onFailed,userContext) {
/// <param name="idPlayer" type="Number">System.UInt32</param>
/// <param name="idCustomer" type="Number">System.UInt32</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>
Members.Services.Misc._staticInstance.GetFreePoints(idPlayer,idCustomer,onSuccess,onFailed,userContext); }
Members.Services.Misc.LogClientError= function(contextKey,onSuccess,onFailed,userContext) {
/// <param name="contextKey" 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>
Members.Services.Misc._staticInstance.LogClientError(contextKey,onSuccess,onFailed,userContext); }
Members.Services.Misc.ValidateNickname= function(contextKey,onSuccess,onFailed,userContext) {
/// <param name="contextKey" 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>
Members.Services.Misc._staticInstance.ValidateNickname(contextKey,onSuccess,onFailed,userContext); }
Members.Services.Misc.GetJackpotValues= function(idCurrency,idCustomer,onSuccess,onFailed,userContext) {
/// <param name="idCurrency" type="Number">System.UInt32</param>
/// <param name="idCustomer" type="Number">System.UInt32</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>
Members.Services.Misc._staticInstance.GetJackpotValues(idCurrency,idCustomer,onSuccess,onFailed,userContext); }
Members.Services.Misc.GetPlayers= 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>
Members.Services.Misc._staticInstance.GetPlayers(onSuccess,onFailed,userContext); }
Members.Services.Misc.GetPlayLink= function(idType,idDef,idPackage,idCustomer,onSuccess,onFailed,userContext) {
/// <param name="idType" type="Number">System.UInt32</param>
/// <param name="idDef" type="Number">System.UInt32</param>
/// <param name="idPackage" type="Number">System.UInt32</param>
/// <param name="idCustomer" type="Number">System.UInt32</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>
Members.Services.Misc._staticInstance.GetPlayLink(idType,idDef,idPackage,idCustomer,onSuccess,onFailed,userContext); }
Members.Services.Misc.GetLocalPaths= function(idCustomer,onSuccess,onFailed,userContext) {
/// <param name="idCustomer" type="Number">System.UInt32</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>
Members.Services.Misc._staticInstance.GetLocalPaths(idCustomer,onSuccess,onFailed,userContext); }
Members.Services.Misc.GetCurrencies= 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>
Members.Services.Misc._staticInstance.GetCurrencies(onSuccess,onFailed,userContext); }
Members.Services.Misc.GetWinners= function(idCustomer,sType,nTopN,nLengthTrim,onSuccess,onFailed,userContext) {
/// <param name="idCustomer" type="Number">System.UInt32</param>
/// <param name="sType" type="String">System.String</param>
/// <param name="nTopN" type="Number">System.Int32</param>
/// <param name="nLengthTrim" 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>
Members.Services.Misc._staticInstance.GetWinners(idCustomer,sType,nTopN,nLengthTrim,onSuccess,onFailed,userContext); }
