Type.registerNamespace('RM.IS.Web.Application.PortalShop.WebServices');
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations=function() {
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.get_path();},
Get:function(param,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get',false,{param:param},succeededCallback,failedCallback,userContext); },
Search:function(searchTerm,sector,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Search',false,{searchTerm:searchTerm,sector:sector},succeededCallback,failedCallback,userContext); }}
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.registerClass('RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations',Sys.Net.WebServiceProxy);
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance = new RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations();
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.set_path = function(value) { RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.set_path(value); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.get_path = function() { return RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.get_path(); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.set_timeout = function(value) { RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.set_timeout(value); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.get_timeout = function() { return RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.get_timeout(); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.set_defaultUserContext = function(value) { RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.set_defaultUserContext(value); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.get_defaultUserContext = function() { return RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.get_defaultUserContext(); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.set_defaultSucceededCallback = function(value) { RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.set_defaultSucceededCallback(value); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.get_defaultSucceededCallback = function() { return RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.get_defaultSucceededCallback(); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.set_defaultFailedCallback = function(value) { RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.set_defaultFailedCallback(value); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.get_defaultFailedCallback = function() { return RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.get_defaultFailedCallback(); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.set_path("/shops/WebServices/ProductRecommendations.asmx");
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.Get= function(param,onSuccess,onFailed,userContext) {RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.Get(param,onSuccess,onFailed,userContext); }
RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations.Search= function(searchTerm,sector,onSuccess,onFailed,userContext) {RM.IS.Web.Application.PortalShop.WebServices.ProductRecommendations._staticInstance.Search(searchTerm,sector,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('RM.IS.Web.Entity.PortalShop');
if (typeof(RM.IS.Web.Entity.PortalShop.BasementEstablishment) === 'undefined') {
RM.IS.Web.Entity.PortalShop.BasementEstablishment=gtc("RM.IS.Web.Entity.PortalShop.BasementEstablishment");
RM.IS.Web.Entity.PortalShop.BasementEstablishment.registerClass('RM.IS.Web.Entity.PortalShop.BasementEstablishment');
}
