// 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 (SearchDownloadPopupAction == null) var SearchDownloadPopupAction = {}; SearchDownloadPopupAction._path = '/dwr'; SearchDownloadPopupAction.execute = function(p0, p1, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'execute', p0, p1, false, false, callback); } SearchDownloadPopupAction.selectGSfcPrdSeriesListDWR = function(p0, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'selectGSfcPrdSeriesListDWR', p0, callback); } SearchDownloadPopupAction.setGSfcPrdSeriesService = function(p0, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'setGSfcPrdSeriesService', p0, callback); } SearchDownloadPopupAction.setSupportSoftwareManualsService = function(p0, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'setSupportSoftwareManualsService', p0, callback); } SearchDownloadPopupAction.SearchDownloadPopupDwr = function(p0, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'SearchDownloadPopupDwr', p0, callback); } SearchDownloadPopupAction.execute = function(p0, p1, p2, p3, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'execute', p0, p1, p2, p3, callback); } SearchDownloadPopupAction.getServlet = function(callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'getServlet', callback); } SearchDownloadPopupAction.setServlet = function(p0, callback) { dwr.engine._execute(SearchDownloadPopupAction._path, 'SearchDownloadPopupAction', 'setServlet', p0, callback); }