// 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 (InventoryInvService == null) var InventoryInvService = {}; InventoryInvService._path = '/dwr'; InventoryInvService.getContainerType = function(callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getContainerType', callback); } InventoryInvService.getUserType = function(callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getUserType', callback); } InventoryInvService.findByInventory = function(p0, p1, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'findByInventory', p0, p1, callback); } InventoryInvService.getInventory = function(p0, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getInventory', p0, callback); } InventoryInvService.getUserGrade = function(callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getUserGrade', callback); } InventoryInvService.getInventorySearchLst = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getInventorySearchLst', p0, p1, p2, p3, p4, callback); } InventoryInvService.load = function(p0, p1, p2, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'load', p0, p1, p2, callback); } InventoryInvService.load = function(p0, p1, p2, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'load', p0, p1, p2, callback); } InventoryInvService.setCommonDAO = function(p0, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'setCommonDAO', p0, callback); } InventoryInvService.setServiceValidateHelper = function(p0, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'setServiceValidateHelper', p0, callback); } InventoryInvService.getPropertyColumnName = function(p0, p1, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getPropertyColumnName', p0, p1, callback); } InventoryInvService.getPropertyLength = function(p0, p1, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getPropertyLength', p0, p1, callback); } InventoryInvService.validateNotExist = function(p0, p1, p2, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'validateNotExist', p0, p1, p2, callback); } InventoryInvService.loadByPK = function(p0, p1, p2, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'loadByPK', p0, p1, p2, callback); } InventoryInvService.getPropertyScale = function(p0, p1, callback) { dwr.engine._execute(InventoryInvService._path, 'InventoryInvService', 'getPropertyScale', p0, p1, callback); }