var Resort=function() {
Resort.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Resort.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Resort._staticInstance.get_path();},
FillFeaturedResortsPaid:function(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,Searchobj,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FillFeaturedResortsPaid',false,{stindex:stindex,pgsize:pgsize,PagingFunction:PagingFunction,IsViewAll:IsViewAll,IsGreen:IsGreen,Searchobj:Searchobj},succeededCallback,failedCallback,userContext); },
FillFeaturedResorts:function(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,ContinentID,countryid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FillFeaturedResorts',false,{stindex:stindex,pgsize:pgsize,PagingFunction:PagingFunction,IsViewAll:IsViewAll,IsGreen:IsGreen,ContinentID:ContinentID,countryid:countryid},succeededCallback,failedCallback,userContext); },
FillResortsBySearch:function(stindex,pgsize,PagingFunction,IsViewAll,keyword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FillResortsBySearch',false,{stindex:stindex,pgsize:pgsize,PagingFunction:PagingFunction,IsViewAll:IsViewAll,keyword:keyword},succeededCallback,failedCallback,userContext); },
FillNonFeaturedResorts:function(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,Searchobj,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FillNonFeaturedResorts',false,{stindex:stindex,pgsize:pgsize,PagingFunction:PagingFunction,IsViewAll:IsViewAll,IsGreen:IsGreen,Searchobj:Searchobj},succeededCallback,failedCallback,userContext); }}
Resort.registerClass('Resort',Sys.Net.WebServiceProxy);
Resort._staticInstance = new Resort();
Resort.set_path = function(value) { Resort._staticInstance.set_path(value); }
Resort.get_path = function() { return Resort._staticInstance.get_path(); }
Resort.set_timeout = function(value) { Resort._staticInstance.set_timeout(value); }
Resort.get_timeout = function() { return Resort._staticInstance.get_timeout(); }
Resort.set_defaultUserContext = function(value) { Resort._staticInstance.set_defaultUserContext(value); }
Resort.get_defaultUserContext = function() { return Resort._staticInstance.get_defaultUserContext(); }
Resort.set_defaultSucceededCallback = function(value) { Resort._staticInstance.set_defaultSucceededCallback(value); }
Resort.get_defaultSucceededCallback = function() { return Resort._staticInstance.get_defaultSucceededCallback(); }
Resort.set_defaultFailedCallback = function(value) { Resort._staticInstance.set_defaultFailedCallback(value); }
Resort.get_defaultFailedCallback = function() { return Resort._staticInstance.get_defaultFailedCallback(); }
Resort.set_path("/WS/Resort.asmx");
Resort.FillFeaturedResortsPaid= function(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,Searchobj,onSuccess,onFailed,userContext) {Resort._staticInstance.FillFeaturedResortsPaid(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,Searchobj,onSuccess,onFailed,userContext); }
Resort.FillFeaturedResorts= function(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,ContinentID,countryid,onSuccess,onFailed,userContext) {Resort._staticInstance.FillFeaturedResorts(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,ContinentID,countryid,onSuccess,onFailed,userContext); }
Resort.FillResortsBySearch= function(stindex,pgsize,PagingFunction,IsViewAll,keyword,onSuccess,onFailed,userContext) {Resort._staticInstance.FillResortsBySearch(stindex,pgsize,PagingFunction,IsViewAll,keyword,onSuccess,onFailed,userContext); }
Resort.FillNonFeaturedResorts= function(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,Searchobj,onSuccess,onFailed,userContext) {Resort._staticInstance.FillNonFeaturedResorts(stindex,pgsize,PagingFunction,IsViewAll,IsGreen,Searchobj,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(ReturnValues) === 'undefined') {
var ReturnValues=gtc("ReturnValues");
ReturnValues.registerClass('ReturnValues');
}

