// 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 (stock == null) var stock = {}; stock._path = '/ebgas/dwr'; stock.getStocks = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getStocks', p0, callback); } stock.getAllCityByState = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getAllCityByState', p0, callback); } stock.getSAPCode = function(p0, p1, callback) { dwr.engine._execute(stock._path, 'stock', 'getSAPCode', p0, p1, callback); } stock.findDistributorByLocation = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'findDistributorByLocation', p0, callback); } stock.updateConsumerInfo = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(stock._path, 'stock', 'updateConsumerInfo', p0, p1, p2, p3, p4, p5, p6, callback); } stock.getTerritoryForCustomerCount = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getTerritoryForCustomerCount', p0, callback); } stock.findDistributorBySO = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'findDistributorBySO', p0, callback); } stock.getSalesAreaForCustomerCount = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getSalesAreaForCustomerCount', p0, callback); } stock.getDistributorForCustomerCount = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getDistributorForCustomerCount', p0, callback); } stock.getAllCity = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getAllCity', p0, callback); } stock.getConsumerName = function(p0, p1, callback) { dwr.engine._execute(stock._path, 'stock', 'getConsumerName', p0, p1, callback); } stock.getConsumerNameByLogonId = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getConsumerNameByLogonId', p0, callback); } stock.findConsumerByConsumerId = function(p0, p1, callback) { dwr.engine._execute(stock._path, 'stock', 'findConsumerByConsumerId', p0, p1, callback); } stock.getAjaxDistributorByCity = function(p0, p1, callback) { dwr.engine._execute(stock._path, 'stock', 'getAjaxDistributorByCity', p0, p1, callback); } stock.getAjaxCheckCustomerByCustomerNo = function(p0, p1, p2, p3, callback) { dwr.engine._execute(stock._path, 'stock', 'getAjaxCheckCustomerByCustomerNo', p0, p1, p2, p3, callback); } stock.getAjaxAllStates = function(p0, callback) { dwr.engine._execute(stock._path, 'stock', 'getAjaxAllStates', p0, callback); }