// 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; dwr.engine._defaultPath = '/site/dwr'; if (ProfileService == null) var ProfileService = {}; ProfileService._path = '/site/dwr'; ProfileService.getGrantedPermits = function(p0, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'getGrantedPermits', p0, callback); } ProfileService.listBenefits = function(p0, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'listBenefits', p0, callback); } ProfileService.listUserPids = function(p0, p1, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'listUserPids', p0, p1, callback); } ProfileService.listUserProofs = function(p0, p1, p2, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'listUserProofs', p0, p1, p2, callback); } ProfileService.listUserProofStatuses = function(p0, p1, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'listUserProofStatuses', p0, p1, callback); } ProfileService.getRegistryStatus = function(p0, p1, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'getRegistryStatus', p0, p1, callback); } ProfileService.listMitroaForNomarxia = function(p0, callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'listMitroaForNomarxia', p0, callback); } ProfileService.listUserNomarxies = function(callback) { dwr.engine._execute(ProfileService._path, 'ProfileService', 'listUserNomarxies', callback); }