function Folletos() { } Folletos._path = '/reserves/dwr'; Folletos.muestraFolleto = function(p0, p1, p2, p3, callback) { DWREngine._execute(Folletos._path, 'Folletos', 'muestraFolleto', p0, p1, p2, p3, callback); } Folletos.recuperaFolletos = function(p0, p1, callback) { DWREngine._execute(Folletos._path, 'Folletos', 'recuperaFolletos', p0, p1, callback); } Folletos.recuperaDatosFolleto = function(p0, p1, callback) { DWREngine._execute(Folletos._path, 'Folletos', 'recuperaDatosFolleto', p0, p1, callback); } Folletos.recuperaCatalogos = function(p0, p1, callback) { DWREngine._execute(Folletos._path, 'Folletos', 'recuperaCatalogos', p0, p1, callback); }