Type.registerNamespace('Gamemcasa.WebServices');
Gamemcasa.WebServices.wsCliente=function() {
Gamemcasa.WebServices.wsCliente.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Gamemcasa.WebServices.wsCliente.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Gamemcasa.WebServices.wsCliente._staticInstance.get_path();},
OcorrenciaAction:function(NomeCliente,Email,TituloGame,TipoOcorrencia,Mensagem,succeededCallback, failedCallback, userContext) {
/// <param name="NomeCliente" type="String">System.String</param>
/// <param name="Email" type="String">System.String</param>
/// <param name="TituloGame" type="String">System.String</param>
/// <param name="TipoOcorrencia" type="String">System.String</param>
/// <param name="Mensagem" 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(), 'OcorrenciaAction',false,{NomeCliente:NomeCliente,Email:Email,TituloGame:TituloGame,TipoOcorrencia:TipoOcorrencia,Mensagem:Mensagem},succeededCallback,failedCallback,userContext); },
AgendarColeta:function(IdClienteGame,DataColeta,MigrarFreeTrial,Envelope,succeededCallback, failedCallback, userContext) {
/// <param name="IdClienteGame" type="String">System.String</param>
/// <param name="DataColeta" type="String">System.String</param>
/// <param name="MigrarFreeTrial" type="Boolean">System.Boolean</param>
/// <param name="Envelope" type="Boolean">System.Boolean</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(), 'AgendarColeta',false,{IdClienteGame:IdClienteGame,DataColeta:DataColeta,MigrarFreeTrial:MigrarFreeTrial,Envelope:Envelope},succeededCallback,failedCallback,userContext); },
CancelarColeta:function(IdClienteGame,succeededCallback, failedCallback, userContext) {
/// <param name="IdClienteGame" 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(), 'CancelarColeta',false,{IdClienteGame:IdClienteGame},succeededCallback,failedCallback,userContext); },
IncluirNaLista:function(IdCliente,IdGame,succeededCallback, failedCallback, userContext) {
/// <param name="IdCliente" type="Number">System.Int32</param>
/// <param name="IdGame" 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(), 'IncluirNaLista',false,{IdCliente:IdCliente,IdGame:IdGame},succeededCallback,failedCallback,userContext); },
ContatoAction:function(NomeCliente,Email,IdClienteTroca,Mensagem,succeededCallback, failedCallback, userContext) {
/// <param name="NomeCliente" type="String">System.String</param>
/// <param name="Email" type="String">System.String</param>
/// <param name="IdClienteTroca" type="String">System.String</param>
/// <param name="Mensagem" 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(), 'ContatoAction',false,{NomeCliente:NomeCliente,Email:Email,IdClienteTroca:IdClienteTroca,Mensagem:Mensagem},succeededCallback,failedCallback,userContext); },
AtualizarEntrega:function(NumeroPedido,succeededCallback, failedCallback, userContext) {
/// <param name="NumeroPedido" 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(), 'AtualizarEntrega',false,{NumeroPedido:NumeroPedido},succeededCallback,failedCallback,userContext); }}
Gamemcasa.WebServices.wsCliente.registerClass('Gamemcasa.WebServices.wsCliente',Sys.Net.WebServiceProxy);
Gamemcasa.WebServices.wsCliente._staticInstance = new Gamemcasa.WebServices.wsCliente();
Gamemcasa.WebServices.wsCliente.set_path = function(value) {
Gamemcasa.WebServices.wsCliente._staticInstance.set_path(value); }
Gamemcasa.WebServices.wsCliente.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Gamemcasa.WebServices.wsCliente._staticInstance.get_path();}
Gamemcasa.WebServices.wsCliente.set_timeout = function(value) {
Gamemcasa.WebServices.wsCliente._staticInstance.set_timeout(value); }
Gamemcasa.WebServices.wsCliente.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Gamemcasa.WebServices.wsCliente._staticInstance.get_timeout(); }
Gamemcasa.WebServices.wsCliente.set_defaultUserContext = function(value) { 
Gamemcasa.WebServices.wsCliente._staticInstance.set_defaultUserContext(value); }
Gamemcasa.WebServices.wsCliente.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Gamemcasa.WebServices.wsCliente._staticInstance.get_defaultUserContext(); }
Gamemcasa.WebServices.wsCliente.set_defaultSucceededCallback = function(value) { 
 Gamemcasa.WebServices.wsCliente._staticInstance.set_defaultSucceededCallback(value); }
Gamemcasa.WebServices.wsCliente.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Gamemcasa.WebServices.wsCliente._staticInstance.get_defaultSucceededCallback(); }
Gamemcasa.WebServices.wsCliente.set_defaultFailedCallback = function(value) { 
Gamemcasa.WebServices.wsCliente._staticInstance.set_defaultFailedCallback(value); }
Gamemcasa.WebServices.wsCliente.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Gamemcasa.WebServices.wsCliente._staticInstance.get_defaultFailedCallback(); }
Gamemcasa.WebServices.wsCliente.set_path("/WebServices/wsCliente.asmx");
Gamemcasa.WebServices.wsCliente.OcorrenciaAction= function(NomeCliente,Email,TituloGame,TipoOcorrencia,Mensagem,onSuccess,onFailed,userContext) {
/// <param name="NomeCliente" type="String">System.String</param>
/// <param name="Email" type="String">System.String</param>
/// <param name="TituloGame" type="String">System.String</param>
/// <param name="TipoOcorrencia" type="String">System.String</param>
/// <param name="Mensagem" 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>
Gamemcasa.WebServices.wsCliente._staticInstance.OcorrenciaAction(NomeCliente,Email,TituloGame,TipoOcorrencia,Mensagem,onSuccess,onFailed,userContext); }
Gamemcasa.WebServices.wsCliente.AgendarColeta= function(IdClienteGame,DataColeta,MigrarFreeTrial,Envelope,onSuccess,onFailed,userContext) {
/// <param name="IdClienteGame" type="String">System.String</param>
/// <param name="DataColeta" type="String">System.String</param>
/// <param name="MigrarFreeTrial" type="Boolean">System.Boolean</param>
/// <param name="Envelope" type="Boolean">System.Boolean</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>
Gamemcasa.WebServices.wsCliente._staticInstance.AgendarColeta(IdClienteGame,DataColeta,MigrarFreeTrial,Envelope,onSuccess,onFailed,userContext); }
Gamemcasa.WebServices.wsCliente.CancelarColeta= function(IdClienteGame,onSuccess,onFailed,userContext) {
/// <param name="IdClienteGame" 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>
Gamemcasa.WebServices.wsCliente._staticInstance.CancelarColeta(IdClienteGame,onSuccess,onFailed,userContext); }
Gamemcasa.WebServices.wsCliente.IncluirNaLista= function(IdCliente,IdGame,onSuccess,onFailed,userContext) {
/// <param name="IdCliente" type="Number">System.Int32</param>
/// <param name="IdGame" 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>
Gamemcasa.WebServices.wsCliente._staticInstance.IncluirNaLista(IdCliente,IdGame,onSuccess,onFailed,userContext); }
Gamemcasa.WebServices.wsCliente.ContatoAction= function(NomeCliente,Email,IdClienteTroca,Mensagem,onSuccess,onFailed,userContext) {
/// <param name="NomeCliente" type="String">System.String</param>
/// <param name="Email" type="String">System.String</param>
/// <param name="IdClienteTroca" type="String">System.String</param>
/// <param name="Mensagem" 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>
Gamemcasa.WebServices.wsCliente._staticInstance.ContatoAction(NomeCliente,Email,IdClienteTroca,Mensagem,onSuccess,onFailed,userContext); }
Gamemcasa.WebServices.wsCliente.AtualizarEntrega= function(NumeroPedido,onSuccess,onFailed,userContext) {
/// <param name="NumeroPedido" 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>
Gamemcasa.WebServices.wsCliente._staticInstance.AtualizarEntrega(NumeroPedido,onSuccess,onFailed,userContext); }
