Type.registerNamespace('iSoccer.UI.WebService');
iSoccer.UI.WebService.RegisterService=function() {
iSoccer.UI.WebService.RegisterService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
iSoccer.UI.WebService.RegisterService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return iSoccer.UI.WebService.RegisterService._staticInstance.get_path();},
GetAdminRegions:function(CountryCode,succeededCallback, failedCallback, userContext) {
/// <param name="CountryCode" 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(), 'GetAdminRegions',false,{CountryCode:CountryCode},succeededCallback,failedCallback,userContext); },
AdminRegions_Get:function(request,succeededCallback, failedCallback, userContext) {
/// <param name="request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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(), 'AdminRegions_Get',false,{request:request},succeededCallback,failedCallback,userContext); },
AdminRegions_GetWithAll:function(request,succeededCallback, failedCallback, userContext) {
/// <param name="request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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(), 'AdminRegions_GetWithAll',false,{request:request},succeededCallback,failedCallback,userContext); },
GetAdminRegionByPostalCode:function(CountryCode,PostalCode,succeededCallback, failedCallback, userContext) {
/// <param name="CountryCode" type="String">System.String</param>
/// <param name="PostalCode" 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(), 'GetAdminRegionByPostalCode',false,{CountryCode:CountryCode,PostalCode:PostalCode},succeededCallback,failedCallback,userContext); },
GetHelp:function(helpId,succeededCallback, failedCallback, userContext) {
/// <param name="helpId" 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(), 'GetHelp',false,{helpId:helpId},succeededCallback,failedCallback,userContext); }}
iSoccer.UI.WebService.RegisterService.registerClass('iSoccer.UI.WebService.RegisterService',Sys.Net.WebServiceProxy);
iSoccer.UI.WebService.RegisterService._staticInstance = new iSoccer.UI.WebService.RegisterService();
iSoccer.UI.WebService.RegisterService.set_path = function(value) {
iSoccer.UI.WebService.RegisterService._staticInstance.set_path(value); }
iSoccer.UI.WebService.RegisterService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return iSoccer.UI.WebService.RegisterService._staticInstance.get_path();}
iSoccer.UI.WebService.RegisterService.set_timeout = function(value) {
iSoccer.UI.WebService.RegisterService._staticInstance.set_timeout(value); }
iSoccer.UI.WebService.RegisterService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return iSoccer.UI.WebService.RegisterService._staticInstance.get_timeout(); }
iSoccer.UI.WebService.RegisterService.set_defaultUserContext = function(value) { 
iSoccer.UI.WebService.RegisterService._staticInstance.set_defaultUserContext(value); }
iSoccer.UI.WebService.RegisterService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return iSoccer.UI.WebService.RegisterService._staticInstance.get_defaultUserContext(); }
iSoccer.UI.WebService.RegisterService.set_defaultSucceededCallback = function(value) { 
 iSoccer.UI.WebService.RegisterService._staticInstance.set_defaultSucceededCallback(value); }
iSoccer.UI.WebService.RegisterService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return iSoccer.UI.WebService.RegisterService._staticInstance.get_defaultSucceededCallback(); }
iSoccer.UI.WebService.RegisterService.set_defaultFailedCallback = function(value) { 
iSoccer.UI.WebService.RegisterService._staticInstance.set_defaultFailedCallback(value); }
iSoccer.UI.WebService.RegisterService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return iSoccer.UI.WebService.RegisterService._staticInstance.get_defaultFailedCallback(); }
iSoccer.UI.WebService.RegisterService.set_path("/WebService/RegisterService.asmx");
iSoccer.UI.WebService.RegisterService.GetAdminRegions= function(CountryCode,onSuccess,onFailed,userContext) {
/// <param name="CountryCode" 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>
iSoccer.UI.WebService.RegisterService._staticInstance.GetAdminRegions(CountryCode,onSuccess,onFailed,userContext); }
iSoccer.UI.WebService.RegisterService.AdminRegions_Get= function(request,onSuccess,onFailed,userContext) {
/// <param name="request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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>
iSoccer.UI.WebService.RegisterService._staticInstance.AdminRegions_Get(request,onSuccess,onFailed,userContext); }
iSoccer.UI.WebService.RegisterService.AdminRegions_GetWithAll= function(request,onSuccess,onFailed,userContext) {
/// <param name="request" type="ComponentArt.Web.UI.GridWebServiceSelectRequest">ComponentArt.Web.UI.GridWebServiceSelectRequest</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>
iSoccer.UI.WebService.RegisterService._staticInstance.AdminRegions_GetWithAll(request,onSuccess,onFailed,userContext); }
iSoccer.UI.WebService.RegisterService.GetAdminRegionByPostalCode= function(CountryCode,PostalCode,onSuccess,onFailed,userContext) {
/// <param name="CountryCode" type="String">System.String</param>
/// <param name="PostalCode" 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>
iSoccer.UI.WebService.RegisterService._staticInstance.GetAdminRegionByPostalCode(CountryCode,PostalCode,onSuccess,onFailed,userContext); }
iSoccer.UI.WebService.RegisterService.GetHelp= function(helpId,onSuccess,onFailed,userContext) {
/// <param name="helpId" 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>
iSoccer.UI.WebService.RegisterService._staticInstance.GetHelp(helpId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('ComponentArt.Web.UI');
if (typeof(ComponentArt.Web.UI.GridWebServiceSelectRequest) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectRequest=gtc("ComponentArt.Web.UI.GridWebServiceSelectRequest");
ComponentArt.Web.UI.GridWebServiceSelectRequest.registerClass('ComponentArt.Web.UI.GridWebServiceSelectRequest');
}
if (typeof(ComponentArt.Web.UI.GridWebServiceSelectResponse) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectResponse=gtc("ComponentArt.Web.UI.GridWebServiceSelectResponse");
ComponentArt.Web.UI.GridWebServiceSelectResponse.registerClass('ComponentArt.Web.UI.GridWebServiceSelectResponse');
}
