Type.registerNamespace('specialtys.com');
specialtys.com.SDProxy=function() {
specialtys.com.SDProxy.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
specialtys.com.SDProxy.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return specialtys.com.SDProxy._staticInstance.get_path();},
GetBillingAddress:function(addressId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBillingAddress',false,{addressId:addressId},succeededCallback,failedCallback,userContext); },
AddBillingAddress:function(firstName,lastName,email,telephone,telephoneExt,company,streetAddress,floor,suite,city,state,zipCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddBillingAddress',false,{firstName:firstName,lastName:lastName,email:email,telephone:telephone,telephoneExt:telephoneExt,company:company,streetAddress:streetAddress,floor:floor,suite:suite,city:city,state:state,zipCode:zipCode},succeededCallback,failedCallback,userContext); },
UpdateBillingAddress:function(addressId,firstName,lastName,email,telephone,telephoneExt,company,streetAddress,floor,suite,city,state,zipCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateBillingAddress',false,{addressId:addressId,firstName:firstName,lastName:lastName,email:email,telephone:telephone,telephoneExt:telephoneExt,company:company,streetAddress:streetAddress,floor:floor,suite:suite,city:city,state:state,zipCode:zipCode},succeededCallback,failedCallback,userContext); },
AddDeliveryAddress:function(buildingId,firstName,lastName,email,telephone,telephoneExt,company,floor,suite,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddDeliveryAddress',false,{buildingId:buildingId,firstName:firstName,lastName:lastName,email:email,telephone:telephone,telephoneExt:telephoneExt,company:company,floor:floor,suite:suite},succeededCallback,failedCallback,userContext); },
AddPostalAddress:function(address,firstName,lastName,email,telephone,telephoneExt,company,suite,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddPostalAddress',false,{address:address,firstName:firstName,lastName:lastName,email:email,telephone:telephone,telephoneExt:telephoneExt,company:company,suite:suite},succeededCallback,failedCallback,userContext); },
CreateBuildingFromGeocodedPlacemark:function(placemarkId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateBuildingFromGeocodedPlacemark',false,{placemarkId:placemarkId},succeededCallback,failedCallback,userContext); },
AddFavoritePickupLocation:function(buildingId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddFavoritePickupLocation',false,{buildingId:buildingId},succeededCallback,failedCallback,userContext); },
AddFavoriteDeliveryLocation:function(addressId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddFavoriteDeliveryLocation',false,{addressId:addressId},succeededCallback,failedCallback,userContext); },
DeleteCustomerAddress:function(addressId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteCustomerAddress',false,{addressId:addressId},succeededCallback,failedCallback,userContext); },
GetCookieGramTemplateSampleData:function(themeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCookieGramTemplateSampleData',false,{themeId:themeId},succeededCallback,failedCallback,userContext); },
GetCookieGramTemplateCartData:function(lunchcartItemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCookieGramTemplateCartData',false,{lunchcartItemId:lunchcartItemId},succeededCallback,failedCallback,userContext); },
GetCookieGramTemplateFinalData:function(cookiegramId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCookieGramTemplateFinalData',false,{cookiegramId:cookiegramId},succeededCallback,failedCallback,userContext); },
SendTermAccountStatement:function(termAccountId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendTermAccountStatement',false,{termAccountId:termAccountId},succeededCallback,failedCallback,userContext); },
RequestTermAccountIncrease:function(termAccountId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RequestTermAccountIncrease',false,{termAccountId:termAccountId},succeededCallback,failedCallback,userContext); },
CreatePrepaidAccount:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreatePrepaidAccount',false,{name:name},succeededCallback,failedCallback,userContext); },
CreateGiftCard:function(number,code,name,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateGiftCard',false,{number:number,code:code,name:name},succeededCallback,failedCallback,userContext); },
DeleteCreditCard:function(creditCardId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteCreditCard',false,{creditCardId:creditCardId},succeededCallback,failedCallback,userContext); },
SendOnTheHouseStatement:function(termAccountId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendOnTheHouseStatement',false,{termAccountId:termAccountId},succeededCallback,failedCallback,userContext); },
SendOnTheHouseInvoice:function(consolidatedTransactionId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendOnTheHouseInvoice',false,{consolidatedTransactionId:consolidatedTransactionId},succeededCallback,failedCallback,userContext); },
LoadCookieRadarCookies:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCookieRadarCookies',false,{},succeededCallback,failedCallback,userContext); },
LoadStoreCities:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadStoreCities',false,{},succeededCallback,failedCallback,userContext); },
LoadCookieAlerts:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCookieAlerts',false,{},succeededCallback,failedCallback,userContext); },
CreateCookieAlert:function(productRelationList,storeList,timeSlotList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCookieAlert',false,{productRelationList:productRelationList,storeList:storeList,timeSlotList:timeSlotList},succeededCallback,failedCallback,userContext); },
DeleteCookieAlert:function(alertId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteCookieAlert',false,{alertId:alertId},succeededCallback,failedCallback,userContext); },
LoadDeliveryRegionCoordStream:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadDeliveryRegionCoordStream',false,{},succeededCallback,failedCallback,userContext); },
GeocodeAddress:function(streetAddress,city,state,zip,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GeocodeAddress',false,{streetAddress:streetAddress,city:city,state:state,zip:zip},succeededCallback,failedCallback,userContext); },
ValidatePostalAddress:function(streetAddress,city,state,zip,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidatePostalAddress',false,{streetAddress:streetAddress,city:city,state:state,zip:zip},succeededCallback,failedCallback,userContext); },
LoadGeocodingSearchResults:function(geocodeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadGeocodingSearchResults',false,{geocodeId:geocodeId},succeededCallback,failedCallback,userContext); },
SendTermAccountRequest:function(notes,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendTermAccountRequest',false,{notes:notes},succeededCallback,failedCallback,userContext); },
ShareProductViaFacebook:function(productRelationId,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareProductViaFacebook',false,{productRelationId:productRelationId,comments:comments},succeededCallback,failedCallback,userContext); },
ShareFavoriteViaFacebook:function(favoriteHash,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareFavoriteViaFacebook',false,{favoriteHash:favoriteHash,comments:comments},succeededCallback,failedCallback,userContext); },
ShareBestFanScoreViaFacebook:function(leaderboardId,scoreType,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareBestFanScoreViaFacebook',false,{leaderboardId:leaderboardId,scoreType:scoreType,comments:comments},succeededCallback,failedCallback,userContext); },
ShareProductViaTwitter:function(productRelationHash,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareProductViaTwitter',false,{productRelationHash:productRelationHash,comments:comments},succeededCallback,failedCallback,userContext); },
ShareFavoriteViaTwitter:function(favoriteHash,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareFavoriteViaTwitter',false,{favoriteHash:favoriteHash,comments:comments},succeededCallback,failedCallback,userContext); },
ShareGroupLunchboxViaTwitter:function(groupLunchboxHash,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareGroupLunchboxViaTwitter',false,{groupLunchboxHash:groupLunchboxHash,comments:comments},succeededCallback,failedCallback,userContext); },
ShareGroupLunchboxViaFacebook:function(groupLunchboxHash,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShareGroupLunchboxViaFacebook',false,{groupLunchboxHash:groupLunchboxHash,comments:comments},succeededCallback,failedCallback,userContext); },
GetFacebookFriendOrderAlertList:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFacebookFriendOrderAlertList',false,{},succeededCallback,failedCallback,userContext); },
LoadGroupLunchbox:function(groupLunchboxHash,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadGroupLunchbox',false,{groupLunchboxHash:groupLunchboxHash},succeededCallback,failedCallback,userContext); },
CreateFavoriteExchangeItemComment:function(itemId,comment,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateFavoriteExchangeItemComment',false,{itemId:itemId,comment:comment},succeededCallback,failedCallback,userContext); },
RemoveFavoriteExchangeItemComment:function(commentId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveFavoriteExchangeItemComment',false,{commentId:commentId},succeededCallback,failedCallback,userContext); },
LoadFavoriteExchangeItemComments:function(itemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadFavoriteExchangeItemComments',false,{itemId:itemId},succeededCallback,failedCallback,userContext); },
SendEmailVerification:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendEmailVerification',false,{email:email},succeededCallback,failedCallback,userContext); },
IsFacebookConnectedVerified:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsFacebookConnectedVerified',false,{},succeededCallback,failedCallback,userContext); },
IsFacebookConnected:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsFacebookConnected',false,{},succeededCallback,failedCallback,userContext); },
IsTwitterConnected:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsTwitterConnected',false,{},succeededCallback,failedCallback,userContext); },
GetFacebookConnectUrl:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFacebookConnectUrl',false,{},succeededCallback,failedCallback,userContext); },
GetTwitterConnectUrl:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTwitterConnectUrl',false,{},succeededCallback,failedCallback,userContext); },
GetAuthResponse:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAuthResponse',false,{},succeededCallback,failedCallback,userContext); },
AuthenticateUser:function(username,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AuthenticateUser',false,{username:username,password:password},succeededCallback,failedCallback,userContext); },
RegisterUser:function(email,password,firstName,lastName,company,phone,promoCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RegisterUser',false,{email:email,password:password,firstName:firstName,lastName:lastName,company:company,phone:phone,promoCode:promoCode},succeededCallback,failedCallback,userContext); },
Logout:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Logout',false,{},succeededCallback,failedCallback,userContext); },
GetUser:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUser',false,{},succeededCallback,failedCallback,userContext); },
ChangeProfilePassword:function(password,newPassword,newPasswordConfirm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangeProfilePassword',false,{password:password,newPassword:newPassword,newPasswordConfirm:newPasswordConfirm},succeededCallback,failedCallback,userContext); },
LoadCustomerProfile:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCustomerProfile',false,{},succeededCallback,failedCallback,userContext); },
SendTemporaryPassword:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendTemporaryPassword',false,{email:email},succeededCallback,failedCallback,userContext); },
UpdateSoupEmailSubscription:function(enabled,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSoupEmailSubscription',false,{enabled:enabled},succeededCallback,failedCallback,userContext); },
GetSoupEmailStatus:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSoupEmailStatus',false,{},succeededCallback,failedCallback,userContext); },
SendFeedback:function(name,email,type,subject,comments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendFeedback',false,{name:name,email:email,type:type,subject:subject,comments:comments},succeededCallback,failedCallback,userContext); },
LoadFacebookFriends:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadFacebookFriends',false,{},succeededCallback,failedCallback,userContext); },
LoadBestFanScore:function(leaderboardId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadBestFanScore',false,{leaderboardId:leaderboardId},succeededCallback,failedCallback,userContext); },
LoadRecentUnfinishedLunchcarts:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadRecentUnfinishedLunchcarts',false,{},succeededCallback,failedCallback,userContext); },
CopyLunchbox:function(lunchboxId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CopyLunchbox',false,{lunchboxId:lunchboxId},succeededCallback,failedCallback,userContext); },
ResumeLunchcart:function(lunchcartId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResumeLunchcart',false,{lunchcartId:lunchcartId},succeededCallback,failedCallback,userContext); },
DeleteLunchcart:function(lunchcartId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteLunchcart',false,{lunchcartId:lunchcartId},succeededCallback,failedCallback,userContext); },
AddProductToLunchcart:function(productId,qty,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddProductToLunchcart',false,{productId:productId,qty:qty},succeededCallback,failedCallback,userContext); },
AddProductsToLunchcart:function(lunchcartItems,clearContents,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddProductsToLunchcart',false,{lunchcartItems:lunchcartItems,clearContents:clearContents},succeededCallback,failedCallback,userContext); },
UpdateProductInLunchcart:function(productId,qty,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateProductInLunchcart',false,{productId:productId,qty:qty},succeededCallback,failedCallback,userContext); },
UpdateProductsInLunchcart:function(lunchcartItems,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateProductsInLunchcart',false,{lunchcartItems:lunchcartItems},succeededCallback,failedCallback,userContext); },
DeleteProductFromLunchcart:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteProductFromLunchcart',false,{productId:productId},succeededCallback,failedCallback,userContext); },
SetPickupLocation:function(buildingId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetPickupLocation',false,{buildingId:buildingId},succeededCallback,failedCallback,userContext); },
ConfirmLocation:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ConfirmLocation',false,{},succeededCallback,failedCallback,userContext); },
SetDeliveryLocation:function(addressId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDeliveryLocation',false,{addressId:addressId},succeededCallback,failedCallback,userContext); },
SetPostalAddress:function(addressId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetPostalAddress',false,{addressId:addressId},succeededCallback,failedCallback,userContext); },
SetLunchcartOptions:function(platterSandwiches,platterCookies,platterBreakfast,lightPackaging,onTheSide,noOnion,cutleryRequested,cutleryRequestCount,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetLunchcartOptions',false,{platterSandwiches:platterSandwiches,platterCookies:platterCookies,platterBreakfast:platterBreakfast,lightPackaging:lightPackaging,onTheSide:onTheSide,noOnion:noOnion,cutleryRequested:cutleryRequested,cutleryRequestCount:cutleryRequestCount},succeededCallback,failedCallback,userContext); },
LoadLunchcart:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcart',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartLocation:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartLocation',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartCheckoutSummaryShort:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartCheckoutSummaryShort',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartCheckoutSummary:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartCheckoutSummary',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartItems:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartItems',false,{},succeededCallback,failedCallback,userContext); },
LoadCheckoutLunchcartItems:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCheckoutLunchcartItems',false,{},succeededCallback,failedCallback,userContext); },
LoadIngredientTypes:function(productTypeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadIngredientTypes',false,{productTypeId:productTypeId},succeededCallback,failedCallback,userContext); },
ProductExistsInLunchcart:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProductExistsInLunchcart',false,{productId:productId},succeededCallback,failedCallback,userContext); },
LoadCheckoutTimes:function(dateOffSet,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCheckoutTimes',false,{dateOffSet:dateOffSet},succeededCallback,failedCallback,userContext); },
LoadCheckoutDates:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadCheckoutDates',false,{},succeededCallback,failedCallback,userContext); },
LoadExpressCheckoutDates:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadExpressCheckoutDates',false,{},succeededCallback,failedCallback,userContext); },
LoadExpressPriceTriggers:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadExpressPriceTriggers',false,{},succeededCallback,failedCallback,userContext); },
SetDateTimeRequestedAsap:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDateTimeRequestedAsap',false,{},succeededCallback,failedCallback,userContext); },
SetDateRequested:function(selDate,offSet,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDateRequested',false,{selDate:selDate,offSet:offSet},succeededCallback,failedCallback,userContext); },
SetDateRequestedByOffset:function(dateOffset,offSet,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDateRequestedByOffset',false,{dateOffset:dateOffset,offSet:offSet},succeededCallback,failedCallback,userContext); },
SetDeliveryInstruct:function(deliveryInstruct,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetDeliveryInstruct',false,{deliveryInstruct:deliveryInstruct},succeededCallback,failedCallback,userContext); },
SetGiftInstruct:function(giftInstruct,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetGiftInstruct',false,{giftInstruct:giftInstruct},succeededCallback,failedCallback,userContext); },
FinalizeOrder:function(paymentType,paymentId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FinalizeOrder',false,{paymentType:paymentType,paymentId:paymentId},succeededCallback,failedCallback,userContext); },
UpdateProductsInLunchcartEdit:function(lunchcartItems,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateProductsInLunchcartEdit',false,{lunchcartItems:lunchcartItems},succeededCallback,failedCallback,userContext); },
LoadLunchcartEditLocation:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartEditLocation',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartEditDateRequested:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartEditDateRequested',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartLocationFormated:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartLocationFormated',false,{},succeededCallback,failedCallback,userContext); },
LoadLunchcartDateRequestedFormated:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartDateRequestedFormated',false,{},succeededCallback,failedCallback,userContext); },
IsLunchcartDateRequestedVaild:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsLunchcartDateRequestedVaild',false,{},succeededCallback,failedCallback,userContext); },
RequestInvoice:function(lunchboxId,email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RequestInvoice',false,{lunchboxId:lunchboxId,email:email},succeededCallback,failedCallback,userContext); },
LoadLunchboxTimes:function(lunchboxId,dateOffSet,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchboxTimes',false,{lunchboxId:lunchboxId,dateOffSet:dateOffSet},succeededCallback,failedCallback,userContext); },
LoadStoreOpenDatesByLunchbox:function(lunchboxId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadStoreOpenDatesByLunchbox',false,{lunchboxId:lunchboxId},succeededCallback,failedCallback,userContext); },
SetLunchboxTime:function(lunchboxId,dateOffSet,timeSpan,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetLunchboxTime',false,{lunchboxId:lunchboxId,dateOffSet:dateOffSet,timeSpan:timeSpan},succeededCallback,failedCallback,userContext); },
EditLunchboxStatus:function(lunchboxId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditLunchboxStatus',false,{lunchboxId:lunchboxId},succeededCallback,failedCallback,userContext); },
LoadLunchcartEditPaymentInfo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadLunchcartEditPaymentInfo',false,{},succeededCallback,failedCallback,userContext); },
EditLunchbox:function(lunchboxId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EditLunchbox',false,{lunchboxId:lunchboxId},succeededCallback,failedCallback,userContext); },
LoadMenuListWithProducts:function(rootMenuId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadMenuListWithProducts',false,{rootMenuId:rootMenuId},succeededCallback,failedCallback,userContext); },
LoadMenuList:function(rootMenuId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadMenuList',false,{rootMenuId:rootMenuId},succeededCallback,failedCallback,userContext); },
LoadProductList:function(menuId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadProductList',false,{menuId:menuId},succeededCallback,failedCallback,userContext); },
LoadProduct:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadProduct',false,{productId:productId},succeededCallback,failedCallback,userContext); },
LoadProductUsingRelation:function(productRelationHash,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadProductUsingRelation',false,{productRelationHash:productRelationHash},succeededCallback,failedCallback,userContext); },
LoadProductIngredients:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadProductIngredients',false,{productId:productId},succeededCallback,failedCallback,userContext); },
LoadEditorIngredients:function(productTypeId,cellId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadEditorIngredients',false,{productTypeId:productTypeId,cellId:cellId},succeededCallback,failedCallback,userContext); },
AddFavoriteProduct:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddFavoriteProduct',false,{productId:productId},succeededCallback,failedCallback,userContext); },
DeleteFavoriteProduct:function(productId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteFavoriteProduct',false,{productId:productId},succeededCallback,failedCallback,userContext); },
LoadFavorite:function(favoriteHash,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadFavorite',false,{favoriteHash:favoriteHash},succeededCallback,failedCallback,userContext); },
LoadFavorites:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadFavorites',false,{},succeededCallback,failedCallback,userContext); },
LoadFriendsFavorites:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadFriendsFavorites',false,{},succeededCallback,failedCallback,userContext); },
RenameProduct:function(product,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RenameProduct',false,{product:product},succeededCallback,failedCallback,userContext); },
SaveEditorProduct:function(product,ingredients,replaceInLunchcart,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveEditorProduct',false,{product:product,ingredients:ingredients,replaceInLunchcart:replaceInLunchcart},succeededCallback,failedCallback,userContext); },
LoadStore:function(cellId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadStore',false,{cellId:cellId},succeededCallback,failedCallback,userContext); },
LoadStores:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadStores',false,{},succeededCallback,failedCallback,userContext); },
GetUserLocations:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserLocations',false,{},succeededCallback,failedCallback,userContext); }}
specialtys.com.SDProxy.registerClass('specialtys.com.SDProxy',Sys.Net.WebServiceProxy);
specialtys.com.SDProxy._staticInstance = new specialtys.com.SDProxy();
specialtys.com.SDProxy.set_path = function(value) { specialtys.com.SDProxy._staticInstance.set_path(value); }
specialtys.com.SDProxy.get_path = function() { return specialtys.com.SDProxy._staticInstance.get_path(); }
specialtys.com.SDProxy.set_timeout = function(value) { specialtys.com.SDProxy._staticInstance.set_timeout(value); }
specialtys.com.SDProxy.get_timeout = function() { return specialtys.com.SDProxy._staticInstance.get_timeout(); }
specialtys.com.SDProxy.set_defaultUserContext = function(value) { specialtys.com.SDProxy._staticInstance.set_defaultUserContext(value); }
specialtys.com.SDProxy.get_defaultUserContext = function() { return specialtys.com.SDProxy._staticInstance.get_defaultUserContext(); }
specialtys.com.SDProxy.set_defaultSucceededCallback = function(value) { specialtys.com.SDProxy._staticInstance.set_defaultSucceededCallback(value); }
specialtys.com.SDProxy.get_defaultSucceededCallback = function() { return specialtys.com.SDProxy._staticInstance.get_defaultSucceededCallback(); }
specialtys.com.SDProxy.set_defaultFailedCallback = function(value) { specialtys.com.SDProxy._staticInstance.set_defaultFailedCallback(value); }
specialtys.com.SDProxy.get_defaultFailedCallback = function() { return specialtys.com.SDProxy._staticInstance.get_defaultFailedCallback(); }
specialtys.com.SDProxy.set_path("/wcf/SDProxy.svc");
specialtys.com.SDProxy.GetBillingAddress= function(addressId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetBillingAddress(addressId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddBillingAddress= function(firstName,lastName,email,telephone,telephoneExt,company,streetAddress,floor,suite,city,state,zipCode,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddBillingAddress(firstName,lastName,email,telephone,telephoneExt,company,streetAddress,floor,suite,city,state,zipCode,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.UpdateBillingAddress= function(addressId,firstName,lastName,email,telephone,telephoneExt,company,streetAddress,floor,suite,city,state,zipCode,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.UpdateBillingAddress(addressId,firstName,lastName,email,telephone,telephoneExt,company,streetAddress,floor,suite,city,state,zipCode,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddDeliveryAddress= function(buildingId,firstName,lastName,email,telephone,telephoneExt,company,floor,suite,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddDeliveryAddress(buildingId,firstName,lastName,email,telephone,telephoneExt,company,floor,suite,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddPostalAddress= function(address,firstName,lastName,email,telephone,telephoneExt,company,suite,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddPostalAddress(address,firstName,lastName,email,telephone,telephoneExt,company,suite,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.CreateBuildingFromGeocodedPlacemark= function(placemarkId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.CreateBuildingFromGeocodedPlacemark(placemarkId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddFavoritePickupLocation= function(buildingId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddFavoritePickupLocation(buildingId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddFavoriteDeliveryLocation= function(addressId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddFavoriteDeliveryLocation(addressId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.DeleteCustomerAddress= function(addressId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.DeleteCustomerAddress(addressId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetCookieGramTemplateSampleData= function(themeId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetCookieGramTemplateSampleData(themeId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetCookieGramTemplateCartData= function(lunchcartItemId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetCookieGramTemplateCartData(lunchcartItemId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetCookieGramTemplateFinalData= function(cookiegramId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetCookieGramTemplateFinalData(cookiegramId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendTermAccountStatement= function(termAccountId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendTermAccountStatement(termAccountId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.RequestTermAccountIncrease= function(termAccountId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.RequestTermAccountIncrease(termAccountId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.CreatePrepaidAccount= function(name,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.CreatePrepaidAccount(name,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.CreateGiftCard= function(number,code,name,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.CreateGiftCard(number,code,name,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.DeleteCreditCard= function(creditCardId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.DeleteCreditCard(creditCardId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendOnTheHouseStatement= function(termAccountId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendOnTheHouseStatement(termAccountId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendOnTheHouseInvoice= function(consolidatedTransactionId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendOnTheHouseInvoice(consolidatedTransactionId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadCookieRadarCookies= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadCookieRadarCookies(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadStoreCities= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadStoreCities(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadCookieAlerts= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadCookieAlerts(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.CreateCookieAlert= function(productRelationList,storeList,timeSlotList,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.CreateCookieAlert(productRelationList,storeList,timeSlotList,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.DeleteCookieAlert= function(alertId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.DeleteCookieAlert(alertId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadDeliveryRegionCoordStream= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadDeliveryRegionCoordStream(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GeocodeAddress= function(streetAddress,city,state,zip,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GeocodeAddress(streetAddress,city,state,zip,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ValidatePostalAddress= function(streetAddress,city,state,zip,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ValidatePostalAddress(streetAddress,city,state,zip,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadGeocodingSearchResults= function(geocodeId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadGeocodingSearchResults(geocodeId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendTermAccountRequest= function(notes,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendTermAccountRequest(notes,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareProductViaFacebook= function(productRelationId,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareProductViaFacebook(productRelationId,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareFavoriteViaFacebook= function(favoriteHash,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareFavoriteViaFacebook(favoriteHash,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareBestFanScoreViaFacebook= function(leaderboardId,scoreType,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareBestFanScoreViaFacebook(leaderboardId,scoreType,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareProductViaTwitter= function(productRelationHash,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareProductViaTwitter(productRelationHash,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareFavoriteViaTwitter= function(favoriteHash,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareFavoriteViaTwitter(favoriteHash,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareGroupLunchboxViaTwitter= function(groupLunchboxHash,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareGroupLunchboxViaTwitter(groupLunchboxHash,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ShareGroupLunchboxViaFacebook= function(groupLunchboxHash,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ShareGroupLunchboxViaFacebook(groupLunchboxHash,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetFacebookFriendOrderAlertList= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetFacebookFriendOrderAlertList(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadGroupLunchbox= function(groupLunchboxHash,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadGroupLunchbox(groupLunchboxHash,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.CreateFavoriteExchangeItemComment= function(itemId,comment,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.CreateFavoriteExchangeItemComment(itemId,comment,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.RemoveFavoriteExchangeItemComment= function(commentId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.RemoveFavoriteExchangeItemComment(commentId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadFavoriteExchangeItemComments= function(itemId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadFavoriteExchangeItemComments(itemId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendEmailVerification= function(email,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendEmailVerification(email,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.IsFacebookConnectedVerified= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.IsFacebookConnectedVerified(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.IsFacebookConnected= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.IsFacebookConnected(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.IsTwitterConnected= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.IsTwitterConnected(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetFacebookConnectUrl= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetFacebookConnectUrl(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetTwitterConnectUrl= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetTwitterConnectUrl(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetAuthResponse= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetAuthResponse(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AuthenticateUser= function(username,password,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AuthenticateUser(username,password,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.RegisterUser= function(email,password,firstName,lastName,company,phone,promoCode,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.RegisterUser(email,password,firstName,lastName,company,phone,promoCode,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.Logout= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.Logout(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetUser= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetUser(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ChangeProfilePassword= function(password,newPassword,newPasswordConfirm,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ChangeProfilePassword(password,newPassword,newPasswordConfirm,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadCustomerProfile= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadCustomerProfile(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendTemporaryPassword= function(email,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendTemporaryPassword(email,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.UpdateSoupEmailSubscription= function(enabled,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.UpdateSoupEmailSubscription(enabled,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetSoupEmailStatus= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetSoupEmailStatus(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SendFeedback= function(name,email,type,subject,comments,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SendFeedback(name,email,type,subject,comments,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadFacebookFriends= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadFacebookFriends(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadBestFanScore= function(leaderboardId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadBestFanScore(leaderboardId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadRecentUnfinishedLunchcarts= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadRecentUnfinishedLunchcarts(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.CopyLunchbox= function(lunchboxId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.CopyLunchbox(lunchboxId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ResumeLunchcart= function(lunchcartId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ResumeLunchcart(lunchcartId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.DeleteLunchcart= function(lunchcartId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.DeleteLunchcart(lunchcartId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddProductToLunchcart= function(productId,qty,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddProductToLunchcart(productId,qty,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddProductsToLunchcart= function(lunchcartItems,clearContents,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddProductsToLunchcart(lunchcartItems,clearContents,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.UpdateProductInLunchcart= function(productId,qty,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.UpdateProductInLunchcart(productId,qty,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.UpdateProductsInLunchcart= function(lunchcartItems,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.UpdateProductsInLunchcart(lunchcartItems,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.DeleteProductFromLunchcart= function(productId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.DeleteProductFromLunchcart(productId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetPickupLocation= function(buildingId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetPickupLocation(buildingId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ConfirmLocation= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ConfirmLocation(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetDeliveryLocation= function(addressId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetDeliveryLocation(addressId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetPostalAddress= function(addressId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetPostalAddress(addressId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetLunchcartOptions= function(platterSandwiches,platterCookies,platterBreakfast,lightPackaging,onTheSide,noOnion,cutleryRequested,cutleryRequestCount,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetLunchcartOptions(platterSandwiches,platterCookies,platterBreakfast,lightPackaging,onTheSide,noOnion,cutleryRequested,cutleryRequestCount,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcart= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcart(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartLocation= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartLocation(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartCheckoutSummaryShort= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartCheckoutSummaryShort(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartCheckoutSummary= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartCheckoutSummary(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartItems= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartItems(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadCheckoutLunchcartItems= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadCheckoutLunchcartItems(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadIngredientTypes= function(productTypeId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadIngredientTypes(productTypeId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.ProductExistsInLunchcart= function(productId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.ProductExistsInLunchcart(productId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadCheckoutTimes= function(dateOffSet,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadCheckoutTimes(dateOffSet,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadCheckoutDates= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadCheckoutDates(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadExpressCheckoutDates= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadExpressCheckoutDates(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadExpressPriceTriggers= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadExpressPriceTriggers(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetDateTimeRequestedAsap= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetDateTimeRequestedAsap(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetDateRequested= function(selDate,offSet,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetDateRequested(selDate,offSet,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetDateRequestedByOffset= function(dateOffset,offSet,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetDateRequestedByOffset(dateOffset,offSet,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetDeliveryInstruct= function(deliveryInstruct,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetDeliveryInstruct(deliveryInstruct,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetGiftInstruct= function(giftInstruct,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetGiftInstruct(giftInstruct,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.FinalizeOrder= function(paymentType,paymentId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.FinalizeOrder(paymentType,paymentId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.UpdateProductsInLunchcartEdit= function(lunchcartItems,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.UpdateProductsInLunchcartEdit(lunchcartItems,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartEditLocation= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartEditLocation(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartEditDateRequested= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartEditDateRequested(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartLocationFormated= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartLocationFormated(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartDateRequestedFormated= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartDateRequestedFormated(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.IsLunchcartDateRequestedVaild= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.IsLunchcartDateRequestedVaild(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.RequestInvoice= function(lunchboxId,email,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.RequestInvoice(lunchboxId,email,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchboxTimes= function(lunchboxId,dateOffSet,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchboxTimes(lunchboxId,dateOffSet,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadStoreOpenDatesByLunchbox= function(lunchboxId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadStoreOpenDatesByLunchbox(lunchboxId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SetLunchboxTime= function(lunchboxId,dateOffSet,timeSpan,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SetLunchboxTime(lunchboxId,dateOffSet,timeSpan,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.EditLunchboxStatus= function(lunchboxId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.EditLunchboxStatus(lunchboxId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadLunchcartEditPaymentInfo= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadLunchcartEditPaymentInfo(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.EditLunchbox= function(lunchboxId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.EditLunchbox(lunchboxId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadMenuListWithProducts= function(rootMenuId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadMenuListWithProducts(rootMenuId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadMenuList= function(rootMenuId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadMenuList(rootMenuId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadProductList= function(menuId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadProductList(menuId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadProduct= function(productId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadProduct(productId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadProductUsingRelation= function(productRelationHash,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadProductUsingRelation(productRelationHash,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadProductIngredients= function(productId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadProductIngredients(productId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadEditorIngredients= function(productTypeId,cellId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadEditorIngredients(productTypeId,cellId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.AddFavoriteProduct= function(productId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.AddFavoriteProduct(productId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.DeleteFavoriteProduct= function(productId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.DeleteFavoriteProduct(productId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadFavorite= function(favoriteHash,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadFavorite(favoriteHash,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadFavorites= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadFavorites(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadFriendsFavorites= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadFriendsFavorites(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.RenameProduct= function(product,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.RenameProduct(product,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.SaveEditorProduct= function(product,ingredients,replaceInLunchcart,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.SaveEditorProduct(product,ingredients,replaceInLunchcart,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadStore= function(cellId,onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadStore(cellId,onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.LoadStores= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.LoadStores(onSuccess,onFailed,userContext); }
specialtys.com.SDProxy.GetUserLocations= function(onSuccess,onFailed,userContext) {specialtys.com.SDProxy._staticInstance.GetUserLocations(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(specialtys.com.Address) === 'undefined') {
specialtys.com.Address=gtc("Address:http://specialtys.com/");
specialtys.com.Address.registerClass('specialtys.com.Address');
}
if (typeof(specialtys.com.Building) === 'undefined') {
specialtys.com.Building=gtc("Building:http://specialtys.com/");
specialtys.com.Building.registerClass('specialtys.com.Building');
}
Type.registerNamespace('Specialtys.SpecialtysDirect.Wcf.Data');
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.AddressGeocode) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.AddressGeocode=gtc("AddressGeocode:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.AddressGeocode.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.AddressGeocode');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.FacebookOrderAlert) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.FacebookOrderAlert=gtc("FacebookOrderAlert:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.FacebookOrderAlert.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.FacebookOrderAlert');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.GroupLunchbox) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.GroupLunchbox=gtc("GroupLunchbox:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.GroupLunchbox.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.GroupLunchbox');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.FavoriteExchangeItemComment) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.FavoriteExchangeItemComment=gtc("FavoriteExchangeItemComment:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.FavoriteExchangeItemComment.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.FavoriteExchangeItemComment');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.AuthorizationResponse) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.AuthorizationResponse=gtc("AuthorizationResponse:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.AuthorizationResponse.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.AuthorizationResponse');
}
if (typeof(specialtys.com.User) === 'undefined') {
specialtys.com.User=gtc("User:http://specialtys.com/");
specialtys.com.User.registerClass('specialtys.com.User');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.Customer) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.Customer=gtc("Customer:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.Customer.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.Customer');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.FacebookUser) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.FacebookUser=gtc("FacebookUser:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.FacebookUser.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.FacebookUser');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.FacebookFanLeaderboardRow) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.FacebookFanLeaderboardRow=gtc("FacebookFanLeaderboardRow:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.FacebookFanLeaderboardRow.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.FacebookFanLeaderboardRow');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.Product) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.Product=gtc("Product:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.Product.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.Product');
}
if (typeof(specialtys.com.LunchcartItem) === 'undefined') {
specialtys.com.LunchcartItem=gtc("LunchcartItem:http://specialtys.com/");
specialtys.com.LunchcartItem.registerClass('specialtys.com.LunchcartItem');
}
Type.registerNamespace('www.w3.org._2001.XMLSchema');
if (typeof(www.w3.org._2001.XMLSchema.boolean) === 'undefined') {
www.w3.org._2001.XMLSchema.boolean=gtc("boolean:http://www.w3.org/2001/XMLSchema");
www.w3.org._2001.XMLSchema.boolean.registerClass('www.w3.org._2001.XMLSchema.boolean');
}
if (typeof(www.w3.org._2001.XMLSchema.int) === 'undefined') {
www.w3.org._2001.XMLSchema.int=gtc("int:http://www.w3.org/2001/XMLSchema");
www.w3.org._2001.XMLSchema.int.registerClass('www.w3.org._2001.XMLSchema.int');
}
if (typeof(specialtys.com.Lunchcart) === 'undefined') {
specialtys.com.Lunchcart=gtc("Lunchcart:http://specialtys.com/");
specialtys.com.Lunchcart.registerClass('specialtys.com.Lunchcart');
}
if (typeof(specialtys.com.LunchcartCheckoutSummaryShort) === 'undefined') {
specialtys.com.LunchcartCheckoutSummaryShort=gtc("LunchcartCheckoutSummaryShort:http://specialtys.com/");
specialtys.com.LunchcartCheckoutSummaryShort.registerClass('specialtys.com.LunchcartCheckoutSummaryShort');
}
if (typeof(specialtys.com.LunchcartCheckoutSummary) === 'undefined') {
specialtys.com.LunchcartCheckoutSummary=gtc("LunchcartCheckoutSummary:http://specialtys.com/");
specialtys.com.LunchcartCheckoutSummary.registerClass('specialtys.com.LunchcartCheckoutSummary');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.IngredientType) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.IngredientType=gtc("IngredientType:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.IngredientType.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.IngredientType');
}
if (typeof(specialtys.com.TimeSlot) === 'undefined') {
specialtys.com.TimeSlot=gtc("TimeSlot:http://specialtys.com/");
specialtys.com.TimeSlot.registerClass('specialtys.com.TimeSlot');
}
if (typeof(specialtys.com.DateRequested) === 'undefined') {
specialtys.com.DateRequested=gtc("DateRequested:http://specialtys.com/");
specialtys.com.DateRequested.registerClass('specialtys.com.DateRequested');
}
if (typeof(specialtys.com.BooleanResponse) === 'undefined') {
specialtys.com.BooleanResponse=gtc("BooleanResponse:http://specialtys.com/");
specialtys.com.BooleanResponse.registerClass('specialtys.com.BooleanResponse');
}
if (typeof(specialtys.com.StringResponse) === 'undefined') {
specialtys.com.StringResponse=gtc("StringResponse:http://specialtys.com/");
specialtys.com.StringResponse.registerClass('specialtys.com.StringResponse');
}
if (typeof(specialtys.com.LunchboxEditResponse) === 'undefined') {
specialtys.com.LunchboxEditResponse=gtc("LunchboxEditResponse:http://specialtys.com/");
specialtys.com.LunchboxEditResponse.registerClass('specialtys.com.LunchboxEditResponse');
}
if (typeof(specialtys.com.LunchcartEditPaymentInformation) === 'undefined') {
specialtys.com.LunchcartEditPaymentInformation=gtc("LunchcartEditPaymentInformation:http://specialtys.com/");
specialtys.com.LunchcartEditPaymentInformation.registerClass('specialtys.com.LunchcartEditPaymentInformation');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.Ingredient) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.Ingredient=gtc("Ingredient:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.Ingredient.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.Ingredient');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.FavoriteProduct) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.FavoriteProduct=gtc("FavoriteProduct:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.FavoriteProduct.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.FavoriteProduct');
}
if (typeof(Specialtys.SpecialtysDirect.Wcf.Data.Store) === 'undefined') {
Specialtys.SpecialtysDirect.Wcf.Data.Store=gtc("Store:http://schemas.datacontract.org/2004/07/Specialtys.SpecialtysDirect.Wcf.Data");
Specialtys.SpecialtysDirect.Wcf.Data.Store.registerClass('Specialtys.SpecialtysDirect.Wcf.Data.Store');
}

