Type.registerNamespace('Colpa.Service');
Colpa.Service.ListingsOfInterestService=function() {
Colpa.Service.ListingsOfInterestService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Colpa.Service.ListingsOfInterestService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Colpa.Service.ListingsOfInterestService._staticInstance.get_path();},
AddListingsOfInterestStat:function(webContactID,listingID,portalID,sequence,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddListingsOfInterestStat',false,{webContactID:webContactID,listingID:listingID,portalID:portalID,sequence:sequence},succeededCallback,failedCallback,userContext); }}
Colpa.Service.ListingsOfInterestService.registerClass('Colpa.Service.ListingsOfInterestService',Sys.Net.WebServiceProxy);
Colpa.Service.ListingsOfInterestService._staticInstance = new Colpa.Service.ListingsOfInterestService();
Colpa.Service.ListingsOfInterestService.set_path = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_path(value); }
Colpa.Service.ListingsOfInterestService.get_path = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_path(); }
Colpa.Service.ListingsOfInterestService.set_timeout = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_timeout(value); }
Colpa.Service.ListingsOfInterestService.get_timeout = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_timeout(); }
Colpa.Service.ListingsOfInterestService.set_defaultUserContext = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_defaultUserContext(value); }
Colpa.Service.ListingsOfInterestService.get_defaultUserContext = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_defaultUserContext(); }
Colpa.Service.ListingsOfInterestService.set_defaultSucceededCallback = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_defaultSucceededCallback(value); }
Colpa.Service.ListingsOfInterestService.get_defaultSucceededCallback = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_defaultSucceededCallback(); }
Colpa.Service.ListingsOfInterestService.set_defaultFailedCallback = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_defaultFailedCallback(value); }
Colpa.Service.ListingsOfInterestService.get_defaultFailedCallback = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_defaultFailedCallback(); }
Colpa.Service.ListingsOfInterestService.set_enableJsonp = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_enableJsonp(value); }
Colpa.Service.ListingsOfInterestService.get_enableJsonp = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_enableJsonp(); }
Colpa.Service.ListingsOfInterestService.set_jsonpCallbackParameter = function(value) { Colpa.Service.ListingsOfInterestService._staticInstance.set_jsonpCallbackParameter(value); }
Colpa.Service.ListingsOfInterestService.get_jsonpCallbackParameter = function() { return Colpa.Service.ListingsOfInterestService._staticInstance.get_jsonpCallbackParameter(); }
Colpa.Service.ListingsOfInterestService.set_path("/Listing/ListingsOfInterestService.asmx");
Colpa.Service.ListingsOfInterestService.AddListingsOfInterestStat= function(webContactID,listingID,portalID,sequence,onSuccess,onFailed,userContext) {Colpa.Service.ListingsOfInterestService._staticInstance.AddListingsOfInterestStat(webContactID,listingID,portalID,sequence,onSuccess,onFailed,userContext); }

