// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/dwr'; function Remote() { } Remote._path = '/dwr'; Remote.addEmailSubscription = function(p0, p1, p2, callback) { DWREngine._execute(Remote._path, 'Remote', 'addEmailSubscription', p0, p1, p2, callback); } Remote.addRating = function(p0, p1, p2, p3, p4, callback) { DWREngine._execute(Remote._path, 'Remote', 'addRating', p0, p1, p2, p3, p4, callback); } Remote.setCandidateStatus = function(p0, p1, p2, p3, p4, p5, callback) { DWREngine._execute(Remote._path, 'Remote', 'setCandidateStatus', p0, p1, p2, p3, p4, p5, callback); } Remote.setJobStatus = function(p0, p1, p2, p3, callback) { DWREngine._execute(Remote._path, 'Remote', 'setJobStatus', p0, p1, p2, p3, callback); } Remote.forwardToMember = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'forwardToMember', p0, callback); } Remote.removeUpload = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'removeUpload', p0, callback); } Remote.getMemberReferrer = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'getMemberReferrer', p0, callback); } Remote.getJobTrackingTrail = function(p0, p1, p2, callback) { DWREngine._execute(Remote._path, 'Remote', 'getJobTrackingTrail', p0, p1, p2, callback); } Remote.getJobCandidatesForMember = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'getJobCandidatesForMember', p0, callback); } Remote.doMemberAction = function(p0, p1, callback) { DWREngine._execute(Remote._path, 'Remote', 'doMemberAction', p0, p1, callback); } Remote.updateMaxRefferedValue = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'updateMaxRefferedValue', p0, callback); } Remote.updateMinRewards = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'updateMinRewards', p0, callback); } Remote.updateMaxRewards = function(p0, callback) { DWREngine._execute(Remote._path, 'Remote', 'updateMaxRewards', p0, callback); }