// 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 (AnimalTypeService == null) var AnimalTypeService = {}; AnimalTypeService._path = '/services/jsapi'; AnimalTypeService.getAnimalType = function(p0, callback) { dwr.engine._execute(AnimalTypeService._path, 'AnimalTypeService', 'getAnimalType', p0, callback); } AnimalTypeService.getAllAnimalTypes = function(callback) { dwr.engine._execute(AnimalTypeService._path, 'AnimalTypeService', 'getAllAnimalTypes', callback); } AnimalTypeService.getBreedsForAnimalType = function(p0, callback) { dwr.engine._execute(AnimalTypeService._path, 'AnimalTypeService', 'getBreedsForAnimalType', p0, callback); }