if(typeof Softment == "undefined") Softment={};
if(typeof Softment.DNN == "undefined") Softment.DNN={};
if(typeof Softment.DNN.Modules == "undefined") Softment.DNN.Modules={};
if(typeof Softment.DNN.Modules.Movie == "undefined") Softment.DNN.Modules.Movie={};
if(typeof Softment.DNN.Modules.Movie.CMovieModuleBase_class == "undefined") Softment.DNN.Modules.Movie.CMovieModuleBase_class={};
Softment.DNN.Modules.Movie.CMovieModuleBase_class = function() {};
Object.extend(Softment.DNN.Modules.Movie.CMovieModuleBase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMovieDAO: function(p_rMovieGuid) {
		return this.invoke("GetMovieDAO", {"p_rMovieGuid":p_rMovieGuid}, this.GetMovieDAO.getArguments().slice(1));
	},
	AddMovieClick: function(p_rMovieGuid) {
		return this.invoke("AddMovieClick", {"p_rMovieGuid":p_rMovieGuid}, this.AddMovieClick.getArguments().slice(1));
	},
	GetScheduleItems: function(p_rScheduleGuid, p_iNumberItems, p_strLastMovieGuid, p_strImageSize) {
		return this.invoke("GetScheduleItems", {"p_rScheduleGuid":p_rScheduleGuid, "p_iNumberItems":p_iNumberItems, "p_strLastMovieGuid":p_strLastMovieGuid, "p_strImageSize":p_strImageSize}, this.GetScheduleItems.getArguments().slice(4));
	},
	Echo: function(p_strText) {
		return this.invoke("Echo", {"p_strText":p_strText}, this.Echo.getArguments().slice(1));
	},
	url: '/ajaxpro/Softment.DNN.Modules.Movie.CMovieModuleBase,Softment.DNN.Modules.Movie.ashx'
}));
Softment.DNN.Modules.Movie.CMovieModuleBase = new Softment.DNN.Modules.Movie.CMovieModuleBase_class();

