Type.registerNamespace('ecSoftware.eMarketPlace.Web.SOAP');
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd=function() {
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.get_path();},
GetProductList:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductList',false,{id:id},succeededCallback,failedCallback,userContext); },
Search:function(category,wildQuery,vendor,view,productsperpage,currentpage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Search',false,{category:category,wildQuery:wildQuery,vendor:vendor,view:view,productsperpage:productsperpage,currentpage:currentpage},succeededCallback,failedCallback,userContext); },
SearchProductsXML:function(category,wildQuery,vendor,productsperpage,currentpage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchProductsXML',false,{category:category,wildQuery:wildQuery,vendor:vendor,productsperpage:productsperpage,currentpage:currentpage},succeededCallback,failedCallback,userContext); },
SearchProducts:function(category,wildQuery,vendor,view,productsperpage,currentpage,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchProducts',false,{category:category,wildQuery:wildQuery,vendor:vendor,view:view,productsperpage:productsperpage,currentpage:currentpage},succeededCallback,failedCallback,userContext); },
AddFrontPageProduct:function(guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddFrontPageProduct',false,{guid:guid},succeededCallback,failedCallback,userContext); },
RemoveFrontPageProduct:function(guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveFrontPageProduct',false,{guid:guid},succeededCallback,failedCallback,userContext); },
GetCurrentBasket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCurrentBasket',false,{},succeededCallback,failedCallback,userContext); },
SelectBasket:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SelectBasket',false,{id:id},succeededCallback,failedCallback,userContext); },
CreateNewBasket:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateNewBasket',false,{name:name},succeededCallback,failedCallback,userContext); },
SendBasketToOtherUser:function(basketId,emailid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendBasketToOtherUser',false,{basketId:basketId,emailid:emailid},succeededCallback,failedCallback,userContext); },
AcceptBasket:function(basketId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AcceptBasket',false,{basketId:basketId},succeededCallback,failedCallback,userContext); },
RemoveBasket:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveBasket',false,{id:id},succeededCallback,failedCallback,userContext); },
CreateNewBasketAndSelect:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateNewBasketAndSelect',false,{name:name},succeededCallback,failedCallback,userContext); },
CheckProduct:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckProduct',false,{id:id},succeededCallback,failedCallback,userContext); },
AddProductToBasket:function(id,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddProductToBasket',false,{id:id,count:count},succeededCallback,failedCallback,userContext); },
ClearBasket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearBasket',false,{},succeededCallback,failedCallback,userContext); },
UpdateBasketName:function(basketid,basketname,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateBasketName',false,{basketid:basketid,basketname:basketname},succeededCallback,failedCallback,userContext); },
CheckBasketPurchaseLimit:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckBasketPurchaseLimit',false,{},succeededCallback,failedCallback,userContext); },
UpdateBasketQuantity:function(basketId,productid,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateBasketQuantity',false,{basketId:basketId,productid:productid,count:count},succeededCallback,failedCallback,userContext); },
SetBasketComment:function(basketId,productid,comment,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetBasketComment',false,{basketId:basketId,productid:productid,comment:comment},succeededCallback,failedCallback,userContext); },
UpdateProductInBasket:function(id,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateProductInBasket',false,{id:id,count:count},succeededCallback,failedCallback,userContext); },
RemoveProductFromBasket:function(basketId,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveProductFromBasket',false,{basketId:basketId,id:id},succeededCallback,failedCallback,userContext); },
GetBaskets:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBaskets',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
GetLargeBasket:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLargeBasket',false,{id:id},succeededCallback,failedCallback,userContext); },
GetLargeBasketCheckout:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLargeBasketCheckout',false,{id:id},succeededCallback,failedCallback,userContext); },
GetCurrentLargeBasket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCurrentLargeBasket',false,{},succeededCallback,failedCallback,userContext); },
GetConfirmedBasket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetConfirmedBasket',false,{},succeededCallback,failedCallback,userContext); },
RefreshBasket:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RefreshBasket',false,{},succeededCallback,failedCallback,userContext); },
GetAddress:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAddress',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
GetAddressById:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAddressById',false,{id:id},succeededCallback,failedCallback,userContext); },
GetAddresses:function(id,company,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAddresses',false,{id:id,company:company},succeededCallback,failedCallback,userContext); },
DeleteAddress:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteAddress',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
CreateAddress:function(addressType,address1,address2,postalcode,postbox,place,country,addresstype,defaultaddress,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateAddress',false,{addressType:addressType,address1:address1,address2:address2,postalcode:postalcode,postbox:postbox,place:place,country:country,addresstype:addresstype,defaultaddress:defaultaddress},succeededCallback,failedCallback,userContext); },
UpdateAddress:function(entryId,dbColumn,updatedValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateAddress',false,{entryId:entryId,dbColumn:dbColumn,updatedValue:updatedValue},succeededCallback,failedCallback,userContext); },
GetDefaultAddress:function(Id,addresstype,usertype,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDefaultAddress',false,{Id:Id,addresstype:addresstype,usertype:usertype},succeededCallback,failedCallback,userContext); },
GetDefaultCostCenter:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDefaultCostCenter',false,{Id:Id},succeededCallback,failedCallback,userContext); },
GetCostCenter:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCostCenter',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
GetCostCenters:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCostCenters',false,{id:id},succeededCallback,failedCallback,userContext); },
DeleteCostCenter:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteCostCenter',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
CreateCostCenter:function(name,identification,erp,defa,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCostCenter',false,{name:name,identification:identification,erp:erp,defa:defa},succeededCallback,failedCallback,userContext); },
UpdateCostCenter:function(entryId,dbColumn,updatedValue,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCostCenter',false,{entryId:entryId,dbColumn:dbColumn,updatedValue:updatedValue},succeededCallback,failedCallback,userContext); },
GetUserSettings:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserSettings',false,{},succeededCallback,failedCallback,userContext); },
UpdateUserSettings:function(property,value,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateUserSettings',false,{property:property,value:value},succeededCallback,failedCallback,userContext); },
ResetUserSettings:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetUserSettings',false,{},succeededCallback,failedCallback,userContext); },
GetShippingMethods:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetShippingMethods',false,{},succeededCallback,failedCallback,userContext); },
CreateOrderForCompany:function(userId,userName,userSSN,userPhone,userEmail,companyId,companyName,companySSN,companyPhone,companyEmail,companyBillingAddress1,companyBillingAddress2,companyBillingPostalCode,companyBillingPostBox,companyBillingPlace,companyBillingCountry,companyCostCenterName,companyCostCenterIdentification,companyCostCenterERP,differentCompanyShippingAddress,companyShippingAddress1,companyShippingAddress2,companyShippingPostalCode,companyShippingPostBox,companyShippingPlace,companyShippingCountry,selectedShipment,paymentAccount,paymentCredit,paymentCreditName,paymentCreditNumber,paymentCreditCVC,paymentCreditMonth,paymentCreditYear,paymentCreditType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateOrderForCompany',false,{userId:userId,userName:userName,userSSN:userSSN,userPhone:userPhone,userEmail:userEmail,companyId:companyId,companyName:companyName,companySSN:companySSN,companyPhone:companyPhone,companyEmail:companyEmail,companyBillingAddress1:companyBillingAddress1,companyBillingAddress2:companyBillingAddress2,companyBillingPostalCode:companyBillingPostalCode,companyBillingPostBox:companyBillingPostBox,companyBillingPlace:companyBillingPlace,companyBillingCountry:companyBillingCountry,companyCostCenterName:companyCostCenterName,companyCostCenterIdentification:companyCostCenterIdentification,companyCostCenterERP:companyCostCenterERP,differentCompanyShippingAddress:differentCompanyShippingAddress,companyShippingAddress1:companyShippingAddress1,companyShippingAddress2:companyShippingAddress2,companyShippingPostalCode:companyShippingPostalCode,companyShippingPostBox:companyShippingPostBox,companyShippingPlace:companyShippingPlace,companyShippingCountry:companyShippingCountry,selectedShipment:selectedShipment,paymentAccount:paymentAccount,paymentCredit:paymentCredit,paymentCreditName:paymentCreditName,paymentCreditNumber:paymentCreditNumber,paymentCreditCVC:paymentCreditCVC,paymentCreditMonth:paymentCreditMonth,paymentCreditYear:paymentCreditYear,paymentCreditType:paymentCreditType},succeededCallback,failedCallback,userContext); },
CreateOrderForUser:function(userId,userName,userSSN,userPhone,userEmail,userAddress1,userAddress2,userPostalCode,userPlace,userCountry,differentUserShippingAddress,userShippingAddress1,userShippingAddress2,userShippingPostalCode,userShippingAddressPlace,userShippingAddressCountry,selectedShipment,paymentCreditName,paymentCreditNumber,paymentCreditCVC,paymentCreditMonth,paymentCreditYear,paymentCreditType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateOrderForUser',false,{userId:userId,userName:userName,userSSN:userSSN,userPhone:userPhone,userEmail:userEmail,userAddress1:userAddress1,userAddress2:userAddress2,userPostalCode:userPostalCode,userPlace:userPlace,userCountry:userCountry,differentUserShippingAddress:differentUserShippingAddress,userShippingAddress1:userShippingAddress1,userShippingAddress2:userShippingAddress2,userShippingPostalCode:userShippingPostalCode,userShippingAddressPlace:userShippingAddressPlace,userShippingAddressCountry:userShippingAddressCountry,selectedShipment:selectedShipment,paymentCreditName:paymentCreditName,paymentCreditNumber:paymentCreditNumber,paymentCreditCVC:paymentCreditCVC,paymentCreditMonth:paymentCreditMonth,paymentCreditYear:paymentCreditYear,paymentCreditType:paymentCreditType},succeededCallback,failedCallback,userContext); },
GetFilteredOrders:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilteredOrders',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
ExportFilteredOrders:function(filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExportFilteredOrders',false,{filter:filter},succeededCallback,failedCallback,userContext); },
GetFilteredVendorOrders:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilteredVendorOrders',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
GetFilteredCompanyOrders:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilteredCompanyOrders',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
ActivateBasketFromOrder:function(orderid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ActivateBasketFromOrder',false,{orderid:orderid},succeededCallback,failedCallback,userContext); },
GetLargeOrder:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLargeOrder',false,{id:id},succeededCallback,failedCallback,userContext); },
GetLargeVendorOrder:function(id,filterVendor,vendorId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLargeVendorOrder',false,{id:id,filterVendor:filterVendor,vendorId:vendorId},succeededCallback,failedCallback,userContext); },
CancelProductInOrder:function(orderId,productId,isVendor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CancelProductInOrder',false,{orderId:orderId,productId:productId,isVendor:isVendor},succeededCallback,failedCallback,userContext); },
RejectOrder:function(orderId,vendorId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RejectOrder',false,{orderId:orderId,vendorId:vendorId},succeededCallback,failedCallback,userContext); },
ApproveOrder:function(orderId,vendorId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ApproveOrder',false,{orderId:orderId,vendorId:vendorId},succeededCallback,failedCallback,userContext); },
UpdateOrderStatus:function(orderId,status,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateOrderStatus',false,{orderId:orderId,status:status},succeededCallback,failedCallback,userContext); },
MarkOrderAsDelivered:function(orderId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MarkOrderAsDelivered',false,{orderId:orderId},succeededCallback,failedCallback,userContext); },
CancelOrder:function(orderId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CancelOrder',false,{orderId:orderId},succeededCallback,failedCallback,userContext); },
UpdateOrderQuantity:function(orderId,productid,count,isVendor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateOrderQuantity',false,{orderId:orderId,productid:productid,count:count,isVendor:isVendor},succeededCallback,failedCallback,userContext); },
ApproveQuantityChange:function(orderId,productid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ApproveQuantityChange',false,{orderId:orderId,productid:productid},succeededCallback,failedCallback,userContext); },
CreateMessage:function(productId,orderId,title,data,fromVendor,ip,vendorId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateMessage',false,{productId:productId,orderId:orderId,title:title,data:data,fromVendor:fromVendor,ip:ip,vendorId:vendorId},succeededCallback,failedCallback,userContext); },
GetMessageHistory:function(productId,orderId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMessageHistory',false,{productId:productId,orderId:orderId},succeededCallback,failedCallback,userContext); },
GetMessage:function(messageId,fromVendor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMessage',false,{messageId:messageId,fromVendor:fromVendor},succeededCallback,failedCallback,userContext); },
GetBetaPasswords:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBetaPasswords',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
DeleteBetaPassword:function(guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteBetaPassword',false,{guid:guid},succeededCallback,failedCallback,userContext); },
CreateBetaPassword:function(password,label,expires,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateBetaPassword',false,{password:password,label:label,expires:expires},succeededCallback,failedCallback,userContext); },
SaveReportSettings:function(subscribed,option,receiver,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveReportSettings',false,{subscribed:subscribed,option:option,receiver:receiver},succeededCallback,failedCallback,userContext); },
LoadReportSettings:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadReportSettings',false,{},succeededCallback,failedCallback,userContext); },
ManageState:function(keys,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ManageState',false,{keys:keys},succeededCallback,failedCallback,userContext); },
SetCheckOutState:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetCheckOutState',false,{},succeededCallback,failedCallback,userContext); },
ResetSession:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetSession',false,{},succeededCallback,failedCallback,userContext); },
GetCheckoutKeys:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCheckoutKeys',false,{},succeededCallback,failedCallback,userContext); },
Login:function(email,password,rememberMe,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Login',false,{email:email,password:password,rememberMe:rememberMe},succeededCallback,failedCallback,userContext); },
BetaLogin:function(password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BetaLogin',false,{password:password},succeededCallback,failedCallback,userContext); },
Logout:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Logout',false,{},succeededCallback,failedCallback,userContext); },
ChangeLanguage:function(lang,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangeLanguage',false,{lang:lang},succeededCallback,failedCallback,userContext); },
GetCompaniesForInvitedUser:function(userId,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompaniesForInvitedUser',false,{userId:userId,companyId:companyId},succeededCallback,failedCallback,userContext); },
SaveInvitedCompany:function(companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveInvitedCompany',false,{companyId:companyId},succeededCallback,failedCallback,userContext); },
CreatePassword:function(userId,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreatePassword',false,{userId:userId,password:password},succeededCallback,failedCallback,userContext); },
ForgotPassword:function(userId,password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ForgotPassword',false,{userId:userId,password:password},succeededCallback,failedCallback,userContext); },
ResetPassword:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ResetPassword',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
DoForgotPassword:function(email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoForgotPassword',false,{email:email},succeededCallback,failedCallback,userContext); },
GetCaptcha:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCaptcha',false,{},succeededCallback,failedCallback,userContext); },
GetCountries:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCountries',false,{},succeededCallback,failedCallback,userContext); },
SearchVendors:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchVendors',false,{query:query},succeededCallback,failedCallback,userContext); },
SearchVendorsByLetter:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchVendorsByLetter',false,{query:query},succeededCallback,failedCallback,userContext); },
GetVendors:function(vendors,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVendors',false,{vendors:vendors},succeededCallback,failedCallback,userContext); },
AddVendorToGroup:function(groupGuid,oldXml,vendorId,update,setting,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddVendorToGroup',false,{groupGuid:groupGuid,oldXml:oldXml,vendorId:vendorId,update:update,setting:setting},succeededCallback,failedCallback,userContext); },
RemoveVendorFromGroup:function(groupGuid,oldXml,vendorId,update,setting,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveVendorFromGroup',false,{groupGuid:groupGuid,oldXml:oldXml,vendorId:vendorId,update:update,setting:setting},succeededCallback,failedCallback,userContext); },
EnableDisableVendors:function(vendorIds,disable,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EnableDisableVendors',false,{vendorIds:vendorIds,disable:disable},succeededCallback,failedCallback,userContext); },
GetGroupsByCompany:function(companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGroupsByCompany',false,{companyId:companyId},succeededCallback,failedCallback,userContext); },
GetGroups:function(parentId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGroups',false,{parentId:parentId},succeededCallback,failedCallback,userContext); },
GetGroupByGuid:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGroupByGuid',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
GetGroupById:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGroupById',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
CreateGroup:function(parentId,companyId,name,accessVendors,accessGroups,accessUsers,accessCompany,accessInvite,accessCostCenters,accessAddresses,accessNews,accessContract,maxPurchase,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateGroup',false,{parentId:parentId,companyId:companyId,name:name,accessVendors:accessVendors,accessGroups:accessGroups,accessUsers:accessUsers,accessCompany:accessCompany,accessInvite:accessInvite,accessCostCenters:accessCostCenters,accessAddresses:accessAddresses,accessNews:accessNews,accessContract:accessContract,maxPurchase:maxPurchase},succeededCallback,failedCallback,userContext); },
UpdateGroup:function(groupId,updatedValue,propertyName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateGroup',false,{groupId:groupId,updatedValue:updatedValue,propertyName:propertyName},succeededCallback,failedCallback,userContext); },
DisableGroup:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DisableGroup',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
EnableGroup:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EnableGroup',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
DeleteGroup:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteGroup',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
HasSubGroups:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HasSubGroups',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
GetCompanyById:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompanyById',false,{id:id},succeededCallback,failedCallback,userContext); },
GetCompanyByGuid:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompanyByGuid',false,{id:id},succeededCallback,failedCallback,userContext); },
UpdateCompany:function(compId,compSsn,compName,compEmail,compPhone,compAddress1,compAddress2,compPostcode,compPostbox,compPlace,compVat,compFax,compWebsite,compDescription,compVendor,compGovern,compCountry,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCompany',false,{compId:compId,compSsn:compSsn,compName:compName,compEmail:compEmail,compPhone:compPhone,compAddress1:compAddress1,compAddress2:compAddress2,compPostcode:compPostcode,compPostbox:compPostbox,compPlace:compPlace,compVat:compVat,compFax:compFax,compWebsite:compWebsite,compDescription:compDescription,compVendor:compVendor,compGovern:compGovern,compCountry:compCountry},succeededCallback,failedCallback,userContext); },
CreateCompany:function(ssn,fullname,email,phone,address1,address2,postcode,place,country,hash,img,compSsn,compName,compSitename,compEmail,compPhone,compAddress1,compAddress2,compPostcode,compPostbox,compPlace,compVat,compFax,compWebsite,compDescription,compVendor,compGovern,compCountry,groupType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCompany',false,{ssn:ssn,fullname:fullname,email:email,phone:phone,address1:address1,address2:address2,postcode:postcode,place:place,country:country,hash:hash,img:img,compSsn:compSsn,compName:compName,compSitename:compSitename,compEmail:compEmail,compPhone:compPhone,compAddress1:compAddress1,compAddress2:compAddress2,compPostcode:compPostcode,compPostbox:compPostbox,compPlace:compPlace,compVat:compVat,compFax:compFax,compWebsite:compWebsite,compDescription:compDescription,compVendor:compVendor,compGovern:compGovern,compCountry:compCountry,groupType:groupType},succeededCallback,failedCallback,userContext); },
ApproveCompany:function(companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ApproveCompany',false,{companyId:companyId},succeededCallback,failedCallback,userContext); },
DeleteCompany:function(companyId,deleteText,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteCompany',false,{companyId:companyId,deleteText:deleteText},succeededCallback,failedCallback,userContext); },
GetFilteredCompanies:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilteredCompanies',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
UpdateCompanyType:function(companyId,Government,Vendor,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateCompanyType',false,{companyId:companyId,Government:Government,Vendor:Vendor},succeededCallback,failedCallback,userContext); },
ToggleProductStatus:function(companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ToggleProductStatus',false,{companyId:companyId},succeededCallback,failedCallback,userContext); },
UpdateShippingCost:function(companyId,value,field,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateShippingCost',false,{companyId:companyId,value:value,field:field},succeededCallback,failedCallback,userContext); },
GetUser:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUser',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
ToggleUser:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ToggleUser',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
DisableUser:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DisableUser',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
EnableUser:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EnableUser',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
MoveUser:function(groupId,userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MoveUser',false,{groupId:groupId,userId:userId},succeededCallback,failedCallback,userContext); },
DeleteUser:function(entryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteUser',false,{entryId:entryId},succeededCallback,failedCallback,userContext); },
AddPriceGroup:function(groupDescription,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddPriceGroup',false,{groupDescription:groupDescription},succeededCallback,failedCallback,userContext); },
GetDescription:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDescription',false,{id:id},succeededCallback,failedCallback,userContext); },
UpdatePriceDescription:function(id,description,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdatePriceDescription',false,{id:id,description:description},succeededCallback,failedCallback,userContext); },
DeletePriceGroup:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeletePriceGroup',false,{id:id},succeededCallback,failedCallback,userContext); },
UpdateGroupType:function(companyId,groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateGroupType',false,{companyId:companyId,groupId:groupId},succeededCallback,failedCallback,userContext); },
LoadGroupType:function(companyid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadGroupType',false,{companyid:companyid},succeededCallback,failedCallback,userContext); },
GetPriceGroup:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPriceGroup',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
togglePriceGroup:function(groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'togglePriceGroup',false,{groupId:groupId},succeededCallback,failedCallback,userContext); },
CreateCompanyUser:function(userId,companyId,fullname,ssn,email,phone,groupId,fax,division,position,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCompanyUser',false,{userId:userId,companyId:companyId,fullname:fullname,ssn:ssn,email:email,phone:phone,groupId:groupId,fax:fax,division:division,position:position},succeededCallback,failedCallback,userContext); },
CreateIndividualUser:function(ssn,fullname,email,phone,address1,address2,postcode,place,country,hash,img,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateIndividualUser',false,{ssn:ssn,fullname:fullname,email:email,phone:phone,address1:address1,address2:address2,postcode:postcode,place:place,country:country,hash:hash,img:img},succeededCallback,failedCallback,userContext); },
UpdateUser:function(userId,ssn,fullname,phone,address1,address2,postcode,place,country,division,position,fax,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateUser',false,{userId:userId,ssn:ssn,fullname:fullname,phone:phone,address1:address1,address2:address2,postcode:postcode,place:place,country:country,division:division,position:position,fax:fax},succeededCallback,failedCallback,userContext); },
ChangePassword:function(oldPassword,newPassword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangePassword',false,{oldPassword:oldPassword,newPassword:newPassword},succeededCallback,failedCallback,userContext); },
ChangeEmail:function(oldEmail,newEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangeEmail',false,{oldEmail:oldEmail,newEmail:newEmail},succeededCallback,failedCallback,userContext); },
GetAdminUsers:function(companySSN,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAdminUsers',false,{companySSN:companySSN},succeededCallback,failedCallback,userContext); },
GetUsers:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUsers',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
GetFilteredUsers:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFilteredUsers',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
ExportUserList:function(filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExportUserList',false,{filter:filter},succeededCallback,failedCallback,userContext); },
DeleteUsers:function(users,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteUsers',false,{users:users,companyId:companyId},succeededCallback,failedCallback,userContext); },
DisableUsers:function(users,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DisableUsers',false,{users:users,companyId:companyId},succeededCallback,failedCallback,userContext); },
EnableUsers:function(users,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EnableUsers',false,{users:users,companyId:companyId},succeededCallback,failedCallback,userContext); },
MoveUsers:function(groupId,users,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MoveUsers',false,{groupId:groupId,users:users,companyId:companyId},succeededCallback,failedCallback,userContext); },
SearchUsers:function(ssn,company,name,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SearchUsers',false,{ssn:ssn,company:company,name:name},succeededCallback,failedCallback,userContext); },
InviteUser:function(userId,email,groupId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InviteUser',false,{userId:userId,email:email,groupId:groupId},succeededCallback,failedCallback,userContext); },
MoveInvitedUser:function(groupId,userId,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MoveInvitedUser',false,{groupId:groupId,userId:userId,companyId:companyId},succeededCallback,failedCallback,userContext); },
ToggleInvitedUser:function(guid,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ToggleInvitedUser',false,{guid:guid,companyId:companyId},succeededCallback,failedCallback,userContext); },
DeleteInvitedUser:function(guid,companyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteInvitedUser',false,{guid:guid,companyId:companyId},succeededCallback,failedCallback,userContext); },
GetAllowedProducts:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAllowedProducts',false,{userId:userId},succeededCallback,failedCallback,userContext); },
AddAllowedProducts:function(userId,productIds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddAllowedProducts',false,{userId:userId,productIds:productIds},succeededCallback,failedCallback,userContext); },
RemoveAllowedProducts:function(userId,productIds,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveAllowedProducts',false,{userId:userId,productIds:productIds},succeededCallback,failedCallback,userContext); },
GetProductCategories:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductCategories',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
InitializeCategory:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InitializeCategory',false,{},succeededCallback,failedCallback,userContext); },
CreateCategory:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCategory',false,{name:name},succeededCallback,failedCallback,userContext); },
RemoveCategory:function(categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveCategory',false,{categoryId:categoryId},succeededCallback,failedCallback,userContext); },
AddProductToCategory:function(productId,categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddProductToCategory',false,{productId:productId,categoryId:categoryId},succeededCallback,failedCallback,userContext); },
RemoveProductFromCategory:function(productId,categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveProductFromCategory',false,{productId:productId,categoryId:categoryId},succeededCallback,failedCallback,userContext); },
AddUserToCategory:function(userId,categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddUserToCategory',false,{userId:userId,categoryId:categoryId},succeededCallback,failedCallback,userContext); },
RemoveUserFromCategory:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveUserFromCategory',false,{id:id},succeededCallback,failedCallback,userContext); },
GetUsersForCategory:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUsersForCategory',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
GetRestrictedProducts:function(page,pagesize,requests,filter,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRestrictedProducts',false,{page:page,pagesize:pagesize,requests:requests,filter:filter},succeededCallback,failedCallback,userContext); },
GetUNSPSCList:function(Segment,Family,Class,Commodity,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUNSPSCList',false,{Segment:Segment,Family:Family,Class:Class,Commodity:Commodity},succeededCallback,failedCallback,userContext); },
GetProductDetail:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProductDetail',false,{id:id},succeededCallback,failedCallback,userContext); }}
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.registerClass('ecSoftware.eMarketPlace.Web.SOAP.FrontEnd',Sys.Net.WebServiceProxy);
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance = new ecSoftware.eMarketPlace.Web.SOAP.FrontEnd();
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.set_path = function(value) { ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.set_path(value); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.get_path = function() { return ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.get_path(); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.set_timeout = function(value) { ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.set_timeout(value); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.get_timeout = function() { return ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.get_timeout(); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.set_defaultUserContext = function(value) { ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.set_defaultUserContext(value); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.get_defaultUserContext = function() { return ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.get_defaultUserContext(); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.set_defaultSucceededCallback = function(value) { ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.set_defaultSucceededCallback(value); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.get_defaultSucceededCallback = function() { return ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.get_defaultSucceededCallback(); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.set_defaultFailedCallback = function(value) { ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.set_defaultFailedCallback(value); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.get_defaultFailedCallback = function() { return ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.get_defaultFailedCallback(); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.set_path("/SOAP/FrontEnd.asmx");
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetProductList= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetProductList(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.Search= function(category,wildQuery,vendor,view,productsperpage,currentpage,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.Search(category,wildQuery,vendor,view,productsperpage,currentpage,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SearchProductsXML= function(category,wildQuery,vendor,productsperpage,currentpage,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SearchProductsXML(category,wildQuery,vendor,productsperpage,currentpage,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SearchProducts= function(category,wildQuery,vendor,view,productsperpage,currentpage,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SearchProducts(category,wildQuery,vendor,view,productsperpage,currentpage,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddFrontPageProduct= function(guid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddFrontPageProduct(guid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveFrontPageProduct= function(guid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveFrontPageProduct(guid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCurrentBasket= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCurrentBasket(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SelectBasket= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SelectBasket(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateNewBasket= function(name,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateNewBasket(name,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SendBasketToOtherUser= function(basketId,emailid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SendBasketToOtherUser(basketId,emailid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AcceptBasket= function(basketId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AcceptBasket(basketId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveBasket= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveBasket(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateNewBasketAndSelect= function(name,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateNewBasketAndSelect(name,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CheckProduct= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CheckProduct(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddProductToBasket= function(id,count,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddProductToBasket(id,count,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ClearBasket= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ClearBasket(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateBasketName= function(basketid,basketname,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateBasketName(basketid,basketname,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CheckBasketPurchaseLimit= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CheckBasketPurchaseLimit(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateBasketQuantity= function(basketId,productid,count,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateBasketQuantity(basketId,productid,count,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SetBasketComment= function(basketId,productid,comment,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SetBasketComment(basketId,productid,comment,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateProductInBasket= function(id,count,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateProductInBasket(id,count,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveProductFromBasket= function(basketId,id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveProductFromBasket(basketId,id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetBaskets= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetBaskets(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetLargeBasket= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetLargeBasket(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetLargeBasketCheckout= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetLargeBasketCheckout(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCurrentLargeBasket= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCurrentLargeBasket(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetConfirmedBasket= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetConfirmedBasket(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RefreshBasket= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RefreshBasket(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetAddress= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetAddress(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetAddressById= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetAddressById(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetAddresses= function(id,company,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetAddresses(id,company,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteAddress= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteAddress(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateAddress= function(addressType,address1,address2,postalcode,postbox,place,country,addresstype,defaultaddress,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateAddress(addressType,address1,address2,postalcode,postbox,place,country,addresstype,defaultaddress,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateAddress= function(entryId,dbColumn,updatedValue,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateAddress(entryId,dbColumn,updatedValue,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetDefaultAddress= function(Id,addresstype,usertype,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetDefaultAddress(Id,addresstype,usertype,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetDefaultCostCenter= function(Id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetDefaultCostCenter(Id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCostCenter= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCostCenter(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCostCenters= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCostCenters(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteCostCenter= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteCostCenter(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateCostCenter= function(name,identification,erp,defa,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateCostCenter(name,identification,erp,defa,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateCostCenter= function(entryId,dbColumn,updatedValue,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateCostCenter(entryId,dbColumn,updatedValue,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetUserSettings= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetUserSettings(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateUserSettings= function(property,value,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateUserSettings(property,value,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ResetUserSettings= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ResetUserSettings(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetShippingMethods= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetShippingMethods(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateOrderForCompany= function(userId,userName,userSSN,userPhone,userEmail,companyId,companyName,companySSN,companyPhone,companyEmail,companyBillingAddress1,companyBillingAddress2,companyBillingPostalCode,companyBillingPostBox,companyBillingPlace,companyBillingCountry,companyCostCenterName,companyCostCenterIdentification,companyCostCenterERP,differentCompanyShippingAddress,companyShippingAddress1,companyShippingAddress2,companyShippingPostalCode,companyShippingPostBox,companyShippingPlace,companyShippingCountry,selectedShipment,paymentAccount,paymentCredit,paymentCreditName,paymentCreditNumber,paymentCreditCVC,paymentCreditMonth,paymentCreditYear,paymentCreditType,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateOrderForCompany(userId,userName,userSSN,userPhone,userEmail,companyId,companyName,companySSN,companyPhone,companyEmail,companyBillingAddress1,companyBillingAddress2,companyBillingPostalCode,companyBillingPostBox,companyBillingPlace,companyBillingCountry,companyCostCenterName,companyCostCenterIdentification,companyCostCenterERP,differentCompanyShippingAddress,companyShippingAddress1,companyShippingAddress2,companyShippingPostalCode,companyShippingPostBox,companyShippingPlace,companyShippingCountry,selectedShipment,paymentAccount,paymentCredit,paymentCreditName,paymentCreditNumber,paymentCreditCVC,paymentCreditMonth,paymentCreditYear,paymentCreditType,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateOrderForUser= function(userId,userName,userSSN,userPhone,userEmail,userAddress1,userAddress2,userPostalCode,userPlace,userCountry,differentUserShippingAddress,userShippingAddress1,userShippingAddress2,userShippingPostalCode,userShippingAddressPlace,userShippingAddressCountry,selectedShipment,paymentCreditName,paymentCreditNumber,paymentCreditCVC,paymentCreditMonth,paymentCreditYear,paymentCreditType,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateOrderForUser(userId,userName,userSSN,userPhone,userEmail,userAddress1,userAddress2,userPostalCode,userPlace,userCountry,differentUserShippingAddress,userShippingAddress1,userShippingAddress2,userShippingPostalCode,userShippingAddressPlace,userShippingAddressCountry,selectedShipment,paymentCreditName,paymentCreditNumber,paymentCreditCVC,paymentCreditMonth,paymentCreditYear,paymentCreditType,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetFilteredOrders= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetFilteredOrders(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ExportFilteredOrders= function(filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ExportFilteredOrders(filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetFilteredVendorOrders= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetFilteredVendorOrders(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetFilteredCompanyOrders= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetFilteredCompanyOrders(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ActivateBasketFromOrder= function(orderid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ActivateBasketFromOrder(orderid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetLargeOrder= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetLargeOrder(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetLargeVendorOrder= function(id,filterVendor,vendorId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetLargeVendorOrder(id,filterVendor,vendorId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CancelProductInOrder= function(orderId,productId,isVendor,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CancelProductInOrder(orderId,productId,isVendor,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RejectOrder= function(orderId,vendorId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RejectOrder(orderId,vendorId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ApproveOrder= function(orderId,vendorId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ApproveOrder(orderId,vendorId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateOrderStatus= function(orderId,status,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateOrderStatus(orderId,status,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.MarkOrderAsDelivered= function(orderId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.MarkOrderAsDelivered(orderId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CancelOrder= function(orderId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CancelOrder(orderId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateOrderQuantity= function(orderId,productid,count,isVendor,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateOrderQuantity(orderId,productid,count,isVendor,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ApproveQuantityChange= function(orderId,productid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ApproveQuantityChange(orderId,productid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateMessage= function(productId,orderId,title,data,fromVendor,ip,vendorId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateMessage(productId,orderId,title,data,fromVendor,ip,vendorId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetMessageHistory= function(productId,orderId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetMessageHistory(productId,orderId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetMessage= function(messageId,fromVendor,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetMessage(messageId,fromVendor,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetBetaPasswords= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetBetaPasswords(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteBetaPassword= function(guid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteBetaPassword(guid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateBetaPassword= function(password,label,expires,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateBetaPassword(password,label,expires,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SaveReportSettings= function(subscribed,option,receiver,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SaveReportSettings(subscribed,option,receiver,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.LoadReportSettings= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.LoadReportSettings(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ManageState= function(keys,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ManageState(keys,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SetCheckOutState= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SetCheckOutState(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ResetSession= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ResetSession(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCheckoutKeys= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCheckoutKeys(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.Login= function(email,password,rememberMe,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.Login(email,password,rememberMe,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.BetaLogin= function(password,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.BetaLogin(password,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.Logout= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.Logout(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ChangeLanguage= function(lang,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ChangeLanguage(lang,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCompaniesForInvitedUser= function(userId,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCompaniesForInvitedUser(userId,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SaveInvitedCompany= function(companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SaveInvitedCompany(companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreatePassword= function(userId,password,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreatePassword(userId,password,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ForgotPassword= function(userId,password,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ForgotPassword(userId,password,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ResetPassword= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ResetPassword(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DoForgotPassword= function(email,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DoForgotPassword(email,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCaptcha= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCaptcha(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCountries= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCountries(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SearchVendors= function(query,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SearchVendors(query,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SearchVendorsByLetter= function(query,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SearchVendorsByLetter(query,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetVendors= function(vendors,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetVendors(vendors,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddVendorToGroup= function(groupGuid,oldXml,vendorId,update,setting,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddVendorToGroup(groupGuid,oldXml,vendorId,update,setting,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveVendorFromGroup= function(groupGuid,oldXml,vendorId,update,setting,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveVendorFromGroup(groupGuid,oldXml,vendorId,update,setting,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.EnableDisableVendors= function(vendorIds,disable,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.EnableDisableVendors(vendorIds,disable,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetGroupsByCompany= function(companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetGroupsByCompany(companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetGroups= function(parentId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetGroups(parentId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetGroupByGuid= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetGroupByGuid(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetGroupById= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetGroupById(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateGroup= function(parentId,companyId,name,accessVendors,accessGroups,accessUsers,accessCompany,accessInvite,accessCostCenters,accessAddresses,accessNews,accessContract,maxPurchase,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateGroup(parentId,companyId,name,accessVendors,accessGroups,accessUsers,accessCompany,accessInvite,accessCostCenters,accessAddresses,accessNews,accessContract,maxPurchase,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateGroup= function(groupId,updatedValue,propertyName,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateGroup(groupId,updatedValue,propertyName,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DisableGroup= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DisableGroup(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.EnableGroup= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.EnableGroup(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteGroup= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteGroup(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.HasSubGroups= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.HasSubGroups(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCompanyById= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCompanyById(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetCompanyByGuid= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetCompanyByGuid(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateCompany= function(compId,compSsn,compName,compEmail,compPhone,compAddress1,compAddress2,compPostcode,compPostbox,compPlace,compVat,compFax,compWebsite,compDescription,compVendor,compGovern,compCountry,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateCompany(compId,compSsn,compName,compEmail,compPhone,compAddress1,compAddress2,compPostcode,compPostbox,compPlace,compVat,compFax,compWebsite,compDescription,compVendor,compGovern,compCountry,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateCompany= function(ssn,fullname,email,phone,address1,address2,postcode,place,country,hash,img,compSsn,compName,compSitename,compEmail,compPhone,compAddress1,compAddress2,compPostcode,compPostbox,compPlace,compVat,compFax,compWebsite,compDescription,compVendor,compGovern,compCountry,groupType,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateCompany(ssn,fullname,email,phone,address1,address2,postcode,place,country,hash,img,compSsn,compName,compSitename,compEmail,compPhone,compAddress1,compAddress2,compPostcode,compPostbox,compPlace,compVat,compFax,compWebsite,compDescription,compVendor,compGovern,compCountry,groupType,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ApproveCompany= function(companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ApproveCompany(companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteCompany= function(companyId,deleteText,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteCompany(companyId,deleteText,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetFilteredCompanies= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetFilteredCompanies(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateCompanyType= function(companyId,Government,Vendor,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateCompanyType(companyId,Government,Vendor,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ToggleProductStatus= function(companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ToggleProductStatus(companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateShippingCost= function(companyId,value,field,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateShippingCost(companyId,value,field,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetUser= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetUser(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ToggleUser= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ToggleUser(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DisableUser= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DisableUser(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.EnableUser= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.EnableUser(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.MoveUser= function(groupId,userId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.MoveUser(groupId,userId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteUser= function(entryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteUser(entryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddPriceGroup= function(groupDescription,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddPriceGroup(groupDescription,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetDescription= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetDescription(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdatePriceDescription= function(id,description,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdatePriceDescription(id,description,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeletePriceGroup= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeletePriceGroup(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateGroupType= function(companyId,groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateGroupType(companyId,groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.LoadGroupType= function(companyid,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.LoadGroupType(companyid,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetPriceGroup= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetPriceGroup(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.togglePriceGroup= function(groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.togglePriceGroup(groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateCompanyUser= function(userId,companyId,fullname,ssn,email,phone,groupId,fax,division,position,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateCompanyUser(userId,companyId,fullname,ssn,email,phone,groupId,fax,division,position,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateIndividualUser= function(ssn,fullname,email,phone,address1,address2,postcode,place,country,hash,img,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateIndividualUser(ssn,fullname,email,phone,address1,address2,postcode,place,country,hash,img,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.UpdateUser= function(userId,ssn,fullname,phone,address1,address2,postcode,place,country,division,position,fax,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.UpdateUser(userId,ssn,fullname,phone,address1,address2,postcode,place,country,division,position,fax,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ChangePassword= function(oldPassword,newPassword,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ChangePassword(oldPassword,newPassword,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ChangeEmail= function(oldEmail,newEmail,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ChangeEmail(oldEmail,newEmail,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetAdminUsers= function(companySSN,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetAdminUsers(companySSN,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetUsers= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetUsers(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetFilteredUsers= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetFilteredUsers(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ExportUserList= function(filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ExportUserList(filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteUsers= function(users,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteUsers(users,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DisableUsers= function(users,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DisableUsers(users,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.EnableUsers= function(users,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.EnableUsers(users,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.MoveUsers= function(groupId,users,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.MoveUsers(groupId,users,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.SearchUsers= function(ssn,company,name,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.SearchUsers(ssn,company,name,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.InviteUser= function(userId,email,groupId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.InviteUser(userId,email,groupId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.MoveInvitedUser= function(groupId,userId,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.MoveInvitedUser(groupId,userId,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.ToggleInvitedUser= function(guid,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.ToggleInvitedUser(guid,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.DeleteInvitedUser= function(guid,companyId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.DeleteInvitedUser(guid,companyId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetAllowedProducts= function(userId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetAllowedProducts(userId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddAllowedProducts= function(userId,productIds,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddAllowedProducts(userId,productIds,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveAllowedProducts= function(userId,productIds,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveAllowedProducts(userId,productIds,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetProductCategories= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetProductCategories(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.InitializeCategory= function(onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.InitializeCategory(onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.CreateCategory= function(name,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.CreateCategory(name,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveCategory= function(categoryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveCategory(categoryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddProductToCategory= function(productId,categoryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddProductToCategory(productId,categoryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveProductFromCategory= function(productId,categoryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveProductFromCategory(productId,categoryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.AddUserToCategory= function(userId,categoryId,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.AddUserToCategory(userId,categoryId,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.RemoveUserFromCategory= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.RemoveUserFromCategory(id,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetUsersForCategory= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetUsersForCategory(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetRestrictedProducts= function(page,pagesize,requests,filter,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetRestrictedProducts(page,pagesize,requests,filter,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetUNSPSCList= function(Segment,Family,Class,Commodity,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetUNSPSCList(Segment,Family,Class,Commodity,onSuccess,onFailed,userContext); }
ecSoftware.eMarketPlace.Web.SOAP.FrontEnd.GetProductDetail= function(id,onSuccess,onFailed,userContext) {ecSoftware.eMarketPlace.Web.SOAP.FrontEnd._staticInstance.GetProductDetail(id,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('ecSoftware.eMarketPlace.Data.Container');
if (typeof(ecSoftware.eMarketPlace.Data.Container.Basket) === 'undefined') {
ecSoftware.eMarketPlace.Data.Container.Basket=gtc("ecSoftware.eMarketPlace.Data.Container.Basket");
ecSoftware.eMarketPlace.Data.Container.Basket.registerClass('ecSoftware.eMarketPlace.Data.Container.Basket');
}
if (typeof(ecSoftware.eMarketPlace.Data.Container.FilterViewPage) === 'undefined') {
ecSoftware.eMarketPlace.Data.Container.FilterViewPage=gtc("ecSoftware.eMarketPlace.Data.Container.FilterViewPage");
ecSoftware.eMarketPlace.Data.Container.FilterViewPage.registerClass('ecSoftware.eMarketPlace.Data.Container.FilterViewPage');
}
Type.registerNamespace('ecSoftware.eMarketPlace.Data.Core');
if (typeof(ecSoftware.eMarketPlace.Data.Core.Address) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.Address=gtc("ecSoftware.eMarketPlace.Data.Core.Address");
ecSoftware.eMarketPlace.Data.Core.Address.registerClass('ecSoftware.eMarketPlace.Data.Core.Address');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.CostCenter) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.CostCenter=gtc("ecSoftware.eMarketPlace.Data.Core.CostCenter");
ecSoftware.eMarketPlace.Data.Core.CostCenter.registerClass('ecSoftware.eMarketPlace.Data.Core.CostCenter');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.UserSetting) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.UserSetting=gtc("ecSoftware.eMarketPlace.Data.Core.UserSetting");
ecSoftware.eMarketPlace.Data.Core.UserSetting.registerClass('ecSoftware.eMarketPlace.Data.Core.UserSetting');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.ShippingMethod) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.ShippingMethod=gtc("ecSoftware.eMarketPlace.Data.Core.ShippingMethod");
ecSoftware.eMarketPlace.Data.Core.ShippingMethod.registerClass('ecSoftware.eMarketPlace.Data.Core.ShippingMethod');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.Order) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.Order=gtc("ecSoftware.eMarketPlace.Data.Core.Order");
ecSoftware.eMarketPlace.Data.Core.Order.registerClass('ecSoftware.eMarketPlace.Data.Core.Order');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.Message) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.Message=gtc("ecSoftware.eMarketPlace.Data.Core.Message");
ecSoftware.eMarketPlace.Data.Core.Message.registerClass('ecSoftware.eMarketPlace.Data.Core.Message');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.User) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.User=gtc("ecSoftware.eMarketPlace.Data.Core.User");
ecSoftware.eMarketPlace.Data.Core.User.registerClass('ecSoftware.eMarketPlace.Data.Core.User');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.Company) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.Company=gtc("ecSoftware.eMarketPlace.Data.Core.Company");
ecSoftware.eMarketPlace.Data.Core.Company.registerClass('ecSoftware.eMarketPlace.Data.Core.Company');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.Country) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.Country=gtc("ecSoftware.eMarketPlace.Data.Core.Country");
ecSoftware.eMarketPlace.Data.Core.Country.registerClass('ecSoftware.eMarketPlace.Data.Core.Country');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.UserGroup) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.UserGroup=gtc("ecSoftware.eMarketPlace.Data.Core.UserGroup");
ecSoftware.eMarketPlace.Data.Core.UserGroup.registerClass('ecSoftware.eMarketPlace.Data.Core.UserGroup');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.Group) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.Group=gtc("ecSoftware.eMarketPlace.Data.Core.Group");
ecSoftware.eMarketPlace.Data.Core.Group.registerClass('ecSoftware.eMarketPlace.Data.Core.Group');
}
if (typeof(ecSoftware.eMarketPlace.Data.Core.UNSPSC) === 'undefined') {
ecSoftware.eMarketPlace.Data.Core.UNSPSC=gtc("ecSoftware.eMarketPlace.Data.Core.UNSPSC");
ecSoftware.eMarketPlace.Data.Core.UNSPSC.registerClass('ecSoftware.eMarketPlace.Data.Core.UNSPSC');
}

