Type.registerNamespace('VlikeVintage');
VlikeVintage.WebService=function() {
VlikeVintage.WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
VlikeVintage.WebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return VlikeVintage.WebService._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
GetServerTime:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetServerTime',false,{},succeededCallback,failedCallback,userContext); },
GetCounter_Pictures:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCounter_Pictures',false,{},succeededCallback,failedCallback,userContext); },
GetCounter_User:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCounter_User',false,{},succeededCallback,failedCallback,userContext); },
TranslateText:function(Input,Parameter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TranslateText',false,{Input:Input,Parameter:Parameter},succeededCallback,failedCallback,userContext); },
TagSuggest:function(Tagwords,LanguageTwoLetter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TagSuggest',false,{Tagwords:Tagwords,LanguageTwoLetter:LanguageTwoLetter},succeededCallback,failedCallback,userContext); },
NicknameSuggest:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'NicknameSuggest',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetGeocoordinates:function(Country,City,Street,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGeocoordinates',false,{Country:Country,City:City,Street:Street},succeededCallback,failedCallback,userContext); },
AutoComplete:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AutoComplete',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetMarkerObject:function(index,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarkerObject',false,{index:index},succeededCallback,failedCallback,userContext); },
GetMarkerObjectBySearchword:function(index,searchword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarkerObjectBySearchword',false,{index:index,searchword:searchword},succeededCallback,failedCallback,userContext); },
GetMarker:function(index,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarker',false,{index:index},succeededCallback,failedCallback,userContext); },
GetMarkerBySearchword:function(index,searchWord,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarkerBySearchword',false,{index:index,searchWord:searchWord},succeededCallback,failedCallback,userContext); },
GetMarker_Count:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarker_Count',false,{},succeededCallback,failedCallback,userContext); },
GetMarkerCountBySearchword:function(searchWord,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarkerCountBySearchword',false,{searchWord:searchWord},succeededCallback,failedCallback,userContext); },
GetMarkerCountBySearchwordAndSearchwordOptional:function(searchWord,searchwordOptional,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMarkerCountBySearchwordAndSearchwordOptional',false,{searchWord:searchWord,searchwordOptional:searchwordOptional},succeededCallback,failedCallback,userContext); },
GetFrontendText:function(Id,CountryId,CustomerSiteId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFrontendText',false,{Id:Id,CountryId:CountryId,CustomerSiteId:CustomerSiteId},succeededCallback,failedCallback,userContext); }}
VlikeVintage.WebService.registerClass('VlikeVintage.WebService',Sys.Net.WebServiceProxy);
VlikeVintage.WebService._staticInstance = new VlikeVintage.WebService();
VlikeVintage.WebService.set_path = function(value) { VlikeVintage.WebService._staticInstance.set_path(value); }
VlikeVintage.WebService.get_path = function() { return VlikeVintage.WebService._staticInstance.get_path(); }
VlikeVintage.WebService.set_timeout = function(value) { VlikeVintage.WebService._staticInstance.set_timeout(value); }
VlikeVintage.WebService.get_timeout = function() { return VlikeVintage.WebService._staticInstance.get_timeout(); }
VlikeVintage.WebService.set_defaultUserContext = function(value) { VlikeVintage.WebService._staticInstance.set_defaultUserContext(value); }
VlikeVintage.WebService.get_defaultUserContext = function() { return VlikeVintage.WebService._staticInstance.get_defaultUserContext(); }
VlikeVintage.WebService.set_defaultSucceededCallback = function(value) { VlikeVintage.WebService._staticInstance.set_defaultSucceededCallback(value); }
VlikeVintage.WebService.get_defaultSucceededCallback = function() { return VlikeVintage.WebService._staticInstance.get_defaultSucceededCallback(); }
VlikeVintage.WebService.set_defaultFailedCallback = function(value) { VlikeVintage.WebService._staticInstance.set_defaultFailedCallback(value); }
VlikeVintage.WebService.get_defaultFailedCallback = function() { return VlikeVintage.WebService._staticInstance.get_defaultFailedCallback(); }
VlikeVintage.WebService.set_path("/Services/WebService.asmx");
VlikeVintage.WebService.HelloWorld= function(onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetServerTime= function(onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetServerTime(onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetCounter_Pictures= function(onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetCounter_Pictures(onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetCounter_User= function(onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetCounter_User(onSuccess,onFailed,userContext); }
VlikeVintage.WebService.TranslateText= function(Input,Parameter,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.TranslateText(Input,Parameter,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.TagSuggest= function(Tagwords,LanguageTwoLetter,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.TagSuggest(Tagwords,LanguageTwoLetter,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.NicknameSuggest= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.NicknameSuggest(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetGeocoordinates= function(Country,City,Street,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetGeocoordinates(Country,City,Street,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.AutoComplete= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.AutoComplete(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarkerObject= function(index,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarkerObject(index,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarkerObjectBySearchword= function(index,searchword,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarkerObjectBySearchword(index,searchword,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarker= function(index,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarker(index,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarkerBySearchword= function(index,searchWord,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarkerBySearchword(index,searchWord,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarker_Count= function(onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarker_Count(onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarkerCountBySearchword= function(searchWord,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarkerCountBySearchword(searchWord,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetMarkerCountBySearchwordAndSearchwordOptional= function(searchWord,searchwordOptional,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetMarkerCountBySearchwordAndSearchwordOptional(searchWord,searchwordOptional,onSuccess,onFailed,userContext); }
VlikeVintage.WebService.GetFrontendText= function(Id,CountryId,CustomerSiteId,onSuccess,onFailed,userContext) {VlikeVintage.WebService._staticInstance.GetFrontendText(Id,CountryId,CustomerSiteId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(VlikeVintage.ImageGeotag) === 'undefined') {
VlikeVintage.ImageGeotag=gtc("VlikeVintage.ImageGeotag");
VlikeVintage.ImageGeotag.registerClass('VlikeVintage.ImageGeotag');
}
