fixes bug #7963
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@60574 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ae344135ef
commit
f67d5223a4
|
@ -6,7 +6,6 @@ import org.springframework.beans.factory.annotation.Qualifier;
|
||||||
import org.springframework.stereotype.Repository;
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
||||||
import com.rjconsultores.ventaboletos.dao.RutaCasetaDAO;
|
import com.rjconsultores.ventaboletos.dao.RutaCasetaDAO;
|
||||||
import com.rjconsultores.ventaboletos.dao.RutaDAO;
|
|
||||||
import com.rjconsultores.ventaboletos.entidad.RutaCaseta;
|
import com.rjconsultores.ventaboletos.entidad.RutaCaseta;
|
||||||
|
|
||||||
@Repository("rutaCasetaDAO")
|
@Repository("rutaCasetaDAO")
|
||||||
|
|
|
@ -33,7 +33,7 @@ public class RutaCasetaServiceImpl implements RutaCasetaService{
|
||||||
}
|
}
|
||||||
|
|
||||||
@Transactional(rollbackFor = BusinessException.class)
|
@Transactional(rollbackFor = BusinessException.class)
|
||||||
public void deletarRutaCasetasFromRutaSecuenciaId(Integer id) {
|
public void deletarRutaCasetasFromRutaSecuenciaId(Integer id) throws BusinessException {
|
||||||
rutaCasetaDAO.deletarRutaCasetasFromRutaSecuenciaId(id);
|
rutaCasetaDAO.deletarRutaCasetasFromRutaSecuenciaId(id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue