var CartWebService=function() {
CartWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CartWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CartWebService._staticInstance.get_path();},
GallAddCart:function(code,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GallAddCart',false,{code:code},succeededCallback,failedCallback,userContext); },
Call_SET_Show_O26:function(_CustomerID,MenuID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Call_SET_Show_O26',false,{_CustomerID:_CustomerID,MenuID:MenuID},succeededCallback,failedCallback,userContext); },
Call_Show_O26:function(CodeID,MenuID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Call_Show_O26',false,{CodeID:CodeID,MenuID:MenuID},succeededCallback,failedCallback,userContext); },
Call_SET_Show_O27:function(_CustomerID,Count_Day,Unit,MenuID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Call_SET_Show_O27',false,{_CustomerID:_CustomerID,Count_Day:Count_Day,Unit:Unit,MenuID:MenuID},succeededCallback,failedCallback,userContext); },
Call_Show_O27:function(CodeID,Count_Day,Unit,MenuID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Call_Show_O27',false,{CodeID:CodeID,Count_Day:Count_Day,Unit:Unit,MenuID:MenuID},succeededCallback,failedCallback,userContext); },
MailEpaper:function(Mail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MailEpaper',false,{Mail:Mail},succeededCallback,failedCallback,userContext); },
MailEpaper_Cancel:function(Mail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MailEpaper_Cancel',false,{Mail:Mail},succeededCallback,failedCallback,userContext); },
KeyWord:function(keyword,type,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'KeyWord',false,{keyword:keyword,type:type},succeededCallback,failedCallback,userContext); }}
CartWebService.registerClass('CartWebService',Sys.Net.WebServiceProxy);
CartWebService._staticInstance = new CartWebService();
CartWebService.set_path = function(value) { CartWebService._staticInstance.set_path(value); }
CartWebService.get_path = function() { return CartWebService._staticInstance.get_path(); }
CartWebService.set_timeout = function(value) { CartWebService._staticInstance.set_timeout(value); }
CartWebService.get_timeout = function() { return CartWebService._staticInstance.get_timeout(); }
CartWebService.set_defaultUserContext = function(value) { CartWebService._staticInstance.set_defaultUserContext(value); }
CartWebService.get_defaultUserContext = function() { return CartWebService._staticInstance.get_defaultUserContext(); }
CartWebService.set_defaultSucceededCallback = function(value) { CartWebService._staticInstance.set_defaultSucceededCallback(value); }
CartWebService.get_defaultSucceededCallback = function() { return CartWebService._staticInstance.get_defaultSucceededCallback(); }
CartWebService.set_defaultFailedCallback = function(value) { CartWebService._staticInstance.set_defaultFailedCallback(value); }
CartWebService.get_defaultFailedCallback = function() { return CartWebService._staticInstance.get_defaultFailedCallback(); }
CartWebService.set_path("/Services/CartWebService.asmx");
CartWebService.GallAddCart= function(code,onSuccess,onFailed,userContext) {CartWebService._staticInstance.GallAddCart(code,onSuccess,onFailed,userContext); }
CartWebService.Call_SET_Show_O26= function(_CustomerID,MenuID,onSuccess,onFailed,userContext) {CartWebService._staticInstance.Call_SET_Show_O26(_CustomerID,MenuID,onSuccess,onFailed,userContext); }
CartWebService.Call_Show_O26= function(CodeID,MenuID,onSuccess,onFailed,userContext) {CartWebService._staticInstance.Call_Show_O26(CodeID,MenuID,onSuccess,onFailed,userContext); }
CartWebService.Call_SET_Show_O27= function(_CustomerID,Count_Day,Unit,MenuID,onSuccess,onFailed,userContext) {CartWebService._staticInstance.Call_SET_Show_O27(_CustomerID,Count_Day,Unit,MenuID,onSuccess,onFailed,userContext); }
CartWebService.Call_Show_O27= function(CodeID,Count_Day,Unit,MenuID,onSuccess,onFailed,userContext) {CartWebService._staticInstance.Call_Show_O27(CodeID,Count_Day,Unit,MenuID,onSuccess,onFailed,userContext); }
CartWebService.MailEpaper= function(Mail,onSuccess,onFailed,userContext) {CartWebService._staticInstance.MailEpaper(Mail,onSuccess,onFailed,userContext); }
CartWebService.MailEpaper_Cancel= function(Mail,onSuccess,onFailed,userContext) {CartWebService._staticInstance.MailEpaper_Cancel(Mail,onSuccess,onFailed,userContext); }
CartWebService.KeyWord= function(keyword,type,onSuccess,onFailed,userContext) {CartWebService._staticInstance.KeyWord(keyword,type,onSuccess,onFailed,userContext); }

