if (typeof dwr == 'undefined' || dwr.engine == undefined) throw new Error('You must include DWR engine before including this file');

(function() {
if (dwr.engine._getObject("DwrPortalService") == undefined) {
var p;

p = {};
p._path = '/dwr';










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












p.listOperations = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
return dwr.engine._execute(p._path, 'DwrPortalService', 'listOperations', arguments);
};









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

dwr.engine._setObject("DwrPortalService", p);
}
})();


