Type.registerNamespace('aseantic.MSCS.SwatchEshop.WebServices');
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList=function() {
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.prototype={
AddProduct:function(sSKU,iMandatorId,sCurrentCulture,succeededCallback, failedCallback, userContext) {
return this._invoke(aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_path(), 'AddProduct',false,{sSKU:sSKU,iMandatorId:iMandatorId,sCurrentCulture:sCurrentCulture},succeededCallback,failedCallback,userContext); },
RemoveProduct:function(sSKU,iMandatorId,sCurrentCulture,succeededCallback, failedCallback, userContext) {
return this._invoke(aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_path(), 'RemoveProduct',false,{sSKU:sSKU,iMandatorId:iMandatorId,sCurrentCulture:sCurrentCulture},succeededCallback,failedCallback,userContext); },
GetProducts:function(iMandatorId,sCurrentCulture,succeededCallback, failedCallback, userContext) {
return this._invoke(aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_path(), 'GetProducts',false,{iMandatorId:iMandatorId,sCurrentCulture:sCurrentCulture},succeededCallback,failedCallback,userContext); }}
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.registerClass('aseantic.MSCS.SwatchEshop.WebServices.Add2WishList',Sys.Net.WebServiceProxy);
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance = new aseantic.MSCS.SwatchEshop.WebServices.Add2WishList();
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._path = value; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_path = function() { return aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._path; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._timeout = value; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_timeout = function() { 
return aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._timeout; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.set_defaultUserContext = function(value) { 
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._userContext = value; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_defaultUserContext = function() { 
return aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._userContext; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._succeeded = value; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_defaultSucceededCallback = function() { 
return aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._succeeded; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._failed = value; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.get_defaultFailedCallback = function() { 
return aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance._failed; }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.set_path("/EShop/WebServices/Add2WishList.asmx");
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.AddProduct= function(sSKU,iMandatorId,sCurrentCulture,onSuccess,onFailed,userContext) {aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance.AddProduct(sSKU,iMandatorId,sCurrentCulture,onSuccess,onFailed,userContext); }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.RemoveProduct= function(sSKU,iMandatorId,sCurrentCulture,onSuccess,onFailed,userContext) {aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance.RemoveProduct(sSKU,iMandatorId,sCurrentCulture,onSuccess,onFailed,userContext); }
aseantic.MSCS.SwatchEshop.WebServices.Add2WishList.GetProducts= function(iMandatorId,sCurrentCulture,onSuccess,onFailed,userContext) {aseantic.MSCS.SwatchEshop.WebServices.Add2WishList._staticInstance.GetProducts(iMandatorId,sCurrentCulture,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(aseantic.MSCS.SwatchEshop.WebServices.WishListData) === 'undefined') {
aseantic.MSCS.SwatchEshop.WebServices.WishListData=gtc("aseantic.MSCS.SwatchEshop.WebServices.WishListData");
aseantic.MSCS.SwatchEshop.WebServices.WishListData.registerClass('aseantic.MSCS.SwatchEshop.WebServices.WishListData');
}
