// 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 (AjaxSelectionFormFeeder == null) var AjaxSelectionFormFeeder = {}; AjaxSelectionFormFeeder._path = '/eAppointment/dwr'; AjaxSelectionFormFeeder.getServiceBeanList = function(p1, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getServiceBeanList', false, p1, callback); } AjaxSelectionFormFeeder.getSiteBeanList = function(callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getSiteBeanList', callback); } AjaxSelectionFormFeeder.getMotiveBeanList = function(p1, p2, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getMotiveBeanList', false, p1, p2, callback); } AjaxSelectionFormFeeder.setLanguage = function(p0, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'setLanguage', p0, callback); } AjaxSelectionFormFeeder.getLocaleGMToffSet = function(p0, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getLocaleGMToffSet', p0, callback); } AjaxSelectionFormFeeder.getHostGMToffSetWithDayLightForNow = function(callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getHostGMToffSetWithDayLightForNow', callback); } AjaxSelectionFormFeeder.getClosedDaysList = function(p1, p2, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getClosedDaysList', false, p1, p2, callback); } AjaxSelectionFormFeeder.getTimeAreaBeanListForADay = function(p1, p2, p3, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getTimeAreaBeanListForADay', false, p1, p2, p3, callback); } AjaxSelectionFormFeeder.getSiteBeanForSiteKey = function(p0, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getSiteBeanForSiteKey', p0, callback); } AjaxSelectionFormFeeder.initTimeAreaBeanListForDayAndHour = function(p1, p2, p3, p4, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'initTimeAreaBeanListForDayAndHour', false, p1, p2, p3, p4, callback); } AjaxSelectionFormFeeder.checkSelectionValidity = function(p1, p2, p3, p4, p5, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'checkSelectionValidity', false, p1, p2, p3, p4, p5, callback); } AjaxSelectionFormFeeder.getHoursProposalForADay = function(p2, p3, p4, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getHoursProposalForADay', false, false, p2, p3, p4, callback); } AjaxSelectionFormFeeder.getUpdatedAvailabilities = function(p2, p3, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'getUpdatedAvailabilities', false, false, p2, p3, callback); } AjaxSelectionFormFeeder.setJavascriptGlobalVariable = function(p1, p2, p3, p4, callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'setJavascriptGlobalVariable', false, p1, p2, p3, p4, callback); } AjaxSelectionFormFeeder.upDateQuantityMotives = function(callback) { dwr.engine._execute(AjaxSelectionFormFeeder._path, 'AjaxSelectionFormFeeder', 'upDateQuantityMotives', false, false, callback); }