@Service public class TransportadoraService extends br.inf.thema.erp.infra.service.ManutencaoService<Transportadora>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TransportadoraDao |
transportadosraDao |
Constructor and Description |
---|
TransportadoraService() |
Modifier and Type | Method and Description |
---|---|
void |
ativaDesativaTransp(java.lang.Long transportadora,
java.lang.String situacao) |
void |
copiaDistanciaValorTransp(java.lang.Long origem,
java.lang.Long destino) |
br.inf.thema.erp.infra.dao.ManutencaoDao<Transportadora> |
getDao() |
java.util.List<Transportadora> |
retornarTodosOutros(java.lang.Long sequencia) |
private static final long serialVersionUID
@Autowired private TransportadoraDao transportadosraDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<Transportadora> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void ativaDesativaTransp(java.lang.Long transportadora, java.lang.String situacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void copiaDistanciaValorTransp(java.lang.Long origem, java.lang.Long destino) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<Transportadora> retornarTodosOutros(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException