Type.registerNamespace('SiTrainWorldApplication.WebServices');
SiTrainWorldApplication.WebServices.GlobalContent=function() {
SiTrainWorldApplication.WebServices.GlobalContent.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SiTrainWorldApplication.WebServices.GlobalContent.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.get_path();},
GetWorldMapLayerContent:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWorldMapLayerContent',false,{},succeededCallback,failedCallback,userContext); },
GetTrainingTopicLayerContent:function(catalogid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTrainingTopicLayerContent',false,{catalogid:catalogid},succeededCallback,failedCallback,userContext); },
GetTrainingTopicLayerDetailContent:function(topicid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTrainingTopicLayerDetailContent',false,{topicid:topicid},succeededCallback,failedCallback,userContext); },
GetTrainingTopicLayerCountriesContent:function(topicid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTrainingTopicLayerCountriesContent',false,{topicid:topicid},succeededCallback,failedCallback,userContext); },
GetWorldContactsLayerContent:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWorldContactsLayerContent',false,{},succeededCallback,failedCallback,userContext); },
FillContactWordwideLayerFiltered:function(contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FillContactWordwideLayerFiltered',false,{contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetWorldContactsLayerDetailContent:function(country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWorldContactsLayerDetailContent',false,{country:country},succeededCallback,failedCallback,userContext); },
GetFullAddressByCountry2:function(country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFullAddressByCountry2',false,{country:country},succeededCallback,failedCallback,userContext); }}
SiTrainWorldApplication.WebServices.GlobalContent.registerClass('SiTrainWorldApplication.WebServices.GlobalContent',Sys.Net.WebServiceProxy);
SiTrainWorldApplication.WebServices.GlobalContent._staticInstance = new SiTrainWorldApplication.WebServices.GlobalContent();
SiTrainWorldApplication.WebServices.GlobalContent.set_path = function(value) { SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.set_path(value); }
SiTrainWorldApplication.WebServices.GlobalContent.get_path = function() { return SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.get_path(); }
SiTrainWorldApplication.WebServices.GlobalContent.set_timeout = function(value) { SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.set_timeout(value); }
SiTrainWorldApplication.WebServices.GlobalContent.get_timeout = function() { return SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.get_timeout(); }
SiTrainWorldApplication.WebServices.GlobalContent.set_defaultUserContext = function(value) { SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.set_defaultUserContext(value); }
SiTrainWorldApplication.WebServices.GlobalContent.get_defaultUserContext = function() { return SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.get_defaultUserContext(); }
SiTrainWorldApplication.WebServices.GlobalContent.set_defaultSucceededCallback = function(value) { SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.set_defaultSucceededCallback(value); }
SiTrainWorldApplication.WebServices.GlobalContent.get_defaultSucceededCallback = function() { return SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.get_defaultSucceededCallback(); }
SiTrainWorldApplication.WebServices.GlobalContent.set_defaultFailedCallback = function(value) { SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.set_defaultFailedCallback(value); }
SiTrainWorldApplication.WebServices.GlobalContent.get_defaultFailedCallback = function() { return SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.get_defaultFailedCallback(); }
SiTrainWorldApplication.WebServices.GlobalContent.set_path("/sitrainworld/WebServices/GlobalContent.asmx");
SiTrainWorldApplication.WebServices.GlobalContent.GetWorldMapLayerContent= function(onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetWorldMapLayerContent(onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.GetTrainingTopicLayerContent= function(catalogid,onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetTrainingTopicLayerContent(catalogid,onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.GetTrainingTopicLayerDetailContent= function(topicid,onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetTrainingTopicLayerDetailContent(topicid,onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.GetTrainingTopicLayerCountriesContent= function(topicid,onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetTrainingTopicLayerCountriesContent(topicid,onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.GetWorldContactsLayerContent= function(onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetWorldContactsLayerContent(onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.FillContactWordwideLayerFiltered= function(contextKey,onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.FillContactWordwideLayerFiltered(contextKey,onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.GetWorldContactsLayerDetailContent= function(country,onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetWorldContactsLayerDetailContent(country,onSuccess,onFailed,userContext); }
SiTrainWorldApplication.WebServices.GlobalContent.GetFullAddressByCountry2= function(country,onSuccess,onFailed,userContext) {SiTrainWorldApplication.WebServices.GlobalContent._staticInstance.GetFullAddressByCountry2(country,onSuccess,onFailed,userContext); }
