
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.TB');

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

TB._path = '/dwr';




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





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





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





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





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




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





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





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




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




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





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





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





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




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





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



