Type.registerNamespace('EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer');
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio=function() {
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_path();},
BuyVedioBatch:function(Password,CurriculmLessonNoList,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BuyVedioBatch',false,{Password:Password,CurriculmLessonNoList:CurriculmLessonNoList},succeededCallback,failedCallback,userContext); }}
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.registerClass('EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio',Sys.Net.WebServiceProxy);
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance = new EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio();
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_path = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_path(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_path = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_path(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_timeout = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_timeout(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_timeout = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_timeout(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_defaultUserContext = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_defaultUserContext(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_defaultUserContext = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_defaultUserContext(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_defaultSucceededCallback = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_defaultSucceededCallback(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_defaultSucceededCallback = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_defaultSucceededCallback(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_defaultFailedCallback = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_defaultFailedCallback(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_defaultFailedCallback = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_defaultFailedCallback(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_enableJsonp = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_enableJsonp(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_enableJsonp = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_enableJsonp(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_jsonpCallbackParameter = function(value) { EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.set_jsonpCallbackParameter(value); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.get_jsonpCallbackParameter = function() { return EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.get_jsonpCallbackParameter(); }
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.set_path("/MyLearnning/MyPointLog/BussinessLogicLayer/WS_BuyVedio.asmx");
EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio.BuyVedioBatch= function(Password,CurriculmLessonNoList,onSuccess,onFailed,userContext) {EdtungWeb.MyLearnning.MyPointLog.BussinessLogicLayer.WS_BuyVedio._staticInstance.BuyVedioBatch(Password,CurriculmLessonNoList,onSuccess,onFailed,userContext); }

