@Service public class TransporteFaixaService extends br.inf.thema.erp.infra.service.ManutencaoService<TransporteFaixa>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TransporteFaixaDao |
transporteFaixaDao |
Constructor and Description |
---|
TransporteFaixaService() |
Modifier and Type | Method and Description |
---|---|
void |
copiaValorTransp(java.lang.Long origem,
java.lang.Long destino) |
br.inf.thema.erp.infra.dao.ManutencaoDao<TransporteFaixa> |
getDao() |
java.util.List<TransporteFaixa> |
recuperarFaixaTransporte(java.lang.Long codigo,
java.lang.Long transportadora) |
private static final long serialVersionUID
@Autowired private TransporteFaixaDao transporteFaixaDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<TransporteFaixa> getDao()
public java.util.List<TransporteFaixa> recuperarFaixaTransporte(java.lang.Long codigo, java.lang.Long transportadora) 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 copiaValorTransp(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