Type.registerNamespace('StevesBlinds.Web.WebServices');
StevesBlinds.Web.WebServices.WallpaperService=function() {
StevesBlinds.Web.WebServices.WallpaperService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
StevesBlinds.Web.WebServices.WallpaperService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return StevesBlinds.Web.WebServices.WallpaperService._staticInstance.get_path();},
GetBooks:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetBooks',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetGuidedSearchDropDownContents:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetGuidedSearchDropDownContents',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
RequestEmailAFriendContent:function(contentType,succeededCallback, failedCallback, userContext) {
/// <param name="contentType" type="StevesBlinds.Web.Constants_EmailAFriendType">StevesBlinds.Web.Constants+EmailAFriendType</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RequestEmailAFriendContent',false,{contentType:contentType},succeededCallback,failedCallback,userContext); }}
StevesBlinds.Web.WebServices.WallpaperService.registerClass('StevesBlinds.Web.WebServices.WallpaperService',Sys.Net.WebServiceProxy);
StevesBlinds.Web.WebServices.WallpaperService._staticInstance = new StevesBlinds.Web.WebServices.WallpaperService();
StevesBlinds.Web.WebServices.WallpaperService.set_path = function(value) {
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.set_path(value); }
StevesBlinds.Web.WebServices.WallpaperService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return StevesBlinds.Web.WebServices.WallpaperService._staticInstance.get_path();}
StevesBlinds.Web.WebServices.WallpaperService.set_timeout = function(value) {
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.set_timeout(value); }
StevesBlinds.Web.WebServices.WallpaperService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return StevesBlinds.Web.WebServices.WallpaperService._staticInstance.get_timeout(); }
StevesBlinds.Web.WebServices.WallpaperService.set_defaultUserContext = function(value) { 
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.set_defaultUserContext(value); }
StevesBlinds.Web.WebServices.WallpaperService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return StevesBlinds.Web.WebServices.WallpaperService._staticInstance.get_defaultUserContext(); }
StevesBlinds.Web.WebServices.WallpaperService.set_defaultSucceededCallback = function(value) { 
 StevesBlinds.Web.WebServices.WallpaperService._staticInstance.set_defaultSucceededCallback(value); }
StevesBlinds.Web.WebServices.WallpaperService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return StevesBlinds.Web.WebServices.WallpaperService._staticInstance.get_defaultSucceededCallback(); }
StevesBlinds.Web.WebServices.WallpaperService.set_defaultFailedCallback = function(value) { 
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.set_defaultFailedCallback(value); }
StevesBlinds.Web.WebServices.WallpaperService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return StevesBlinds.Web.WebServices.WallpaperService._staticInstance.get_defaultFailedCallback(); }
StevesBlinds.Web.WebServices.WallpaperService.set_path("/WebServices/WallpaperService.asmx");
StevesBlinds.Web.WebServices.WallpaperService.GetBooks= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.GetBooks(prefixText,count,onSuccess,onFailed,userContext); }
StevesBlinds.Web.WebServices.WallpaperService.GetGuidedSearchDropDownContents= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.GetGuidedSearchDropDownContents(knownCategoryValues,category,onSuccess,onFailed,userContext); }
StevesBlinds.Web.WebServices.WallpaperService.RequestEmailAFriendContent= function(contentType,onSuccess,onFailed,userContext) {
/// <param name="contentType" type="StevesBlinds.Web.Constants_EmailAFriendType">StevesBlinds.Web.Constants+EmailAFriendType</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
StevesBlinds.Web.WebServices.WallpaperService._staticInstance.RequestEmailAFriendContent(contentType,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
Type.registerNamespace('StevesBlinds.Web');
if (typeof(StevesBlinds.Web.EmailAFriendType) === 'undefined') {
StevesBlinds.Web.EmailAFriendType = function() { throw Error.invalidOperation(); }
StevesBlinds.Web.EmailAFriendType.prototype = {BlindsCollection: 0,Cart: 1,WishList: 2,WallpaperProduct: 3}
StevesBlinds.Web.EmailAFriendType.registerEnum('StevesBlinds.Web.EmailAFriendType', true);
}
