
// 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 (Candidate == null) var Candidate = {};
Candidate._path = '/dwr';
Candidate.sendNewPassword = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'sendNewPassword', p0, callback);
}
Candidate.updateUserInfo = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateUserInfo', p0, callback);
}
Candidate.addAgent = function(p0, p1, p2, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'addAgent', p0, p1, p2, callback);
}
Candidate.removeDocument = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'removeDocument', p0, callback);
}
Candidate.updateDocument = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateDocument', p0, p1, p2, p3, callback);
}
Candidate.updatePassword = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updatePassword', p0, p1, callback);
}
Candidate.updateProfileStatus = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateProfileStatus', p0, p1, callback);
}
Candidate.updateUserEmail = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateUserEmail', p0, callback);
}
Candidate.updateProfile = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateProfile', p0, callback);
}
Candidate.updateDateModification = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateDateModification', p0, callback);
}
Candidate.storeProfiler = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'storeProfiler', p0, p1, callback);
}
Candidate.removeOfferSelections = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'removeOfferSelections', p0, callback);
}
Candidate.addOfferSelection = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'addOfferSelection', p0, callback);
}
Candidate.removeSearchAgents = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'removeSearchAgents', p0, callback);
}
Candidate.editSearchAgent = function(p0, p1, p2, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'editSearchAgent', p0, p1, p2, callback);
}
Candidate.setProfileNotation = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'setProfileNotation', p0, p1, callback);
}
Candidate.sendInvitation = function(p0, p1, p2, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'sendInvitation', p0, p1, p2, callback);
}
Candidate.checkInvitation = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'checkInvitation', p0, callback);
}
Candidate.deleteProfile = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'deleteProfile', p0, callback);
}
Candidate.sendSMSToCandidates = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'sendSMSToCandidates', p0, callback);
}
Candidate.storeProfilClient = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'storeProfilClient', p0, p1, callback);
}
Candidate.addProfilClient = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'addProfilClient', p0, p1, callback);
}
Candidate.updateProfilClient = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateProfilClient', p0, p1, callback);
}
Candidate.updateAppreciationContrat = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateAppreciationContrat', p0, p1, callback);
}
Candidate.addClientProposal = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'addClientProposal', p0, p1, p2, p3, p4, callback);
}
Candidate.removeProfilClients = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'removeProfilClients', p0, callback);
}
Candidate.removeClientProposal = function(p0, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'removeClientProposal', p0, callback);
}
Candidate.updateClientProposalStatus = function(p0, p1, callback) {
  dwr.engine._execute(Candidate._path, 'Candidate', 'updateClientProposalStatus', p0, p1, callback);
}

