Type.registerNamespace('logicbase.Shop');
logicbase.Shop.LBShopWebService=function() {
logicbase.Shop.LBShopWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
logicbase.Shop.LBShopWebService.prototype={
_get_path:function() {
var p = this.get_path();
if (p) return p;
else return logicbase.Shop.LBShopWebService._staticInstance.get_path();},
GetControl:function(control,json,succeededCallback, failedCallback, userContext) {
/// System.String
/// Jayrock.Json.JsonArray
///
///
///
return this._invoke(this._get_path(), 'GetControl',false,{control:control,json:json},succeededCallback,failedCallback,userContext); },
RemoveMessage:function(key,succeededCallback, failedCallback, userContext) {
/// System.String
///
///
///
return this._invoke(this._get_path(), 'RemoveMessage',false,{key:key},succeededCallback,failedCallback,userContext); },
AddMessage:function(key,messageType,message,category,severityCode,succeededCallback, failedCallback, userContext) {
/// System.String
/// logicbase.Web.Enums.Message.MessageTypes
/// System.String
/// System.String
/// logicbase.Web.Enums.Message.SeverityCodes
///
///
///
return this._invoke(this._get_path(), 'AddMessage',false,{key:key,messageType:messageType,message:message,category:category,severityCode:severityCode},succeededCallback,failedCallback,userContext); },
AddJsonMessage:function(key,messageJson,succeededCallback, failedCallback, userContext) {
/// System.String
/// Jayrock.Json.JsonObject
///
///
///
return this._invoke(this._get_path(), 'AddJsonMessage',false,{key:key,messageJson:messageJson},succeededCallback,failedCallback,userContext); },
AddMessageObject:function(key,message,succeededCallback, failedCallback, userContext) {
/// System.String
/// logicbase.Web.MessageObject
///
///
///
return this._invoke(this._get_path(), 'AddMessageObject',false,{key:key,message:message},succeededCallback,failedCallback,userContext); },
AddMessagesArray:function(messagesArray,succeededCallback, failedCallback, userContext) {
/// Jayrock.Json.JsonArray
///
///
///
return this._invoke(this._get_path(), 'AddMessagesArray',false,{messagesArray:messagesArray},succeededCallback,failedCallback,userContext); },
SetMessageInactive:function(key,succeededCallback, failedCallback, userContext) {
/// System.String
///
///
///
return this._invoke(this._get_path(), 'SetMessageInactive',false,{key:key},succeededCallback,failedCallback,userContext); },
SetAndGetUsefulString:function(ratingId,useful,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.Boolean
///
///
///
return this._invoke(this._get_path(), 'SetAndGetUsefulString',false,{ratingId:ratingId,useful:useful},succeededCallback,failedCallback,userContext); },
GetTabContent:function(tabId,opt,itemID,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.String
/// System.Int32
///
///
///
return this._invoke(this._get_path(), 'GetTabContent',false,{tabId:tabId,opt:opt,itemID:itemID},succeededCallback,failedCallback,userContext); },
ResetSML:function(ClassId,succeededCallback, failedCallback, userContext) {
/// System.String
///
///
///
return this._invoke(this._get_path(), 'ResetSML',false,{ClassId:ClassId},succeededCallback,failedCallback,userContext); },
GetClassAttributes:function(ClassId,attrIDs,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'GetClassAttributes',false,{ClassId:ClassId,attrIDs:attrIDs},succeededCallback,failedCallback,userContext); },
startSearch:function(searchText,succeededCallback, failedCallback, userContext) {
/// System.String
///
///
///
return this._invoke(this._get_path(), 'startSearch',false,{searchText:searchText},succeededCallback,failedCallback,userContext); },
SetItemCompare:function(itemId,title,state,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.String
/// System.Boolean
///
///
///
return this._invoke(this._get_path(), 'SetItemCompare',false,{itemId:itemId,title:title,state:state},succeededCallback,failedCallback,userContext); },
GetItemsCompare:function(succeededCallback, failedCallback, userContext) {
///
///
///
return this._invoke(this._get_path(), 'GetItemsCompare',false,{},succeededCallback,failedCallback,userContext); },
ResetItemCompare:function(succeededCallback, failedCallback, userContext) {
///
///
///
return this._invoke(this._get_path(), 'ResetItemCompare',false,{},succeededCallback,failedCallback,userContext); },
trackVisit:function(reference,resolution,colorDepth,plugins,title,URL,supportsCookie,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.Boolean
///
///
///
return this._invoke(this._get_path(), 'trackVisit',false,{reference:reference,resolution:resolution,colorDepth:colorDepth,plugins:plugins,title:title,URL:URL,supportsCookie:supportsCookie},succeededCallback,failedCallback,userContext); },
trackPage:function(title,URL,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'trackPage',false,{title:title,URL:URL},succeededCallback,failedCallback,userContext); },
SaveEditedOrderPosition:function(salePositionId,versionId,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.Int32
///
///
///
return this._invoke(this._get_path(), 'SaveEditedOrderPosition',false,{salePositionId:salePositionId,versionId:versionId},succeededCallback,failedCallback,userContext); },
GetAccessoryVisibility:function(shoppingCartPositionId,succeededCallback, failedCallback, userContext) {
/// System.Int32
///
///
///
return this._invoke(this._get_path(), 'GetAccessoryVisibility',false,{shoppingCartPositionId:shoppingCartPositionId},succeededCallback,failedCallback,userContext); },
GetAccessoryItems:function(shoppingCartPositionId,succeededCallback, failedCallback, userContext) {
/// System.Int32
///
///
///
return this._invoke(this._get_path(), 'GetAccessoryItems',false,{shoppingCartPositionId:shoppingCartPositionId},succeededCallback,failedCallback,userContext); },
GetVersionsGallery:function(FirstItem,DDLVersionsClientId,GetAllVersions,VersionsGalleryDivId,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.String
/// System.Boolean
/// System.String
///
///
///
return this._invoke(this._get_path(), 'GetVersionsGallery',false,{FirstItem:FirstItem,DDLVersionsClientId:DDLVersionsClientId,GetAllVersions:GetAllVersions,VersionsGalleryDivId:VersionsGalleryDivId},succeededCallback,failedCallback,userContext); },
SampleItemAddElementsToCart:function(versionId,items,CartUrl,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'SampleItemAddElementsToCart',false,{versionId:versionId,items:items,CartUrl:CartUrl},succeededCallback,failedCallback,userContext); },
AddKHKItemToCart:function(khkItemId,succeededCallback, failedCallback, userContext) {
/// System.String
///
///
///
return this._invoke(this._get_path(), 'AddKHKItemToCart',false,{khkItemId:khkItemId},succeededCallback,failedCallback,userContext); },
GetObjectListElementsGallery:function(itemId,soliid,oldi,divId,bDisplayAll,iFirstItem,tbWidhtId,tbLengthId,tbWidth2Id,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.String
/// System.String
/// System.String
/// System.Boolean
/// System.Int32
/// System.String
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'GetObjectListElementsGallery',false,{itemId:itemId,soliid:soliid,oldi:oldi,divId:divId,bDisplayAll:bDisplayAll,iFirstItem:iFirstItem,tbWidhtId:tbWidhtId,tbLengthId:tbLengthId,tbWidth2Id:tbWidth2Id},succeededCallback,failedCallback,userContext); },
AddObjectListToCart:function(cartLink,withDimensions,width,length,width2,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.Boolean
/// System.Object
/// System.Object
/// System.Object
///
///
///
return this._invoke(this._get_path(), 'AddObjectListToCart',false,{cartLink:cartLink,withDimensions:withDimensions,width:width,length:length,width2:width2},succeededCallback,failedCallback,userContext); },
WintergartenSaveObjectList:function(cartLink,SelectedItemId,SelectedObjectId,SelectedObjectImage,SelectedObjectImageDescription,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.Int32
/// System.Int32
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'WintergartenSaveObjectList',false,{cartLink:cartLink,SelectedItemId:SelectedItemId,SelectedObjectId:SelectedObjectId,SelectedObjectImage:SelectedObjectImage,SelectedObjectImageDescription:SelectedObjectImageDescription},succeededCallback,failedCallback,userContext); },
WintergartenCalcPrice:function(cartLink,width,width2,length,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.Double
/// System.Double
/// System.Double
///
///
///
return this._invoke(this._get_path(), 'WintergartenCalcPrice',false,{cartLink:cartLink,width:width,width2:width2,length:length},succeededCallback,failedCallback,userContext); },
WintergartenCalcPriceNew:function(cartLink,width,width2,length,height,motor,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.Double
/// System.Double
/// System.Double
/// System.Double
/// System.Int32
///
///
///
return this._invoke(this._get_path(), 'WintergartenCalcPriceNew',false,{cartLink:cartLink,width:width,width2:width2,length:length,height:height,motor:motor},succeededCallback,failedCallback,userContext); },
AddObjectListToCartNew:function(cartLink,withDimensions,width,length,width2,height,motor,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.Boolean
/// System.Object
/// System.Object
/// System.Object
/// System.Object
/// System.Object
///
///
///
return this._invoke(this._get_path(), 'AddObjectListToCartNew',false,{cartLink:cartLink,withDimensions:withDimensions,width:width,length:length,width2:width2,height:height,motor:motor},succeededCallback,failedCallback,userContext); },
SetPayPalExpressCheckout:function(cartCall,succeededCallback, failedCallback, userContext) {
/// System.Boolean
///
///
///
return this._invoke(this._get_path(), 'SetPayPalExpressCheckout',false,{cartCall:cartCall},succeededCallback,failedCallback,userContext); },
AddItemToCart:function(itemId,versionId,redirectLink,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.Int32
/// System.String
///
///
///
return this._invoke(this._get_path(), 'AddItemToCart',false,{itemId:itemId,versionId:versionId,redirectLink:redirectLink},succeededCallback,failedCallback,userContext); },
SaveKHKOrderAddressChanges:function(Title,Name,Street,ZIP,City,IsBillingAddress,SecretKey,redirectLink,Phone,mobile,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'SaveKHKOrderAddressChanges',false,{Title:Title,Name:Name,Street:Street,ZIP:ZIP,City:City,IsBillingAddress:IsBillingAddress,SecretKey:SecretKey,redirectLink:redirectLink,Phone:Phone,mobile:mobile},succeededCallback,failedCallback,userContext); },
SaveKHKOrderPhoneChanges:function(SecretKey,Phone,mobile,redirectLink,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'SaveKHKOrderPhoneChanges',false,{SecretKey:SecretKey,Phone:Phone,mobile:mobile,redirectLink:redirectLink},succeededCallback,failedCallback,userContext); },
SaveKHKOrderMailChanges:function(SecretKey,Email,redirectLink,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'SaveKHKOrderMailChanges',false,{SecretKey:SecretKey,Email:Email,redirectLink:redirectLink},succeededCallback,failedCallback,userContext); },
GetMessages:function(succeededCallback, failedCallback, userContext) {
///
///
///
return this._invoke(this._get_path(), 'GetMessages',false,{},succeededCallback,failedCallback,userContext); },
RemoveMessages:function(succeededCallback, failedCallback, userContext) {
///
///
///
return this._invoke(this._get_path(), 'RemoveMessages',false,{},succeededCallback,failedCallback,userContext); },
checkPWSafety:function(user,pwd,succeededCallback, failedCallback, userContext) {
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'checkPWSafety',false,{user:user,pwd:pwd},succeededCallback,failedCallback,userContext); },
GetOrderValue:function(succeededCallback, failedCallback, userContext) {
///
///
///
return this._invoke(this._get_path(), 'GetOrderValue',false,{},succeededCallback,failedCallback,userContext); },
GetObjectListElementsGalleryNew:function(itemId,soliid,oldi,divId,bDisplayAll,iFirstItem,tbWidhtId,tbLengthId,tbWidth2Id,tbHeightId,ddlMotorsId,succeededCallback, failedCallback, userContext) {
/// System.Int32
/// System.String
/// System.String
/// System.String
/// System.Boolean
/// System.Int32
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
///
///
///
return this._invoke(this._get_path(), 'GetObjectListElementsGalleryNew',false,{itemId:itemId,soliid:soliid,oldi:oldi,divId:divId,bDisplayAll:bDisplayAll,iFirstItem:iFirstItem,tbWidhtId:tbWidhtId,tbLengthId:tbLengthId,tbWidth2Id:tbWidth2Id,tbHeightId:tbHeightId,ddlMotorsId:ddlMotorsId},succeededCallback,failedCallback,userContext); }}
logicbase.Shop.LBShopWebService.registerClass('logicbase.Shop.LBShopWebService',Sys.Net.WebServiceProxy);
logicbase.Shop.LBShopWebService._staticInstance = new logicbase.Shop.LBShopWebService();
logicbase.Shop.LBShopWebService.set_path = function(value) {
logicbase.Shop.LBShopWebService._staticInstance.set_path(value); }
logicbase.Shop.LBShopWebService.get_path = function() {
/// The service url.
return logicbase.Shop.LBShopWebService._staticInstance.get_path();}
logicbase.Shop.LBShopWebService.set_timeout = function(value) {
logicbase.Shop.LBShopWebService._staticInstance.set_timeout(value); }
logicbase.Shop.LBShopWebService.get_timeout = function() {
/// The service timeout.
return logicbase.Shop.LBShopWebService._staticInstance.get_timeout(); }
logicbase.Shop.LBShopWebService.set_defaultUserContext = function(value) {
logicbase.Shop.LBShopWebService._staticInstance.set_defaultUserContext(value); }
logicbase.Shop.LBShopWebService.get_defaultUserContext = function() {
/// The service default user context.
return logicbase.Shop.LBShopWebService._staticInstance.get_defaultUserContext(); }
logicbase.Shop.LBShopWebService.set_defaultSucceededCallback = function(value) {
logicbase.Shop.LBShopWebService._staticInstance.set_defaultSucceededCallback(value); }
logicbase.Shop.LBShopWebService.get_defaultSucceededCallback = function() {
/// The service default succeeded callback.
return logicbase.Shop.LBShopWebService._staticInstance.get_defaultSucceededCallback(); }
logicbase.Shop.LBShopWebService.set_defaultFailedCallback = function(value) {
logicbase.Shop.LBShopWebService._staticInstance.set_defaultFailedCallback(value); }
logicbase.Shop.LBShopWebService.get_defaultFailedCallback = function() {
/// The service default failed callback.
return logicbase.Shop.LBShopWebService._staticInstance.get_defaultFailedCallback(); }
logicbase.Shop.LBShopWebService.set_path("/LBShopwebService.asmx");
logicbase.Shop.LBShopWebService.GetControl= function(control,json,onSuccess,onFailed,userContext) {
/// System.String
/// Jayrock.Json.JsonArray
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetControl(control,json,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.RemoveMessage= function(key,onSuccess,onFailed,userContext) {
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.RemoveMessage(key,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddMessage= function(key,messageType,message,category,severityCode,onSuccess,onFailed,userContext) {
/// System.String
/// logicbase.Web.Enums.Message.MessageTypes
/// System.String
/// System.String
/// logicbase.Web.Enums.Message.SeverityCodes
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddMessage(key,messageType,message,category,severityCode,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddJsonMessage= function(key,messageJson,onSuccess,onFailed,userContext) {
/// System.String
/// Jayrock.Json.JsonObject
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddJsonMessage(key,messageJson,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddMessageObject= function(key,message,onSuccess,onFailed,userContext) {
/// System.String
/// logicbase.Web.MessageObject
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddMessageObject(key,message,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddMessagesArray= function(messagesArray,onSuccess,onFailed,userContext) {
/// Jayrock.Json.JsonArray
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddMessagesArray(messagesArray,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SetMessageInactive= function(key,onSuccess,onFailed,userContext) {
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SetMessageInactive(key,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SetAndGetUsefulString= function(ratingId,useful,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.Boolean
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SetAndGetUsefulString(ratingId,useful,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetTabContent= function(tabId,opt,itemID,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.String
/// System.Int32
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetTabContent(tabId,opt,itemID,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.ResetSML= function(ClassId,onSuccess,onFailed,userContext) {
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.ResetSML(ClassId,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetClassAttributes= function(ClassId,attrIDs,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetClassAttributes(ClassId,attrIDs,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.startSearch= function(searchText,onSuccess,onFailed,userContext) {
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.startSearch(searchText,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SetItemCompare= function(itemId,title,state,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.String
/// System.Boolean
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SetItemCompare(itemId,title,state,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetItemsCompare= function(onSuccess,onFailed,userContext) {
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetItemsCompare(onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.ResetItemCompare= function(onSuccess,onFailed,userContext) {
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.ResetItemCompare(onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.trackVisit= function(reference,resolution,colorDepth,plugins,title,URL,supportsCookie,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.Boolean
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.trackVisit(reference,resolution,colorDepth,plugins,title,URL,supportsCookie,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.trackPage= function(title,URL,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.trackPage(title,URL,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SaveEditedOrderPosition= function(salePositionId,versionId,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.Int32
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SaveEditedOrderPosition(salePositionId,versionId,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetAccessoryVisibility= function(shoppingCartPositionId,onSuccess,onFailed,userContext) {
/// System.Int32
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetAccessoryVisibility(shoppingCartPositionId,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetAccessoryItems= function(shoppingCartPositionId,onSuccess,onFailed,userContext) {
/// System.Int32
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetAccessoryItems(shoppingCartPositionId,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetVersionsGallery= function(FirstItem,DDLVersionsClientId,GetAllVersions,VersionsGalleryDivId,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.String
/// System.Boolean
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetVersionsGallery(FirstItem,DDLVersionsClientId,GetAllVersions,VersionsGalleryDivId,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SampleItemAddElementsToCart= function(versionId,items,CartUrl,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SampleItemAddElementsToCart(versionId,items,CartUrl,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddKHKItemToCart= function(khkItemId,onSuccess,onFailed,userContext) {
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddKHKItemToCart(khkItemId,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetObjectListElementsGallery= function(itemId,soliid,oldi,divId,bDisplayAll,iFirstItem,tbWidhtId,tbLengthId,tbWidth2Id,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.String
/// System.String
/// System.String
/// System.Boolean
/// System.Int32
/// System.String
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetObjectListElementsGallery(itemId,soliid,oldi,divId,bDisplayAll,iFirstItem,tbWidhtId,tbLengthId,tbWidth2Id,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddObjectListToCart= function(cartLink,withDimensions,width,length,width2,onSuccess,onFailed,userContext) {
/// System.String
/// System.Boolean
/// System.Object
/// System.Object
/// System.Object
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddObjectListToCart(cartLink,withDimensions,width,length,width2,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.WintergartenSaveObjectList= function(cartLink,SelectedItemId,SelectedObjectId,SelectedObjectImage,SelectedObjectImageDescription,onSuccess,onFailed,userContext) {
/// System.String
/// System.Int32
/// System.Int32
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.WintergartenSaveObjectList(cartLink,SelectedItemId,SelectedObjectId,SelectedObjectImage,SelectedObjectImageDescription,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.WintergartenCalcPrice= function(cartLink,width,width2,length,onSuccess,onFailed,userContext) {
/// System.String
/// System.Double
/// System.Double
/// System.Double
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.WintergartenCalcPrice(cartLink,width,width2,length,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.WintergartenCalcPriceNew= function(cartLink,width,width2,length,height,motor,onSuccess,onFailed,userContext) {
/// System.String
/// System.Double
/// System.Double
/// System.Double
/// System.Double
/// System.Int32
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.WintergartenCalcPriceNew(cartLink,width,width2,length,height,motor,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddObjectListToCartNew= function(cartLink,withDimensions,width,length,width2,height,motor,onSuccess,onFailed,userContext) {
/// System.String
/// System.Boolean
/// System.Object
/// System.Object
/// System.Object
/// System.Object
/// System.Object
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddObjectListToCartNew(cartLink,withDimensions,width,length,width2,height,motor,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SetPayPalExpressCheckout= function(cartCall,onSuccess,onFailed,userContext) {
/// System.Boolean
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SetPayPalExpressCheckout(cartCall,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.AddItemToCart= function(itemId,versionId,redirectLink,onSuccess,onFailed,userContext) {
/// System.String
/// System.Int32
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.AddItemToCart(itemId,versionId,redirectLink,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SaveKHKOrderAddressChanges= function(Title,Name,Street,ZIP,City,IsBillingAddress,SecretKey,redirectLink,Phone,mobile,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SaveKHKOrderAddressChanges(Title,Name,Street,ZIP,City,IsBillingAddress,SecretKey,redirectLink,Phone,mobile,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SaveKHKOrderPhoneChanges= function(SecretKey,Phone,mobile,redirectLink,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SaveKHKOrderPhoneChanges(SecretKey,Phone,mobile,redirectLink,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.SaveKHKOrderMailChanges= function(SecretKey,Email,redirectLink,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.SaveKHKOrderMailChanges(SecretKey,Email,redirectLink,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetMessages= function(onSuccess,onFailed,userContext) {
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetMessages(onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.RemoveMessages= function(onSuccess,onFailed,userContext) {
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.RemoveMessages(onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.checkPWSafety= function(user,pwd,onSuccess,onFailed,userContext) {
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.checkPWSafety(user,pwd,onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetOrderValue= function(onSuccess,onFailed,userContext) {
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetOrderValue(onSuccess,onFailed,userContext); }
logicbase.Shop.LBShopWebService.GetObjectListElementsGalleryNew= function(itemId,soliid,oldi,divId,bDisplayAll,iFirstItem,tbWidhtId,tbLengthId,tbWidth2Id,tbHeightId,ddlMotorsId,onSuccess,onFailed,userContext) {
/// System.Int32
/// System.String
/// System.String
/// System.String
/// System.Boolean
/// System.Int32
/// System.String
/// System.String
/// System.String
/// System.String
/// System.String
///
///
///
logicbase.Shop.LBShopWebService._staticInstance.GetObjectListElementsGalleryNew(itemId,soliid,oldi,divId,bDisplayAll,iFirstItem,tbWidhtId,tbLengthId,tbWidth2Id,tbHeightId,ddlMotorsId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('logicbase.Web');
if (typeof(logicbase.Web.MessageObject) === 'undefined') {
logicbase.Web.MessageObject=gtc("logicbase.Web.MessageObject");
logicbase.Web.MessageObject.registerClass('logicbase.Web.MessageObject');
}
Type.registerNamespace('logicbase.Web.Enums.Message');
if (typeof(logicbase.Web.Enums.Message.MessageTypes) === 'undefined') {
logicbase.Web.Enums.Message.MessageTypes = function() { throw Error.invalidOperation(); }
logicbase.Web.Enums.Message.MessageTypes.prototype = {None: 0,Page: 1,Session: 2,Temp: 3}
logicbase.Web.Enums.Message.MessageTypes.registerEnum('logicbase.Web.Enums.Message.MessageTypes', true);
}
if (typeof(logicbase.Web.Enums.Message.SeverityCodes) === 'undefined') {
logicbase.Web.Enums.Message.SeverityCodes = function() { throw Error.invalidOperation(); }
logicbase.Web.Enums.Message.SeverityCodes.prototype = {Information: 0,Warning: 1,Error: 2}
logicbase.Web.Enums.Message.SeverityCodes.registerEnum('logicbase.Web.Enums.Message.SeverityCodes', true);
}