
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.JWebTv');

if (typeof this['JWebTv'] == 'undefined') JWebTv = {};

JWebTv._path = '/WebTv-war/dwr';









JWebTv.addComment = function(p0, p1, p2, p3, p4, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'addComment', arguments);
};




JWebTv.getSelection = function(callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'getSelection', arguments);
};





JWebTv.getClipById = function(p0, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'getClipById', arguments);
};




JWebTv.getLastClipFromSelection = function(callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'getLastClipFromSelection', arguments);
};




JWebTv.getLastClip = function(callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'getLastClip', arguments);
};





JWebTv.getLastClipFor = function(p0, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'getLastClipFor', arguments);
};





JWebTv.getClipByCategorie = function(p0, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'getClipByCategorie', arguments);
};





JWebTv.incCounter = function(p0, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'incCounter', arguments);
};









JWebTv.sendContact = function(p0, p1, p2, p3, p4, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'sendContact', arguments);
};










JWebTv.sendPartager = function(p0, p1, p2, p3, p4, p5, callback) {
return dwr.engine._execute(JWebTv._path, 'JWebTv', 'sendPartager', arguments);
};



