Type.registerNamespace('MywebService');
MywebService.GetVideoData=function() {
MywebService.GetVideoData.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MywebService.GetVideoData.prototype={
FillVideoLevels:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MywebService.GetVideoData.get_path(), 'FillVideoLevels',false,{},succeededCallback,failedCallback,userContext); },
FillCategory:function(videocat,succeededCallback, failedCallback, userContext) {
return this._invoke(MywebService.GetVideoData.get_path(), 'FillCategory',false,{videocat:videocat},succeededCallback,failedCallback,userContext); },
bindVideoGrid:function(SubCatid,VideoCatID,isLoggedIn,succeededCallback, failedCallback, userContext) {
return this._invoke(MywebService.GetVideoData.get_path(), 'bindVideoGrid',false,{SubCatid:SubCatid,VideoCatID:VideoCatID,isLoggedIn:isLoggedIn},succeededCallback,failedCallback,userContext); }}
MywebService.GetVideoData.registerClass('MywebService.GetVideoData',Sys.Net.WebServiceProxy);
MywebService.GetVideoData._staticInstance = new MywebService.GetVideoData();
MywebService.GetVideoData.set_path = function(value) { MywebService.GetVideoData._staticInstance._path = value; }
MywebService.GetVideoData.get_path = function() { return MywebService.GetVideoData._staticInstance._path; }
MywebService.GetVideoData.set_timeout = function(value) { MywebService.GetVideoData._staticInstance._timeout = value; }
MywebService.GetVideoData.get_timeout = function() { return MywebService.GetVideoData._staticInstance._timeout; }
MywebService.GetVideoData.set_defaultUserContext = function(value) { MywebService.GetVideoData._staticInstance._userContext = value; }
MywebService.GetVideoData.get_defaultUserContext = function() { return MywebService.GetVideoData._staticInstance._userContext; }
MywebService.GetVideoData.set_defaultSucceededCallback = function(value) { MywebService.GetVideoData._staticInstance._succeeded = value; }
MywebService.GetVideoData.get_defaultSucceededCallback = function() { return MywebService.GetVideoData._staticInstance._succeeded; }
MywebService.GetVideoData.set_defaultFailedCallback = function(value) { MywebService.GetVideoData._staticInstance._failed = value; }
MywebService.GetVideoData.get_defaultFailedCallback = function() { return MywebService.GetVideoData._staticInstance._failed; }
MywebService.GetVideoData.set_path("/GetVideoData.asmx");
MywebService.GetVideoData.FillVideoLevels= function(onSuccess,onFailed,userContext) {MywebService.GetVideoData._staticInstance.FillVideoLevels(onSuccess,onFailed,userContext); }
MywebService.GetVideoData.FillCategory= function(videocat,onSuccess,onFailed,userContext) {MywebService.GetVideoData._staticInstance.FillCategory(videocat,onSuccess,onFailed,userContext); }
MywebService.GetVideoData.bindVideoGrid= function(SubCatid,VideoCatID,isLoggedIn,onSuccess,onFailed,userContext) {MywebService.GetVideoData._staticInstance.bindVideoGrid(SubCatid,VideoCatID,isLoggedIn,onSuccess,onFailed,userContext); }
