function DWRController() { } DWRController._path = '/ajax'; DWRController.setPrinDataSession = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setPrinDataSession', p0, false, callback); } DWRController.getPrinDataSession = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getPrinDataSession', false, callback); } DWRController.setSortSelectionView = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setSortSelectionView', p0, false, callback); } DWRController.getSortSelectionView = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getSortSelectionView', false, callback); } DWRController.setPurchasePDataValue = function(p1, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setPurchasePDataValue', false, p1, callback); } DWRController.getPurchasePDataValue = function(callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getPurchasePDataValue', false, callback); } DWRController.setSolicitationFlag = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setSolicitationFlag', p0, false, callback); } DWRController.getSolicitationFlag = function(p0, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'getSolicitationFlag', p0, false, callback); } DWRController.setVerifyProductPrinData = function(p2, callback) { DWREngine._execute(DWRController._path, 'DWRController', 'setVerifyProductPrinData', false, false, p2, callback); }