// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (DwrSendInvitationController == null) var DwrSendInvitationController = {}; DwrSendInvitationController._path = '/dwr'; DwrSendInvitationController.sendInvitation = function(p0, callback) { dwr.engine._execute(DwrSendInvitationController._path, 'DwrSendInvitationController', 'sendInvitation', p0, callback); } DwrSendInvitationController.sendInvitationById = function(p0, callback) { dwr.engine._execute(DwrSendInvitationController._path, 'DwrSendInvitationController', 'sendInvitationById', p0, callback); }