Type.registerNamespace('www.thefilter.com.WebServices');
www.thefilter.com.WebServices.Recommendations=function() {
www.thefilter.com.WebServices.Recommendations.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
www.thefilter.com.WebServices.Recommendations.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return www.thefilter.com.WebServices.Recommendations._staticInstance.get_path();},
GetArtistSuggestions:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetArtistSuggestions',false,{userId:userId},succeededCallback,failedCallback,userContext); },
GetFilmSuggestions:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilmSuggestions',false,{userId:userId},succeededCallback,failedCallback,userContext); },
GetItemEssentials:function(itemIds,itemTypeName,numberOfEssentials,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetItemEssentials',false,{itemIds:itemIds,itemTypeName:itemTypeName,numberOfEssentials:numberOfEssentials},succeededCallback,failedCallback,userContext); }}
www.thefilter.com.WebServices.Recommendations.registerClass('www.thefilter.com.WebServices.Recommendations',Sys.Net.WebServiceProxy);
www.thefilter.com.WebServices.Recommendations._staticInstance = new www.thefilter.com.WebServices.Recommendations();
www.thefilter.com.WebServices.Recommendations.set_path = function(value) { www.thefilter.com.WebServices.Recommendations._staticInstance.set_path(value); }
www.thefilter.com.WebServices.Recommendations.get_path = function() { return www.thefilter.com.WebServices.Recommendations._staticInstance.get_path(); }
www.thefilter.com.WebServices.Recommendations.set_timeout = function(value) { www.thefilter.com.WebServices.Recommendations._staticInstance.set_timeout(value); }
www.thefilter.com.WebServices.Recommendations.get_timeout = function() { return www.thefilter.com.WebServices.Recommendations._staticInstance.get_timeout(); }
www.thefilter.com.WebServices.Recommendations.set_defaultUserContext = function(value) { www.thefilter.com.WebServices.Recommendations._staticInstance.set_defaultUserContext(value); }
www.thefilter.com.WebServices.Recommendations.get_defaultUserContext = function() { return www.thefilter.com.WebServices.Recommendations._staticInstance.get_defaultUserContext(); }
www.thefilter.com.WebServices.Recommendations.set_defaultSucceededCallback = function(value) { www.thefilter.com.WebServices.Recommendations._staticInstance.set_defaultSucceededCallback(value); }
www.thefilter.com.WebServices.Recommendations.get_defaultSucceededCallback = function() { return www.thefilter.com.WebServices.Recommendations._staticInstance.get_defaultSucceededCallback(); }
www.thefilter.com.WebServices.Recommendations.set_defaultFailedCallback = function(value) { www.thefilter.com.WebServices.Recommendations._staticInstance.set_defaultFailedCallback(value); }
www.thefilter.com.WebServices.Recommendations.get_defaultFailedCallback = function() { return www.thefilter.com.WebServices.Recommendations._staticInstance.get_defaultFailedCallback(); }
www.thefilter.com.WebServices.Recommendations.set_path("/App_WebServices/Recommendations.asmx");
www.thefilter.com.WebServices.Recommendations.GetArtistSuggestions= function(userId,onSuccess,onFailed,userContext) {www.thefilter.com.WebServices.Recommendations._staticInstance.GetArtistSuggestions(userId,onSuccess,onFailed,userContext); }
www.thefilter.com.WebServices.Recommendations.GetFilmSuggestions= function(userId,onSuccess,onFailed,userContext) {www.thefilter.com.WebServices.Recommendations._staticInstance.GetFilmSuggestions(userId,onSuccess,onFailed,userContext); }
www.thefilter.com.WebServices.Recommendations.GetItemEssentials= function(itemIds,itemTypeName,numberOfEssentials,onSuccess,onFailed,userContext) {www.thefilter.com.WebServices.Recommendations._staticInstance.GetItemEssentials(itemIds,itemTypeName,numberOfEssentials,onSuccess,onFailed,userContext); }
